public class ActionsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected static String |
relationship_Type |
protected ToDo |
toDo |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
ActionsReference() |
ActionsReference(Map objIdMap) |
ActionsReference(Reference other) |
ActionsReference(String guid) |
ActionsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
ActionsReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
ActionsReference(String guid,
String relatedEndType) |
ActionsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ToDo |
getToDo() |
int |
hashCode() |
void |
setToDo(ToDo toDo) |
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 ToDo toDo
public ActionsReference()
public ActionsReference(String guid)
public ActionsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public ActionsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public ActionsReference(Reference other)
public ActionsReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic ActionsReference(Map objIdMap)
public ToDo getToDo()
public void setToDo(ToDo toDo)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.