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
 
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()
           
 
Methods inherited from class com.atlassian.confluence.it.AbstractContentEntity
getContent, getId, getLastModifier, setContent, setId, setLastModifier
 
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.



Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.