org.infoglue.cms.entities.management.impl.simple
Class AccessRightGroupImpl
java.lang.Object
|
+--org.infoglue.cms.entities.management.impl.simple.AccessRightGroupImpl
- All Implemented Interfaces:
- AccessRightGroup, IBaseEntity
- public class AccessRightGroupImpl
- extends java.lang.Object
- implements AccessRightGroup
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessRightGroupImpl
public AccessRightGroupImpl()
getAccessRightGroupId
public java.lang.Integer getAccessRightGroupId()
- Specified by:
getAccessRightGroupId in interface AccessRightGroup
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
setAccessRightGroupId
public void setAccessRightGroupId(java.lang.Integer accessRightGroupId)
- Specified by:
setAccessRightGroupId in interface AccessRightGroup
getGroupName
public java.lang.String getGroupName()
- Specified by:
getGroupName in interface AccessRightGroup
setGroupName
public void setGroupName(java.lang.String groupName)
- Specified by:
setGroupName in interface AccessRightGroup
getAccessRight
public AccessRight getAccessRight()
- Specified by:
getAccessRight in interface AccessRightGroup
setAccessRight
public void setAccessRight(AccessRight accessRight)
- Specified by:
setAccessRight in interface AccessRightGroup
getId
public java.lang.Integer getId()
- Specified by:
getId in interface AccessRightGroup
getValueObject
public AccessRightGroupVO getValueObject()
- Specified by:
getValueObject in interface AccessRightGroup
setValueObject
public void setValueObject(AccessRightGroupVO valueObject)
- Specified by:
setValueObject in interface AccessRightGroup
getVO
public BaseEntityVO getVO()
- Specified by:
getVO in interface IBaseEntity
setVO
public void setVO(BaseEntityVO valueObject)
- Specified by:
setVO in interface IBaseEntity