public class SchemaProperties extends SupplementaryProperties
| Constructor and Description |
|---|
SchemaProperties()
Default constructor
|
SchemaProperties(SchemaProperties 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.
|
boolean |
getIsDeprecated()
Is the schema element deprecated?
|
String |
getTechnicalDescription()
Returns the stored technicalDescription property for the schema element.
|
String |
getTechnicalName()
Return the simple name of the schema element.
|
int |
hashCode()
Return has code based on properties.
|
void |
setIsDeprecated(boolean deprecated)
Set whether the schema element deprecated or not.
|
void |
setTechnicalDescription(String technicalDescription)
Set up the stored technicalDescription property for the schema element.
|
void |
setTechnicalName(String name)
Set up the simple name of the schema element.
|
String |
toString()
Standard toString method.
|
getAbbreviation, getDescription, getDisplayName, getSummary, getUsage, setAbbreviation, setDescription, setDisplayName, setSummary, setUsagegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic SchemaProperties()
public SchemaProperties(SchemaProperties template)
template - template object to copy.public boolean getIsDeprecated()
public void setIsDeprecated(boolean deprecated)
deprecated - boolean flagpublic String getTechnicalName()
public void setTechnicalName(String name)
name - String display namepublic String getTechnicalDescription()
public void setTechnicalDescription(String technicalDescription)
technicalDescription - string technicalDescriptionpublic String toString()
toString in class SupplementaryPropertiespublic boolean equals(Object objectToCompare)
equals in class SupplementaryPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SupplementaryPropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.