com.atlassian.confluence.it
Class UserStatus

java.lang.Object
  extended by com.atlassian.confluence.it.AbstractContentEntity
      extended by com.atlassian.confluence.it.UserStatus
All Implemented Interfaces:
ContentEntity

public class UserStatus
extends AbstractContentEntity


Field Summary
 
Fields inherited from class com.atlassian.confluence.it.AbstractContentEntity
content, id, lastModifier, version
 
Constructor Summary
UserStatus(java.lang.String status, User lastModifier)
           
 
Method Summary
 java.lang.String getEditUrl()
          Return the url where this entity can be edited.
 Space getSpace()
          Return the space this content belongs to.
 java.lang.String getStatus()
           
 java.lang.String getTitle()
           
 
Methods inherited from class com.atlassian.confluence.it.AbstractContentEntity
getContent, getId, getLastModifier, getVersion, setContent, setId, setLastModifier, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserStatus

public UserStatus(java.lang.String status,
                  User lastModifier)
Method Detail

getStatus

public java.lang.String getStatus()

getEditUrl

public java.lang.String getEditUrl()
Description copied from interface: ContentEntity
Return the url where this entity can be edited.


getSpace

public Space getSpace()
Description copied from interface: ContentEntity
Return the space this content belongs to.


getTitle

public java.lang.String getTitle()
Returns:
the title of this entity


Copyright © 2003-2010 Atlassian. All Rights Reserved.