public class ObjectWithUID extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
entryUID  | 
protected int | 
objectIndex  | 
| Constructor and Description | 
|---|
ObjectWithUID()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getEntryUID()  | 
int | 
getObjectIndex()  | 
void | 
setEntryUID(String entryUID)  | 
void | 
setObjectIndex(int objectIndex)  | 
protected String entryUID
protected int objectIndex
public String getEntryUID()
public void setEntryUID(String entryUID)
entryUID - The entryUID to set.public int getObjectIndex()
public void setObjectIndex(int objectIndex)
objectIndex - The objectIndex to set.Copyright © GigaSpaces.