Class TypeDefGallery
java.lang.Object
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.RepositoryElementHeader
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefElementHeader
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefGallery
- All Implemented Interfaces:
Serializable
TypeDefGalleryResponse contains details of the AttributeTypeDefs and full TypeDefs supported by a rep
- See Also:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefElementHeader
CURRENT_TYPE_DEF_HEADER_VERSION
-
Constructor Summary
ConstructorDescriptionDefault constructorTypeDefGallery
(TypeDefGallery template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Verify that supplied object has the same properties.Return the list of attribute type definitions from the gallery.Return the list of type definitions from the gallery.int
hashCode()
Code number for hash mapsvoid
setAttributeTypeDefs
(List<AttributeTypeDef> attributeTypeDefs) Set up the list of attribute type definitions from the gallery.void
setTypeDefs
(List<TypeDef> typeDefs) Set up the list of type definitions from the gallery.toString()
toString JSON-styleMethods inherited from class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.RepositoryElementHeader
getHeaderVersion, setHeaderVersion
-
Constructor Details
-
TypeDefGallery
public TypeDefGallery()Default constructor -
TypeDefGallery
Copy/clone constructor- Parameters:
template
- template to copy
-
-
Method Details
-
getAttributeTypeDefs
Return the list of attribute type definitions from the gallery.- Returns:
- list of attribute type definitions
-
setAttributeTypeDefs
Set up the list of attribute type definitions from the gallery.- Parameters:
attributeTypeDefs
- list of attribute type definitions
-
getTypeDefs
Return the list of type definitions from the gallery.- Returns:
- list of type definitions
-
setTypeDefs
Set up the list of type definitions from the gallery.- Parameters:
typeDefs
- list of type definitions
-
toString
toString JSON-style -
equals
Verify that supplied object has the same properties.- Overrides:
equals
in classRepositoryElementHeader
- Parameters:
objectToCompare
- object to test- Returns:
- result
-
hashCode
public int hashCode()Code number for hash maps- Overrides:
hashCode
in classRepositoryElementHeader
- Returns:
- hash code
-