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


Constructor Summary
ContentRelationImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentRelationImpl

public ContentRelationImpl()
Method Detail

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