public class OpenMetadataArchiveProperties extends OpenMetadataArchiveElementHeader
| Constructor and Description |
|---|
OpenMetadataArchiveProperties()
Default constructor that relies on initialization of variables in their declaration.
|
OpenMetadataArchiveProperties(OpenMetadataArchiveProperties 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.
|
String |
getArchiveDescription()
Return the description for this open metadata archive.
|
String |
getArchiveGUID()
Return the unique identifier for this archive.
|
String |
getArchiveName()
Return the descriptive name for this open metadata archive.
|
OpenMetadataArchiveType |
getArchiveType()
Return the type of this open metadata archive.
|
Date |
getCreationDate()
Return the date that this open metadata archive was created.
|
List<String> |
getDependsOnArchives()
Return the list of GUIDs for open metadata archives that need to be loaded before this one.
|
String |
getOriginatorLicense()
Return the default license for all instance in this archive (this value can be overridden in
individual instances in the archive).
|
String |
getOriginatorName()
Return the name of the originator of this open metadata archive This will be used as the name of the
creator for each element in the archive.
|
String |
getOriginatorOrganization()
Return the name of the organization that provided this archive.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setArchiveDescription(String archiveDescription)
Set up the description for this open metadata archive.
|
void |
setArchiveGUID(String archiveGUID)
Set up the unique identifier for this open metadata archive.
|
void |
setArchiveName(String archiveName)
Set up the descriptive name for this open metadata archive.
|
void |
setArchiveType(OpenMetadataArchiveType archiveType)
Set up the type of this open metadata archive.
|
void |
setCreationDate(Date creationDate)
Set up the date that this open metadata archive was created.
|
void |
setDependsOnArchives(List<String> dependsOnArchives)
Set up the list of GUIDs for open metadata archives that need to be loaded before this one.
|
void |
setOriginatorLicense(String originatorLicense)
Set up the default license for all instances in this archive (this value can be overridden in
individual instances in the archive).
|
void |
setOriginatorName(String originatorName)
Set up the name of the originator of this open metadata archive.
|
void |
setOriginatorOrganization(String originatorOrganization)
Set up the name of the organization that provided this archive.
|
String |
toString()
Standard toString method.
|
public OpenMetadataArchiveProperties()
public OpenMetadataArchiveProperties(OpenMetadataArchiveProperties template)
template - object to copy.public String getArchiveGUID()
public void setArchiveGUID(String archiveGUID)
archiveGUID - String guidpublic String getArchiveName()
public void setArchiveName(String archiveName)
archiveName - String namepublic String getArchiveDescription()
public void setArchiveDescription(String archiveDescription)
archiveDescription - String descriptionpublic OpenMetadataArchiveType getArchiveType()
public void setArchiveType(OpenMetadataArchiveType archiveType)
archiveType - OpenMetadataArchiveType enumpublic String getOriginatorName()
public void setOriginatorName(String originatorName)
originatorName - String namepublic String getOriginatorOrganization()
public void setOriginatorOrganization(String originatorOrganization)
originatorOrganization - String namepublic String getOriginatorLicense()
public void setOriginatorLicense(String originatorLicense)
originatorLicense - license stringpublic Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate - Date objectpublic List<String> getDependsOnArchives()
public void setDependsOnArchives(List<String> dependsOnArchives)
dependsOnArchives - list of guidspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.