org.infoglue.cms.entities.management
Class AccessRightGroupVO

java.lang.Object
  |
  +--org.infoglue.cms.entities.management.AccessRightGroupVO
All Implemented Interfaces:
BaseEntityVO, java.lang.Cloneable, java.io.Serializable

public class AccessRightGroupVO
extends java.lang.Object
implements BaseEntityVO, java.lang.Cloneable

See Also:
Serialized Form

Constructor Summary
AccessRightGroupVO()
           
 
Method Summary
 AccessRightGroupVO createCopy()
           
 java.lang.Integer getAccessRightGroupId()
           
 java.lang.String getGroupName()
           
 java.lang.Integer getId()
           
 void setAccessRightGroupId(java.lang.Integer accessRightGroupId)
           
 void setGroupName(java.lang.String groupName)
           
 ConstraintExceptionBuffer validate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessRightGroupVO

public AccessRightGroupVO()
Method Detail

getId

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

getAccessRightGroupId

public java.lang.Integer getAccessRightGroupId()

setAccessRightGroupId

public void setAccessRightGroupId(java.lang.Integer accessRightGroupId)

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

createCopy

public AccessRightGroupVO createCopy()
                              throws java.lang.Exception
java.lang.Exception