org.infoglue.cms.entities.management
Class GroupPropertiesVO

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

public class GroupPropertiesVO
extends java.lang.Object
implements BaseEntityVO

See Also:
Serialized Form

Constructor Summary
GroupPropertiesVO()
           
 
Method Summary
 java.lang.Integer getContentTypeDefinitionId()
           
 java.lang.String getGroupName()
           
 java.lang.Integer getGroupPropertiesId()
           
 java.lang.Integer getId()
           
 java.lang.Integer getLanguageId()
           
 java.lang.String getValue()
           
 void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)
           
 void setGroupName(java.lang.String groupName)
           
 void setGroupPropertiesId(java.lang.Integer groupPropertiesId)
           
 void setLanguageId(java.lang.Integer languageId)
           
 void setValue(java.lang.String value)
           
 ConstraintExceptionBuffer validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupPropertiesVO

public GroupPropertiesVO()
Method Detail

getId

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

getGroupPropertiesId

public java.lang.Integer getGroupPropertiesId()

setGroupPropertiesId

public void setGroupPropertiesId(java.lang.Integer groupPropertiesId)

getContentTypeDefinitionId

public java.lang.Integer getContentTypeDefinitionId()

setContentTypeDefinitionId

public void setContentTypeDefinitionId(java.lang.Integer contentTypeDefinitionId)

getLanguageId

public java.lang.Integer getLanguageId()

setLanguageId

public void setLanguageId(java.lang.Integer languageId)

getGroupName

public java.lang.String getGroupName()

setGroupName

public void setGroupName(java.lang.String groupName)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

validate

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


Copyright © 2005 InfoGlue.org All Rights Reserved.