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

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.