public class NestedLocationReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Location |
location |
protected String |
name |
protected String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
NestedLocationReference() |
NestedLocationReference(Map objIdMap) |
NestedLocationReference(Reference other) |
NestedLocationReference(String guid) |
NestedLocationReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
NestedLocationReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
NestedLocationReference(String guid,
String relatedEndType) |
NestedLocationReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
NestedLocationReference(String relatedEndType,
String attrName,
Object attrValue) |
| 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 String relationship_Type
protected String name
protected Location location
public NestedLocationReference()
public NestedLocationReference(String guid)
public NestedLocationReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public NestedLocationReference(String relatedEndType, String attrName, Object attrValue)
public NestedLocationReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public NestedLocationReference(Reference other)
public NestedLocationReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic NestedLocationReference(Map objIdMap)
public Location getLocation()
public void setLocation(Location location)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.