public abstract 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)
Equals method that returns true if containing properties are the same.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
Map<String,Object> |
getExtendedProperties()
Return the properties that are defined for a subtype of referenceable but are not explicitly
supported by the bean.
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
String |
getTypeName()
Return the open metadata type name of this object - this is used to create a subtype of
the referenceable.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setExtendedProperties(Map<String,Object> extendedProperties)
Set up the properties that are defined for a subtype of referenceable but are not explicitly
supported by the bean.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
void |
setTypeName(String typeName)
Set up the open metadata type name of this object - this is used to create a subtype of
the referenceable.
|
String |
toString()
JSON-style toString.
|
public ReferenceableProperties()
public ReferenceableProperties(ReferenceableProperties template)
template - object to copypublic String getTypeName()
public void setTypeName(String typeName)
typeName - string type namepublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> extendedProperties)
extendedProperties - map of propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.