public class ReferenceableProperties extends Object implements Serializable
| Constructor and Description |
|---|
ReferenceableProperties()
Default constructor
|
ReferenceableProperties(ReferenceableProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
List<ElementClassification> |
getClassifications()
Return the list of classifications associated with the asset.
|
Map<String,Object> |
getExtendedProperties()
Return the properties that have been defined for a subtype of this object that are not supported explicitly
by this bean.
|
List<String> |
getMeanings()
Return the assigned meanings for this metadata entity.
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
String |
getTypeName()
Return the name of the open metadata type for this element.
|
int |
hashCode()
Return has code based on properties.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setClassifications(List<ElementClassification> classifications)
Set up the classifications associated with this connection.
|
void |
setExtendedProperties(Map<String,Object> extendedProperties)
Set up the properties that have been defined for a subtype of this object that are not supported explicitly
by this bean.
|
void |
setMeanings(List<String> meanings)
Set up the assigned meanings for this metadata entity.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
void |
setTypeName(String typeName)
Set up the name of the open metadata type for this element.
|
String |
toString()
Standard toString method.
|
public ReferenceableProperties()
public ReferenceableProperties(ReferenceableProperties template)
template - element to copypublic void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getQualifiedName()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,String> getAdditionalProperties()
public List<String> getMeanings()
public void setMeanings(List<String> meanings)
meanings - list of meaningspublic List<ElementClassification> getClassifications()
public void setClassifications(List<ElementClassification> classifications)
classifications - list of classificationspublic String getTypeName()
public void setTypeName(String typeName)
typeName - string namepublic Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> extendedProperties)
extendedProperties - property mappublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.