com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Class BlogPostsForDateResourceIdentifier

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.BlogPostsForDateResourceIdentifier
All Implemented Interfaces:
ResourceIdentifier
Direct Known Subclasses:
BlogPostResourceIdentifier

public class BlogPostsForDateResourceIdentifier
extends Object
implements ResourceIdentifier


Constructor Summary
BlogPostsForDateResourceIdentifier(String spaceKey, Calendar postingDay)
           
 
Method Summary
 boolean equals(Object o)
           
 Calendar getPostingDay()
           
 SpaceResourceIdentifier getSpace()
           
 String getSpaceKey()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlogPostsForDateResourceIdentifier

public BlogPostsForDateResourceIdentifier(String spaceKey,
                                          Calendar postingDay)
Parameters:
spaceKey - Representing the space this blog is in. This may be null if the space is to be derived from context.
postingDay - identifies the posting date for the blog. May be null if the blog is to be derived from context.
Method Detail

getPostingDay

public Calendar getPostingDay()

getSpaceKey

public String getSpaceKey()

getSpace

public SpaceResourceIdentifier getSpace()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.