public class OpenMetadataArchiveTypeStore extends OpenMetadataArchiveElementHeader
| Constructor and Description |
|---|
OpenMetadataArchiveTypeStore()
Default constructor for OpenMetadataArchiveTypeStore relies on variables being initialized in their declaration.
|
OpenMetadataArchiveTypeStore(OpenMetadataArchiveTypeStore template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
List<AttributeTypeDef> |
getAttributeTypeDefs()
Return the list of attribute types used in this archive.
|
List<TypeDef> |
getNewTypeDefs()
Return the list of new TypeDefs in this open metadata archive.
|
List<TypeDefPatch> |
getTypeDefPatches()
Return the list of TypeDef patches from this archive.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
Set up the list of attribute types used in this archive.
|
void |
setNewTypeDefs(List<TypeDef> newTypeDefs)
Set up the list of new TypeDefs in this open metadata archive.
|
void |
setTypeDefPatches(List<TypeDefPatch> typeDefPatches)
Set up the list of TypeDef patches from this archive.
|
String |
toString()
Standard toString method.
|
public OpenMetadataArchiveTypeStore()
public OpenMetadataArchiveTypeStore(OpenMetadataArchiveTypeStore template)
template - object to copypublic List<AttributeTypeDef> getAttributeTypeDefs()
public void setAttributeTypeDefs(List<AttributeTypeDef> attributeTypeDefs)
attributeTypeDefs - list of AttributeTypeDef objectspublic List<TypeDefPatch> getTypeDefPatches()
public void setTypeDefPatches(List<TypeDefPatch> typeDefPatches)
typeDefPatches - list of TypeDef objectspublic List<TypeDef> getNewTypeDefs()
public void setNewTypeDefs(List<TypeDef> newTypeDefs)
newTypeDefs - list of TypeDef objectspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.