org.infoglue.cms.entities.management
Interface Group
- All Superinterfaces:
- IBaseEntity
- All Known Implementing Classes:
- GroupImpl
- public interface Group
- extends IBaseEntity
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity
getValueObject
public GroupVO getValueObject()
setValueObject
public void setValueObject(GroupVO valueObject)
getGroupName
public java.lang.String getGroupName()
getDescription
public java.lang.String getDescription()
setGroupName
public void setGroupName(java.lang.String groupName)
throws ConstraintException
ConstraintException
setDescription
public void setDescription(java.lang.String description)
throws ConstraintException
ConstraintException
getSystemUsers
public java.util.Collection getSystemUsers()
setSystemUsers
public void setSystemUsers(java.util.Collection systemUsers)