public class WSRequestGroupAssigment extends WSRequest implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
groupID
Id of group
|
protected java.lang.String[] |
personIDs
Ids of the person
|
Constructor and Description |
---|
WSRequestGroupAssigment() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroupID() |
java.lang.String[] |
getPersonIDs() |
void |
setGroupID(java.lang.String groupID) |
void |
setPersonIDs(java.lang.String[] personIDs) |