|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.org.usergroup.UserGroupImpl
public class UserGroupImpl
Class UserGroup that reflects the DB representation of RHNUSERGROUP DB table: RHNUSERGROUP
| Constructor Summary | |
|---|---|
UserGroupImpl()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class com.redhat.rhn.domain.BaseDomainHelper |
|---|
getCreated, getModified, setCreated, setModified |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.redhat.rhn.domain.org.usergroup.UserGroup |
|---|
getCreated, getModified, setCreated, setModified |
| Constructor Detail |
|---|
public UserGroupImpl()
| Method Detail |
|---|
public java.lang.Long getId()
getId in interface UserGrouppublic void setId(java.lang.Long idIn)
setId in interface UserGroupidIn - New value for idpublic java.lang.String getName()
getName in interface UserGrouppublic void setName(java.lang.String nameIn)
setName in interface UserGroupnameIn - New value for namepublic 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()
getRole in interface UserGrouppublic void setRole(Role roleIn)
setRole in interface UserGrouproleIn - New value for rolepublic java.lang.Long getOrgId()
getOrgId in interface UserGrouppublic void setOrgId(java.lang.Long orgIdIn)
setOrgId in interface UserGrouporgIdIn - New value for orgIdpublic boolean isAssociatedRole(Role rin)
isAssociatedRole in interface UserGrouprin - Role to test
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||