public class ObjectReference extends Object
| Constructor and Description |
|---|
ObjectReference() |
| Modifier and Type | Method and Description |
|---|---|
ObjectReference |
copy() |
boolean |
equals(Object obj) |
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() |
static void |
validate(ObjectReference objectReference,
String objRefType,
String objName) |
public static void validate(ObjectReference objectReference, String objRefType, String objName) throws InvalidArgumentException
InvalidArgumentExceptionpublic 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)
public ObjectReference copy()
Copyright © 2020. All rights reserved.