org.infoglue.cms.entities.management
Class GroupContentTypeDefinitionVO

java.lang.Object
  extended by org.infoglue.cms.entities.management.GroupContentTypeDefinitionVO
All Implemented Interfaces:
java.io.Serializable, BaseEntityVO

public class GroupContentTypeDefinitionVO
extends java.lang.Object
implements BaseEntityVO

See Also:
Serialized Form

Constructor Summary
GroupContentTypeDefinitionVO()
           
 
Method Summary
 java.lang.Integer getContentTypeDefinitionId()
           
 java.lang.Integer getGroupContentTypeDefinitionId()
           
 java.lang.String getGroupName()
           
 java.lang.Integer getId()
           
 void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
           
 void setGroupContentTypeDefinitionId(java.lang.Integer groupContentTypeDefinitionId)
           
 void setGroupName(java.lang.String groupName)
           
 ConstraintExceptionBuffer validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupContentTypeDefinitionVO

public GroupContentTypeDefinitionVO()
Method Detail

getId

public java.lang.Integer getId()
Specified by:
getId in interface BaseEntityVO

getGroupContentTypeDefinitionId

public java.lang.Integer getGroupContentTypeDefinitionId()

setGroupContentTypeDefinitionId

public void setGroupContentTypeDefinitionId(java.lang.Integer groupContentTypeDefinitionId)

getContentTypeDefinitionId

public java.lang.Integer getContentTypeDefinitionId()

setContentTypeDefinitionId

public void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)

getGroupName

public java.lang.String getGroupName()

setGroupName

public void setGroupName(java.lang.String groupName)

validate

public ConstraintExceptionBuffer validate()
Specified by:
validate in interface BaseEntityVO
Returns:
ConstraintExceptionBuffer


Copyright © 2005 InfoGlue.org All Rights Reserved.