org.infoglue.cms.entities.content
Class ContentRelationVO

java.lang.Object
  extended by org.infoglue.cms.entities.content.ContentRelationVO

public class ContentRelationVO
extends java.lang.Object


Constructor Summary
ContentRelationVO()
           
 
Method Summary
 java.lang.Integer getContentRelationId()
           
 java.lang.String getRelationInternalName()
           
 java.lang.Integer getRelationTypeId()
           
 void setContentRelationId(java.lang.Integer contentRelationId)
           
 void setRelationInternalName(java.lang.String relationInternalName)
           
 void setRelationTypeId(java.lang.Integer relationTypeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentRelationVO

public ContentRelationVO()
Method Detail

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)


Copyright © 2005 InfoGlue.org All Rights Reserved.