public class OMRSAuditLogRecordOriginator extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
METADATA_COLLECTION_ID_PROPERTY |
static String |
ORGANIZATION_NAME_PROPERTY |
static String |
SERVER_NAME_PROPERTY |
static String |
SERVER_TYPE_PROPERTY |
| Constructor and Description |
|---|
OMRSAuditLogRecordOriginator()
Default constructor used by parsing engines and other consumers.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
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.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
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 static String SERVER_NAME_PROPERTY
public static String SERVER_TYPE_PROPERTY
public static String ORGANIZATION_NAME_PROPERTY
public static String METADATA_COLLECTION_ID_PROPERTY
public OMRSAuditLogRecordOriginator()
public 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 namepublic String getMetadataCollectionId()
public void setMetadataCollectionId(String metadataCollectionId)
metadataCollectionId - String guidpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.