org.infoglue.cms.entities.management.impl.simple
Class GroupImpl

java.lang.Object
  extended by org.infoglue.cms.entities.management.impl.simple.GroupImpl
All Implemented Interfaces:
IBaseEntity, Group

public class GroupImpl
extends java.lang.Object
implements Group


Constructor Summary
GroupImpl()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getGroupName()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.util.Collection getSystemUsers()
           
 GroupVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setDescription(java.lang.String description)
           
 void setGroupName(java.lang.String groupName)
           
 void setSystemUsers(java.util.Collection systemUsers)
           
 void setValueObject(GroupVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupImpl

public GroupImpl()
Method Detail

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.