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

java.lang.Object
  |
  +--org.infoglue.cms.entities.management.impl.simple.SystemUserImpl
All Implemented Interfaces:
IBaseEntity, SystemUser

public class SystemUserImpl
extends java.lang.Object
implements SystemUser


Constructor Summary
SystemUserImpl()
           
 
Method Summary
 java.lang.String getEmail()
           
 java.lang.String getFirstName()
           
 java.util.Collection getGroups()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.String getLastName()
           
 java.lang.String getPassword()
           
 java.util.Collection getRoles()
           
 java.lang.String getUserName()
           
 SystemUserVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setEmail(java.lang.String email)
           
 void setFirstName(java.lang.String firstName)
           
 void setGroups(java.util.Collection groups)
           
 void setLastName(java.lang.String lastName)
           
 void setPassword(java.lang.String password)
           
 void setRoles(java.util.Collection roles)
           
 void setUserName(java.lang.String userName)
           
 void setValueObject(SystemUserVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemUserImpl

public SystemUserImpl()
Method Detail

getValueObject

public SystemUserVO getValueObject()
Specified by:
getValueObject in interface SystemUser

getIdAsObject

public java.lang.Object getIdAsObject()
Specified by:
getIdAsObject in interface IBaseEntity

getId

public java.lang.Integer getId()
Specified by:
getId in interface IBaseEntity

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

setValueObject

public void setValueObject(SystemUserVO valueObject)
Specified by:
setValueObject in interface SystemUser

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)

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface SystemUser

setUserName

public void setUserName(java.lang.String userName)
                 throws ConstraintException
Specified by:
setUserName in interface SystemUser
ConstraintException

getPassword

public java.lang.String getPassword()
Specified by:
getPassword in interface SystemUser

setPassword

public void setPassword(java.lang.String password)
                 throws ConstraintException
Specified by:
setPassword in interface SystemUser
ConstraintException

getFirstName

public java.lang.String getFirstName()
Specified by:
getFirstName in interface SystemUser

setFirstName

public void setFirstName(java.lang.String firstName)
                  throws ConstraintException
Specified by:
setFirstName in interface SystemUser
ConstraintException

getLastName

public java.lang.String getLastName()
Specified by:
getLastName in interface SystemUser

setLastName

public void setLastName(java.lang.String lastName)
                 throws ConstraintException
Specified by:
setLastName in interface SystemUser
ConstraintException

getEmail

public java.lang.String getEmail()
Specified by:
getEmail in interface SystemUser

setEmail

public void setEmail(java.lang.String email)
              throws ConstraintException
Specified by:
setEmail in interface SystemUser
ConstraintException

getRoles

public java.util.Collection getRoles()
Specified by:
getRoles in interface SystemUser

setRoles

public void setRoles(java.util.Collection roles)
Specified by:
setRoles in interface SystemUser

getGroups

public java.util.Collection getGroups()
Specified by:
getGroups in interface SystemUser

setGroups

public void setGroups(java.util.Collection groups)
Specified by:
setGroups in interface SystemUser