public class Location extends Object
Modifier and Type | Field and Description |
---|---|
private String |
fieldID |
private String |
objectID |
Constructor and Description |
---|
Location(String objectID,
String fieldID) |
Modifier and Type | Method and Description |
---|---|
String |
getFieldID() |
String |
getObjectID() |
void |
setFieldID(String fieldID) |
void |
setObjectID(String objectID) |
String |
toString() |