public class OpenMetadataArchiveInstanceStore extends OpenMetadataArchiveElementHeader
| Constructor and Description |
|---|
OpenMetadataArchiveInstanceStore()
Default constructor relying on the initialization of variables in their declaration.
|
OpenMetadataArchiveInstanceStore(OpenMetadataArchiveInstanceStore 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<ClassificationEntityExtension> |
getClassifications()
Return the list of classifications defined in this open metadata archive.
|
List<EntityDetail> |
getEntities()
Return the list of entities defined in the open metadata archive.
|
List<Relationship> |
getRelationships()
Return the list of relationships defined in this open metadata archive.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setClassifications(List<ClassificationEntityExtension> classifications)
Set up the list of classification objects defined in the open metadata archive.
|
void |
setEntities(List<EntityDetail> entities)
Set up the list of entities defined in the open metadata archive.
|
void |
setRelationships(List<Relationship> relationships)
Set up the list of relationships defined in this open metadata archive.
|
String |
toString()
Standard toString method.
|
public OpenMetadataArchiveInstanceStore()
public OpenMetadataArchiveInstanceStore(OpenMetadataArchiveInstanceStore template)
template - object to copypublic List<EntityDetail> getEntities()
public void setEntities(List<EntityDetail> entities)
entities - list of entitiespublic List<Relationship> getRelationships()
public void setRelationships(List<Relationship> relationships)
relationships - list of relationship objectspublic List<ClassificationEntityExtension> getClassifications()
public void setClassifications(List<ClassificationEntityExtension> classifications)
classifications - list of classification objectspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.