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.
|
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.
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
String |
getTypeName()
Return the name of the open metadata type for this metadata element.
|
Map<String,String> |
getVendorProperties()
Return specific properties for the security manager vendor.
|
int |
hashCode()
Return has code based on properties.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
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 |
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 security manager vendor.
|
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 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–2021 LF AI & Data Foundation. All rights reserved.