public class OMRSAuditLogReportingComponent extends Object implements Serializable, ComponentDescription
| Constructor and Description |
|---|
OMRSAuditLogReportingComponent(ComponentDescription template)
Construct the description of the reporting component.
|
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.
|
int |
getComponentId()
Return the numerical code for this component.
|
String |
getComponentName()
Return the name of the component.
|
String |
getComponentType()
Return the short description 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 OMRSAuditLogReportingComponent(ComponentDescription template)
template - object to copy.public int getComponentId()
getComponentId in interface ComponentDescriptionpublic String getComponentName()
getComponentName in interface ComponentDescriptionpublic String getComponentType()
getComponentType in interface ComponentDescriptionpublic String getComponentWikiURL()
getComponentWikiURL in interface ComponentDescriptionpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.