Class SchemaType
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
-
- org.odpi.openmetadata.accessservices.dataengine.model.SchemaType
-
- All Implemented Interfaces:
Serializable
public class SchemaType extends Referenceable
The type Schema type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<Attribute>getAttributeList()Gets attribute list.StringgetAuthor()Gets author.StringgetDisplayName()Gets display name.StringgetEncodingStandard()Gets encoding standard.StringgetType()Gets type.StringgetUsage()Gets usage.StringgetVersionNumber()Gets version number.inthashCode()voidsetAttributeList(List<Attribute> attributeList)Sets attribute list.voidsetAuthor(String author)Sets author.voidsetDisplayName(String displayName)Sets display name.voidsetEncodingStandard(String encodingStandard)Sets encoding standard.voidsetType(String type)Sets type.voidsetUsage(String usage)Sets usage.voidsetVersionNumber(String versionNumber)Sets version number.StringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classReferenceable
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classReferenceable
-
hashCode
public int hashCode()
- Overrides:
hashCodein classReferenceable
-
toString
public String toString()
- Overrides:
toStringin classReferenceable
-
getDisplayName
public String getDisplayName()
Gets display name.- Returns:
- the display name
-
getAuthor
public String getAuthor()
Gets author.- Returns:
- the author
-
getUsage
public String getUsage()
Gets usage.- Returns:
- the usage
-
getEncodingStandard
public String getEncodingStandard()
Gets encoding standard.- Returns:
- the encoding standard
-
getVersionNumber
public String getVersionNumber()
Gets version number.- Returns:
- the version number
-
getType
public String getType()
Gets type.- Returns:
- the type
-
getAttributeList
public List<Attribute> getAttributeList()
Gets attribute list.- Returns:
- the attribute list
-
setDisplayName
public void setDisplayName(String displayName)
Sets display name.- Parameters:
displayName- the display name
-
setAuthor
public void setAuthor(String author)
Sets author.- Parameters:
author- the author
-
setUsage
public void setUsage(String usage)
Sets usage.- Parameters:
usage- the usage
-
setEncodingStandard
public void setEncodingStandard(String encodingStandard)
Sets encoding standard.- Parameters:
encodingStandard- the encoding standard
-
setVersionNumber
public void setVersionNumber(String versionNumber)
Sets version number.- Parameters:
versionNumber- the version number
-
setType
public void setType(String type)
Sets type.- Parameters:
type- the type
-
-