public class OpenMetadataArchiveProperties extends Object
| Constructor and Description |
|---|
OpenMetadataArchiveProperties()
Default constructor that relies on initialization of variables in their declaration.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
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 |
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.
|
public OpenMetadataArchiveProperties()
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 Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate - Date objectpublic List<String> getDependsOnArchives()
Copyright © 2018 ODPi. All rights reserved.