org.infoglue.cms.entities.management
Interface SystemUser
- All Superinterfaces:
- IBaseEntity
- All Known Implementing Classes:
- SystemUserImpl
- public interface SystemUser
- extends IBaseEntity
getValueObject
public SystemUserVO getValueObject()
setValueObject
public void setValueObject(SystemUserVO valueObject)
getUserName
public java.lang.String getUserName()
setUserName
public void setUserName(java.lang.String userName)
throws ConstraintException
ConstraintException
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)
throws ConstraintException
ConstraintException
getFirstName
public java.lang.String getFirstName()
setFirstName
public void setFirstName(java.lang.String firstName)
throws ConstraintException
ConstraintException
getLastName
public java.lang.String getLastName()
setLastName
public void setLastName(java.lang.String lastName)
throws ConstraintException
ConstraintException
getEmail
public java.lang.String getEmail()
setEmail
public void setEmail(java.lang.String email)
throws ConstraintException
ConstraintException
getRoles
public java.util.Collection getRoles()
setRoles
public void setRoles(java.util.Collection roles)
getGroups
public java.util.Collection getGroups()
setGroups
public void setGroups(java.util.Collection groups)