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