Class ComplexSchemaTypeProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaTypeProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.ComplexSchemaTypeProperties
- All Implemented Interfaces:
Serializable
ComplexSchemaTypeProperties describes a schema with multiple attributes. Notice it does not contain the attributes,
just a count of them. This is because a complex schema type may have literally thousands of attributes
and so the attribute contents are retrieved separated through calls that support paging.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor used by subclassesCopy/clone Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.intReturn the count of attributes in this schema type.inthashCode()Create a hash code for this element type.voidsetAttributeCount(int attributeCount) Set up the count of attributes in this schema typetoString()Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaTypeProperties
getAuthor, getEncodingStandard, getFormula, getFormulaType, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setFormulaType, setNamespace, setQueries, setUsage, setVersionNumberMethods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.SchemaProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedMethods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
ComplexSchemaTypeProperties
public ComplexSchemaTypeProperties()Default constructor used by subclasses -
ComplexSchemaTypeProperties
Copy/clone Constructor.- Parameters:
template- template object to copy.
-
-
Method Details
-
getAttributeCount
public int getAttributeCount()Return the count of attributes in this schema type.- Returns:
- String data type name
-
setAttributeCount
public void setAttributeCount(int attributeCount) Set up the count of attributes in this schema type- Parameters:
attributeCount- data type name
-
toString
Standard toString method.- Overrides:
toStringin classSchemaTypeProperties- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classSchemaTypeProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCodein classSchemaTypeProperties- Returns:
- int hash code
-