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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.atlassian.confluence.dmz.relations.dao.RelationEntitygetId, getRelationName, getSourceContent, getSourceType, getTargetContent, getTargetType, setId, setRelationName, setSourceContent, setSourceType, setTargetContent, setTargetTypeMethods inherited from class com.atlassian.confluence.core.ConfluenceEntityObjectgetCreator, getCreatorName, getLastModifier, getLastModifierName, getRealClass, isPersistent, setCreator, setLastModifierMethods inherited from class com.atlassian.confluence.core.AnnotatedEntityObjectgetCreationDate, getLastModificationDateMethods inherited from class com.atlassian.core.bean.EntityObjectclone, equals, getCurrentDate, hashCode, setClock, setCreationDate, setLastModificationDate
- 
Constructor Details- 
Content2ContentRelationEntitypublic Content2ContentRelationEntity()
 
-