public class QueryTargetReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected static String |
relationship_Type |
protected SchemaAttribute |
schemaAttribute |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
QueryTargetReference() |
QueryTargetReference(Map objIdMap) |
QueryTargetReference(Reference other) |
QueryTargetReference(String guid) |
QueryTargetReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
QueryTargetReference(String entityGuid,
OMRSLine line)
Populate the reference from a relationship
|
QueryTargetReference(String guid,
String relatedEndType) |
QueryTargetReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getQuery()
Details of how the attribute is retrieved.
|
SchemaAttribute |
getSchemaAttribute() |
int |
hashCode() |
void |
setQuery(String query) |
void |
setSchemaAttribute(SchemaAttribute schemaAttribute) |
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 SchemaAttribute schemaAttribute
public QueryTargetReference()
public QueryTargetReference(String guid)
public QueryTargetReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public QueryTargetReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public QueryTargetReference(Reference other)
public QueryTargetReference(String entityGuid, OMRSLine line)
entityGuid - String entity Guidline - OMRSLinepublic QueryTargetReference(Map objIdMap)
public SchemaAttribute getSchemaAttribute()
public void setSchemaAttribute(SchemaAttribute schemaAttribute)
public String getQuery()
public void setQuery(String query)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.