public class OMRSAuditLogRecordOriginator extends Object
| 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 OMRSAuditLogRecordOriginator()
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 namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.