|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsGroupLookup
public class WsGroupLookup
Class to lookup a group via web service developers make sure each setter calls this.clearGroup();
Constructor Summary | |
---|---|
WsGroupLookup()
|
|
WsGroupLookup(String theGroupName,
String groupUuid)
construct with fields |
Method Summary | |
---|---|
String |
getGroupName()
name of the group to find (includes stems, e.g. |
String |
getUuid()
uuid of the group to find |
void |
setGroupName(String theName)
name of the group to find (includes stems, e.g. |
void |
setUuid(String uuid1)
uuid of the group to find |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsGroupLookup()
public WsGroupLookup(String theGroupName, String groupUuid)
theGroupName
- groupUuid
- Method Detail |
---|
public String getUuid()
public void setUuid(String uuid1)
uuid1
- the uuid to setpublic String getGroupName()
public void setGroupName(String theName)
theName
- the theName to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |