org.infoglue.cms.entities.content.impl.simple
Class ContentRelationImpl
java.lang.Object
|
+--org.infoglue.cms.entities.content.impl.simple.ContentRelationImpl
- All Implemented Interfaces:
- ContentRelation
- public class ContentRelationImpl
- extends java.lang.Object
- implements ContentRelation
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentRelationImpl
public ContentRelationImpl()
getValueObject
public ContentRelationVO getValueObject()
- Specified by:
getValueObject in interface ContentRelation
setValueObject
public void setValueObject(ContentRelationVO valueObject)
- Specified by:
setValueObject in interface ContentRelation
getContentRelationId
public java.lang.Integer getContentRelationId()
- Specified by:
getContentRelationId in interface ContentRelation
setContentRelationId
public void setContentRelationId(java.lang.Integer contentRelationId)
- Specified by:
setContentRelationId in interface ContentRelation
getRelationInternalName
public java.lang.String getRelationInternalName()
- Specified by:
getRelationInternalName in interface ContentRelation
setRelationInternalName
public void setRelationInternalName(java.lang.String relationInternalName)
- Specified by:
setRelationInternalName in interface ContentRelation
getRelationTypeId
public java.lang.Integer getRelationTypeId()
- Specified by:
getRelationTypeId in interface ContentRelation
setRelationTypeId
public void setRelationTypeId(java.lang.Integer relationTypeId)
- Specified by:
setRelationTypeId in interface ContentRelation
getSourceContent
public ContentImpl getSourceContent()
- Specified by:
getSourceContent in interface ContentRelation
setSourceContent
public void setSourceContent(ContentImpl sourceContent)
- Specified by:
setSourceContent in interface ContentRelation
getDestinationContent
public ContentImpl getDestinationContent()
- Specified by:
getDestinationContent in interface ContentRelation
setDestinationContent
public void setDestinationContent(ContentImpl destinationContent)
- Specified by:
setDestinationContent in interface ContentRelation