public class WsAttributeAssignLookup
extends java.lang.Object
Class to lookup an attribute assignment via web service
Constructor and Description |
---|
WsAttributeAssignLookup() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBatchIndex()
if there is a batch request, and this attribute assignment
refers to a previously sent assignment, this is the index (0 indexed)
|
java.lang.String |
getUuid()
uuid of the attributeAssign to find
|
void |
setBatchIndex(java.lang.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(java.lang.String uuid1)
uuid of the attributeAssign to find
|
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid1)
uuid1
- the uuid to setpublic java.lang.String getBatchIndex()
public void setBatchIndex(java.lang.String theIndex)
theIndex
- the index to set