public class ConfigurationItemProperties extends Object implements Serializable
| Constructor and Description |
|---|
ConfigurationItemProperties()
Default constructor
|
ConfigurationItemProperties(ConfigurationItemProperties 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<Classification> |
getClassifications()
Return the list of classifications associated with the object.
|
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.
|
Map<String,String> |
getVendorProperties()
Return specific properties for the data platform vendor.
|
int |
hashCode()
Return has code based on properties.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setClassifications(List<Classification> classifications)
Set up the classifications associated with this object.
|
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.
|
void |
setVendorProperties(Map<String,String> vendorProperties)
Set up specific properties for the data platform vendor.
|
String |
toString()
Standard toString method.
|
public ConfigurationItemProperties()
public ConfigurationItemProperties(ConfigurationItemProperties 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<Classification> getClassifications()
public void setClassifications(List<Classification> classifications)
classifications - list of classificationspublic Map<String,String> getVendorProperties()
public void setVendorProperties(Map<String,String> vendorProperties)
vendorProperties - name value pairspublic 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–2020 ODPi. All rights reserved.