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

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.