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