public class LikeAnchorReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Referenceable |
referenceable |
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 |
|---|
LikeAnchorReference() |
LikeAnchorReference(Map objIdMap) |
LikeAnchorReference(Reference other) |
LikeAnchorReference(String guid) |
LikeAnchorReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
LikeAnchorReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
LikeAnchorReference(String guid,
String relatedEndType) |
LikeAnchorReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIsPublic()
Is the attached like visible to more than the originator?
|
Referenceable |
getReferenceable() |
int |
hashCode() |
void |
setIsPublic(String isPublic) |
void |
setReferenceable(Referenceable referenceable) |
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 Referenceable referenceable
public LikeAnchorReference()
public LikeAnchorReference(String guid)
public LikeAnchorReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public LikeAnchorReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public LikeAnchorReference(Reference other)
public LikeAnchorReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic LikeAnchorReference(Map objIdMap)
public Referenceable getReferenceable()
public void setReferenceable(Referenceable referenceable)
public String getIsPublic()
public void setIsPublic(String isPublic)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.