public class SchemaElementProperties extends ReferenceableProperties
| Constructor and Description |
|---|
SchemaElementProperties()
Default constructor
|
SchemaElementProperties(SchemaElementProperties 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.
|
String |
getDescription()
Returns the stored description property for the schema element.
|
String |
getDisplayName()
Return the simple name of the schema element.
|
boolean |
getIsDeprecated()
Is the schema element deprecated?
|
int |
hashCode()
Return has code based on properties.
|
void |
setDescription(String description)
Set up the stored description property for the schema element.
|
void |
setDisplayName(String name)
Set up the simple name of the schema element.
|
void |
setIsDeprecated(boolean deprecated)
Set whether the schema element deprecated or not.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic SchemaElementProperties()
public SchemaElementProperties(SchemaElementProperties template)
template - template object to copy.public boolean getIsDeprecated()
public void setIsDeprecated(boolean deprecated)
deprecated - boolean flagpublic String getDisplayName()
public void setDisplayName(String name)
name - String display namepublic String getDescription()
public void setDescription(String description)
description - string descriptionpublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.