public class UserGroupImpl extends BaseDomainHelper implements UserGroup
| Constructor and Description |
|---|
UserGroupImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCurrentMembers()
Getter for currentMembers
Getter for currentMembers
|
java.lang.String |
getDescription()
Getter for description
Getter for description
|
java.lang.Long |
getId()
Getter for id
Getter for id
|
java.lang.String |
getName()
Getter for name
Getter for name
|
java.lang.Long |
getOrgId()
Getter for orgId
Getter for orgId
|
Role |
getRole()
Getter for groupType
Getter for role
|
boolean |
isAssociatedRole(Role rin)
Determine if the given Role is associated with this UserGroup
|
void |
setCurrentMembers(java.lang.Long currentMembersIn)
Setter for currentMembers
Setter for currentMembers
|
void |
setDescription(java.lang.String descriptionIn)
Setter for description
Setter for description
|
void |
setId(java.lang.Long idIn)
Setter for id
Setter for id
|
void |
setName(java.lang.String nameIn)
Setter for name
Setter for name
|
void |
setOrgId(java.lang.Long orgIdIn)
Setter for orgId
Setter for orgId
|
void |
setRole(Role roleIn)
Setter for groupType
Setter for role
|
java.lang.String |
toString() |
getCreated, getModified, setCreated, setModifiedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCreated, getModified, setCreated, setModifiedpublic java.lang.Long getId()
public void setId(java.lang.Long idIn)
public java.lang.String getName()
public void setName(java.lang.String nameIn)
public java.lang.String getDescription()
getDescription in interface UserGrouppublic void setDescription(java.lang.String descriptionIn)
setDescription in interface UserGroupdescriptionIn - New value for descriptionpublic java.lang.Long getCurrentMembers()
getCurrentMembers in interface UserGrouppublic void setCurrentMembers(java.lang.Long currentMembersIn)
setCurrentMembers in interface UserGroupcurrentMembersIn - New value for currentMemberspublic Role getRole()
public void setRole(Role roleIn)
public java.lang.Long getOrgId()
public void setOrgId(java.lang.Long orgIdIn)
public boolean isAssociatedRole(Role rin)
isAssociatedRole in interface UserGrouprin - Role to testpublic java.lang.String toString()
toString in class BaseDomainHelper