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
public class TypeDefGallery extends TypeDefElementHeader
TypeDefGalleryResponse contains details of the AttributeTypeDefs and full TypeDefs supported by a rep- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.typedefs.TypeDefElementHeader
CURRENT_TYPE_DEF_HEADER_VERSION
-
-
Constructor Summary
Constructors Constructor Description TypeDefGallery()Default constructorTypeDefGallery(TypeDefGallery template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Verify that supplied object has the same properties.List<AttributeTypeDef>getAttributeTypeDefs()Return the list of attribute type definitions from the gallery.ArrayList<TypeDef>getTypeDefs()Return the list of type definitions from the gallery.inthashCode()Code number for hash mapsvoidsetAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)Set up the list of attribute type definitions from the gallery.voidsetTypeDefs(List<TypeDef> typeDefs)Set up the list of type definitions from the gallery.StringtoString()toString JSON-style-
Methods inherited from class org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.RepositoryElementHeader
getHeaderVersion, setHeaderVersion
-
-
-
-
Constructor Detail
-
TypeDefGallery
public TypeDefGallery()
Default constructor
-
TypeDefGallery
public TypeDefGallery(TypeDefGallery template)
Copy/clone constructor- Parameters:
template- template to copy
-
-
Method Detail
-
getAttributeTypeDefs
public List<AttributeTypeDef> getAttributeTypeDefs()
Return the list of attribute type definitions from the gallery.- Returns:
- list of attribute type definitions
-
setAttributeTypeDefs
public void setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
Set up the list of attribute type definitions from the gallery.- Parameters:
attributeTypeDefs- list of attribute type definitions
-
getTypeDefs
public ArrayList<TypeDef> getTypeDefs()
Return the list of type definitions from the gallery.- Returns:
- list of type definitions
-
setTypeDefs
public void setTypeDefs(List<TypeDef> typeDefs)
Set up the list of type definitions from the gallery.- Parameters:
typeDefs- list of type definitions
-
toString
public String toString()
toString JSON-style
-
equals
public boolean equals(Object o)
Verify that supplied object has the same properties.
-
-