public class WsGroupLookup
extends java.lang.Object
Class to lookup a group via web service developers make sure each setter calls this.clearGroup();
Constructor and Description |
---|
WsGroupLookup() |
WsGroupLookup(java.lang.String theGroupName,
java.lang.String groupUuid)
construct with fields
|
WsGroupLookup(java.lang.String theGroupName,
java.lang.String groupUuid,
java.lang.String groupIdIndex)
construct with fields
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroupName()
name of the group to find (includes stems, e.g.
|
java.lang.String |
getIdIndex()
integer ID for object
|
java.lang.String |
getUuid()
uuid of the group to find
|
void |
setGroupName(java.lang.String theName)
name of the group to find (includes stems, e.g.
|
void |
setIdIndex(java.lang.String idIndex1)
integer ID for object
|
void |
setUuid(java.lang.String uuid1)
uuid of the group to find
|
public WsGroupLookup()
public WsGroupLookup(java.lang.String theGroupName, java.lang.String groupUuid)
theGroupName
- groupUuid
- public WsGroupLookup(java.lang.String theGroupName, java.lang.String groupUuid, java.lang.String groupIdIndex)
theGroupName
- groupUuid
- groupIdIndex
- public java.lang.String getIdIndex()
public void setIdIndex(java.lang.String idIndex1)
idIndex1
- public java.lang.String getUuid()
public void setUuid(java.lang.String uuid1)
uuid1
- the uuid to setpublic java.lang.String getGroupName()
public void setGroupName(java.lang.String theName)
theName
- the theName to set