public class KnownLocationsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Location |
location |
protected String |
name |
protected static String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
KnownLocationsReference() |
KnownLocationsReference(Map objIdMap) |
KnownLocationsReference(Reference other) |
KnownLocationsReference(String guid) |
KnownLocationsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
KnownLocationsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
KnownLocationsReference(String guid,
String relatedEndType) |
KnownLocationsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Location |
getLocation() |
int |
hashCode() |
void |
setLocation(Location location) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected static final String relationship_Type
protected String name
protected Location location
public KnownLocationsReference()
public KnownLocationsReference(String guid)
public KnownLocationsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public KnownLocationsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public KnownLocationsReference(Reference other)
public KnownLocationsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic KnownLocationsReference(Map objIdMap)
public Location getLocation()
public void setLocation(Location location)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.