public class ExternalSchemaTypeProperties extends SimpleSchemaTypeProperties
| Constructor and Description |
|---|
ExternalSchemaTypeProperties()
Default constructor
|
ExternalSchemaTypeProperties(ExternalSchemaTypeProperties 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.
|
SchemaTypeProperties |
getExternalSchemaType()
Return the schema type that is reusable amongst assets.
|
String |
getExternalSchemaTypeGUID()
Return the unique identifier of the external schema type.
|
int |
hashCode()
Return hash code for this object
|
void |
setExternalSchemaType(SchemaTypeProperties externalSchemaType)
Set up the schema type that is reusable amongst assets.
|
void |
setExternalSchemaTypeGUID(String externalSchemaTypeGUID)
Set up the unique identifier of the external schema type.
|
String |
toString()
Standard toString method.
|
getDataType, getDefaultValue, setDataType, setDefaultValuegetAuthor, getEncodingStandard, getFormula, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setNamespace, setQueries, setUsage, setVersionNumbergetDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic ExternalSchemaTypeProperties()
public ExternalSchemaTypeProperties(ExternalSchemaTypeProperties template)
template - template object to copy.public String getExternalSchemaTypeGUID()
public void setExternalSchemaTypeGUID(String externalSchemaTypeGUID)
externalSchemaTypeGUID - string guidpublic SchemaTypeProperties getExternalSchemaType()
public void setExternalSchemaType(SchemaTypeProperties externalSchemaType)
externalSchemaType - bean describing external schemapublic String toString()
toString in class SimpleSchemaTypePropertiespublic boolean equals(Object objectToCompare)
equals in class SimpleSchemaTypePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SimpleSchemaTypePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.