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