public class ObjectReference extends Object
| Constructor and Description |
|---|
ObjectReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getCompany() |
String |
getId() |
String |
getSystem() |
String |
getSystemInstance() |
String |
getType() |
String |
getValue() |
int |
hashCode() |
void |
setCompany(String company) |
void |
setId(String id) |
void |
setSystem(String system) |
void |
setSystemInstance(String systemInstance) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
public String getId()
public void setId(String id)
public String getCompany()
public void setCompany(String company)
public String getSystem()
public void setSystem(String system)
public String getSystemInstance()
public void setSystemInstance(String systemInstance)
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
Copyright © 2018. All rights reserved.