public class OMRSAuditLogReportingComponent extends Object
| Constructor and Description |
|---|
OMRSAuditLogReportingComponent(int componentId,
String componentName,
String componentDescription,
String componentWikiURL)
Construct the description of the reporting component.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
String |
getComponentDescription()
Return the short description of the component.
|
int |
getComponentId()
Return the numerical code for this enum.
|
String |
getComponentName()
Return the name of the component.
|
String |
getComponentWikiURL()
URL link to the wiki page that describes this component.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
String |
toString()
Standard toString method.
|
public OMRSAuditLogReportingComponent(int componentId,
String componentName,
String componentDescription,
String componentWikiURL)
componentId - numerical identifier for the component.componentName - display name for the component.componentDescription - description of the component.componentWikiURL - link to more information.public int getComponentId()
public String getComponentName()
public String getComponentDescription()
public String getComponentWikiURL()
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.