public class HostsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Host |
host |
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 |
|---|
HostsReference() |
HostsReference(Map objIdMap) |
HostsReference(Reference other) |
HostsReference(String guid) |
HostsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
HostsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
HostsReference(String guid,
String relatedEndType) |
HostsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Host |
getHost() |
int |
hashCode() |
void |
setHost(Host host) |
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 Host host
public HostsReference()
public HostsReference(String guid)
public HostsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public HostsReference(Reference other)
public HostsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic HostsReference(Map objIdMap)
public Host getHost()
public void setHost(Host host)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.