Class Content2ContentRelationEntity
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.confluence.core.AnnotatedEntityObject
com.atlassian.confluence.core.ConfluenceEntityObject
com.atlassian.confluence.dmz.relations.dao.RelationEntity<ContentEntityObject,ContentEntityObject>
com.atlassian.confluence.internal.relations.dao.Content2ContentRelationEntity
- All Implemented Interfaces:
Serializable
,Cloneable
public class Content2ContentRelationEntity
extends RelationEntity<ContentEntityObject,ContentEntityObject>
- Since:
- 5.9
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.dmz.relations.dao.RelationEntity
getId, getRelationName, getSourceContent, getSourceType, getTargetContent, getTargetType, setId, setRelationName, setSourceContent, setSourceType, setTargetContent, setTargetType
Methods inherited from class com.atlassian.confluence.core.ConfluenceEntityObject
getCreator, getCreatorName, getLastModifier, getLastModifierName, getRealClass, isPersistent, setCreator, setCreatorName, setLastModifier, setLastModifierName
Methods inherited from class com.atlassian.confluence.core.AnnotatedEntityObject
getCreationDate, getLastModificationDate
Methods inherited from class com.atlassian.core.bean.EntityObject
clone, equals, getCurrentDate, hashCode, setClock, setCreationDate, setLastModificationDate
-
Constructor Details
-
Content2ContentRelationEntity
public Content2ContentRelationEntity()
-