org.infoglue.cms.entities.management
Interface Group

All Superinterfaces:
IBaseEntity
All Known Implementing Classes:
GroupImpl

public interface Group
extends IBaseEntity


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getGroupName()
           
 java.lang.Integer getId()
           
 java.util.Collection getSystemUsers()
           
 GroupVO getValueObject()
           
 void setDescription(java.lang.String description)
           
 void setGroupName(java.lang.String groupName)
           
 void setSystemUsers(java.util.Collection systemUsers)
           
 void setValueObject(GroupVO valueObject)
           
 
Methods inherited from interface org.infoglue.cms.entities.kernel.IBaseEntity
getIdAsObject, getVO, setVO
 

Method Detail

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)