public class OMRSEventOriginator extends Object implements Serializable
| Constructor and Description |
|---|
OMRSEventOriginator()
Default constructor used by parsing engines and other consumers.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMetadataCollectionId()
Returns the unique identifier (guid) of the originating repository's metadata collection.
|
String |
getOrganizationName()
Return the name of the organization that runs/owns the server.
|
String |
getServerName()
Return the display name for the server that is used in events, messages and UIs to
make it easier for people to understand the origin of metadata.
|
String |
getServerType()
Return the descriptive string describing the type of the server.
|
void |
setMetadataCollectionId(String metadataCollectionId)
Sets up the unique identifier (guid) of the originating repository.
|
void |
setOrganizationName(String organizationName)
Set up the name of the organization that runs/owns the server.
|
void |
setServerName(String serverName)
Set up the display name for the server that is used in events, messages and UIs to
make it easier for people to understand the origin of metadata.
|
void |
setServerType(String serverType)
Set up the descriptive string describing the type of the server.
|
String |
toString()
Standard toString method.
|
public OMRSEventOriginator()
public String getMetadataCollectionId()
public void setMetadataCollectionId(String metadataCollectionId)
metadataCollectionId - String guidpublic String getServerName()
public void setServerName(String serverName)
serverName - String server namepublic String getServerType()
public void setServerType(String serverType)
serverType - String server typepublic String getOrganizationName()
public void setOrganizationName(String organizationName)
organizationName - String organization nameCopyright © 2018–2020 ODPi. All rights reserved.