public class OMRSAuditLogReportSeverity extends Object implements AuditLogRecordSeverity, Serializable
| Constructor and Description |
|---|
OMRSAuditLogReportSeverity()
Default constructor
|
OMRSAuditLogReportSeverity(AuditLogRecordSeverity template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getDescription()
Return the short description of the component.
|
String |
getName()
Return the name of the component.
|
int |
getOrdinal()
Return the numerical code for this enum.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setDescription(String description)
Set up the short description of the component.
|
void |
setName(String name)
Set up the name of the component.
|
void |
setOrdinal(int ordinal)
Set up he numerical code for this enum.
|
String |
toString()
toString, JSON-style
|
public OMRSAuditLogReportSeverity()
public OMRSAuditLogReportSeverity(AuditLogRecordSeverity template)
template - object to copy.public int getOrdinal()
getOrdinal in interface AuditLogRecordSeveritypublic void setOrdinal(int ordinal)
ordinal - identifierpublic String getName()
getName in interface AuditLogRecordSeveritypublic void setName(String name)
name - String component namepublic String getDescription()
getDescription in interface AuditLogRecordSeveritypublic void setDescription(String description)
description - String descriptionpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.