|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.objectplanet.survey.plugin.api.UserGroup
public class UserGroup
Represent a survey system user.
Constructor Summary | |
---|---|
UserGroup()
Default constructor for the UserGroup object |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the user group description |
java.lang.String |
getName()
Returns the user group name |
long |
getUserGroupId()
Returns the user group id |
void |
setDescription(java.lang.String description)
Sets the user group description |
void |
setName(java.lang.String name)
Sets the user group name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserGroup()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public long getUserGroupId()
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |