com.atlassian.confluence.core
Class ConfluenceEntityObject
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.confluence.core.ConfluenceEntityObject
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
- Direct Known Subclasses:
- AbstractLink, AbstractVersionedEntityObject, ContentPermission, LegacyContentPermission, Notification, Space, SpaceGroup, SpacePermission
public class ConfluenceEntityObject
- extends com.atlassian.core.bean.EntityObject
- implements java.io.Serializable
The superclass of all entity objects within Confluence.
It provides an ID as well as creator/modifier username and date fields.
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.core.bean.EntityObject |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDate |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ConfluenceEntityObject
public ConfluenceEntityObject()
getCreatorName
public java.lang.String getCreatorName()
- Returns:
- username of the creator, or null if created anonymously
setCreatorName
public void setCreatorName(java.lang.String creatorName)
getLastModifierName
public java.lang.String getLastModifierName()
setLastModifierName
public void setLastModifierName(java.lang.String lastModifierName)
isPersistent
public boolean isPersistent()
- This object is persistent if the id is not 0.
- Returns:
- true if this instance is a persisted label.
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.