|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsAttributeAssignLookup
public class WsAttributeAssignLookup
Class to lookup an attribute assignment via web service
Constructor Summary | |
---|---|
WsAttributeAssignLookup()
|
Method Summary | |
---|---|
String |
getBatchIndex()
if there is a batch request, and this attribute assignment refers to a previously sent assignment, this is the index (0 indexed) |
String |
getUuid()
uuid of the attributeAssign to find |
void |
setBatchIndex(String theIndex)
if there is a batch request, and this attribute assignment refers to a previously sent assignment, this is the index (0 indexed) |
void |
setUuid(String uuid1)
uuid of the attributeAssign to find |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsAttributeAssignLookup()
Method Detail |
---|
public String getUuid()
public void setUuid(String uuid1)
uuid1
- the uuid to setpublic String getBatchIndex()
public void setBatchIndex(String theIndex)
theIndex
- the index to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |