|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tszadel.qctools4j.model.user.Group
public class Group
Groups of users with a common set of privileges.
Constructor Summary | |
---|---|
Group()
|
Method Summary | |
---|---|
Integer |
getGroupId()
Get the field GR_GROUP_ID. |
String |
getGroupName()
Get the field GR_GROUP_NAME. |
Boolean |
getIsSystem()
Get the field GR_IS_SYSTEM. |
void |
setGroupId(Integer pGroupId)
Set the field GR_GROUP_ID. |
void |
setGroupName(String pGroupName)
Set the field GR_GROUP_NAME. |
void |
setIsSystem(Boolean pIsSystem)
Set the field GR_IS_SYSTEM. |
String |
toString()
Overrides toString. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Group()
Method Detail |
---|
public Integer getGroupId()
public String getGroupName()
public Boolean getIsSystem()
public void setGroupId(Integer pGroupId)
pGroupId
- The value of the field GR_GROUP_ID.public void setGroupName(String pGroupName)
pGroupName
- The value of the field GR_GROUP_NAME.public void setIsSystem(Boolean pIsSystem)
pIsSystem
- The value of the field GR_IS_SYSTEM.public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |