org.infoglue.cms.entities.management
Class GroupPropertiesVO
java.lang.Object
|
+--org.infoglue.cms.entities.management.GroupPropertiesVO
- All Implemented Interfaces:
- BaseEntityVO, java.io.Serializable
- public class GroupPropertiesVO
- extends java.lang.Object
- implements BaseEntityVO
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupPropertiesVO
public GroupPropertiesVO()
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