public class SchemaAttributeRelationshipProperties extends Object implements Serializable
| Constructor and Description |
|---|
SchemaAttributeRelationshipProperties()
Default constructor
|
SchemaAttributeRelationshipProperties(SchemaAttributeRelationshipProperties template)
Copy/clone constructor makes a copy of the supplied object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getLinkedAttributeGUID()
Return the GUID of the schema attribute that this link connects together.
|
String |
getLinkedAttributeName()
Return the name of this link
|
String |
getLinkGUID()
Return the identifier for the schema link.
|
Map<String,Object> |
getLinkProperties()
Return the properties associated with this schema link.
|
String |
getLinkType()
Return the type of the link - this is related to the type of the schema it is a part of.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setLinkedAttributeGUID(String linkedAttributeGUID)
Set up the GUIDs of the schema attributes that this link connects together.
|
void |
setLinkedAttributeName(String linkedAttributeName)
Set up the name of this link.
|
void |
setLinkGUID(String linkGUID)
Set up the identifier for the schema link.
|
void |
setLinkProperties(Map<String,Object> linkProperties)
Set up the properties associated with this schema link.
|
void |
setLinkType(String linkType)
Set up the type of the link - this is related to the type of the schema it is a part of.
|
String |
toString()
Standard toString method.
|
public SchemaAttributeRelationshipProperties()
public SchemaAttributeRelationshipProperties(SchemaAttributeRelationshipProperties template)
template - template object to copypublic String getLinkGUID()
public void setLinkGUID(String linkGUID)
linkGUID - String guidpublic String getLinkType()
public void setLinkType(String linkType)
linkType - String link typepublic String getLinkedAttributeName()
public void setLinkedAttributeName(String linkedAttributeName)
linkedAttributeName - String namepublic Map<String,Object> getLinkProperties()
public void setLinkProperties(Map<String,Object> linkProperties)
linkProperties - property mappublic String getLinkedAttributeGUID()
public void setLinkedAttributeGUID(String linkedAttributeGUID)
linkedAttributeGUID - GUIDs for either end of the link - returned as a list.public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.