org.infoglue.cms.entities.management.impl.simple
Class GroupImpl
java.lang.Object
org.infoglue.cms.entities.management.impl.simple.GroupImpl
- All Implemented Interfaces:
- IBaseEntity, Group
public class GroupImpl
- extends java.lang.Object
- implements Group
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroupImpl
public GroupImpl()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity- Specified by:
getId in interface Group
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getValueObject
public GroupVO getValueObject()
- Specified by:
getValueObject in interface Group
setValueObject
public void setValueObject(GroupVO valueObject)
- Specified by:
setValueObject in interface Group
getVO
public BaseEntityVO getVO()
- Specified by:
getVO in interface IBaseEntity
- See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getVO()
setVO
public void setVO(BaseEntityVO valueObject)
- Specified by:
setVO in interface IBaseEntity
- See Also:
org.infoglue.cms.entities.kernel.BaseEntity#setVO(BaseEntityVO)
getGroupName
public java.lang.String getGroupName()
- Specified by:
getGroupName in interface Group
setGroupName
public void setGroupName(java.lang.String groupName)
throws ConstraintException
- Specified by:
setGroupName in interface Group
- Throws:
ConstraintException
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface Group
setDescription
public void setDescription(java.lang.String description)
throws ConstraintException
- Specified by:
setDescription in interface Group
- Throws:
ConstraintException
getSystemUsers
public java.util.Collection getSystemUsers()
- Specified by:
getSystemUsers in interface Group
setSystemUsers
public void setSystemUsers(java.util.Collection systemUsers)
- Specified by:
setSystemUsers in interface Group
Copyright © 2005 InfoGlue.org All Rights Reserved.