org.infoglue.cms.entities.content
Interface ContentRelation
- All Known Implementing Classes:
- ContentRelationImpl
- public interface ContentRelation
getValueObject
public ContentRelationVO getValueObject()
setValueObject
public void setValueObject(ContentRelationVO valueObject)
getContentRelationId
public java.lang.Integer getContentRelationId()
setContentRelationId
public void setContentRelationId(java.lang.Integer contentRelationId)
getRelationInternalName
public java.lang.String getRelationInternalName()
setRelationInternalName
public void setRelationInternalName(java.lang.String relationInternalName)
getRelationTypeId
public java.lang.Integer getRelationTypeId()
setRelationTypeId
public void setRelationTypeId(java.lang.Integer relationTypeId)
getSourceContent
public ContentImpl getSourceContent()
setSourceContent
public void setSourceContent(ContentImpl sourceContent)
getDestinationContent
public ContentImpl getDestinationContent()
setDestinationContent
public void setDestinationContent(ContentImpl destinationContent)