org.infoglue.cms.entities.content
Interface ContentRelation

All Known Implementing Classes:
ContentRelationImpl

public interface ContentRelation


Method Summary
 java.lang.Integer getContentRelationId()
           
 ContentImpl getDestinationContent()
           
 java.lang.String getRelationInternalName()
           
 java.lang.Integer getRelationTypeId()
           
 ContentImpl getSourceContent()
           
 ContentRelationVO getValueObject()
           
 void setContentRelationId(java.lang.Integer contentRelationId)
           
 void setDestinationContent(ContentImpl destinationContent)
           
 void setRelationInternalName(java.lang.String relationInternalName)
           
 void setRelationTypeId(java.lang.Integer relationTypeId)
           
 void setSourceContent(ContentImpl sourceContent)
           
 void setValueObject(ContentRelationVO valueObject)
           
 

Method Detail

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)