com.atlassian.confluence.rpc.soap.beans
Class RemoteBlogEntrySummary

java.lang.Object
  extended by com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
      extended by com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
Direct Known Subclasses:
RemoteBlogEntry

public class RemoteBlogEntrySummary
extends AbstractRemotePageSummary


Constructor Summary
RemoteBlogEntrySummary()
           
RemoteBlogEntrySummary(AbstractPage page)
           
 
Method Summary
 boolean equals(Object o)
           
 String getAuthor()
           
 Date getPublishDate()
           
 int hashCode()
           
 void setAuthor(String author)
           
 void setPublishDate(Date publishDate)
           
 String toString()
           
 
Methods inherited from class com.atlassian.confluence.rpc.soap.beans.AbstractRemotePageSummary
getId, getPermissions, getSpace, getTitle, getUrl, setId, setPermissions, setSpace, setTitle, setUrl
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteBlogEntrySummary

public RemoteBlogEntrySummary()

RemoteBlogEntrySummary

public RemoteBlogEntrySummary(AbstractPage page)
Method Detail

getPublishDate

public Date getPublishDate()

setPublishDate

public void setPublishDate(Date publishDate)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class AbstractRemotePageSummary


Copyright © 2003-2010 Atlassian. All Rights Reserved.