public class AuditLogReportingComponent extends Object implements Serializable, ComponentDescription
| Constructor and Description |
|---|
AuditLogReportingComponent()
Default constructor for Jackson
|
AuditLogReportingComponent(ComponentDescription template)
Copy/clone constructor
|
AuditLogReportingComponent(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()
Return the URL link to the wiki page that describes this component.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setComponentDescription(String componentDescription)
Set up the short description of the component.
|
void |
setComponentId(int componentId)
Set up the numerical code for this component.
|
void |
setComponentName(String componentName)
Set up the name of the component.
|
void |
setComponentWikiURL(String componentWikiURL)
Set up the URL link to the wiki page that describes this component.
|
String |
toString()
Standard toString method.
|
public AuditLogReportingComponent()
public AuditLogReportingComponent(ComponentDescription template)
template - object to copypublic AuditLogReportingComponent(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()
getComponentId in interface ComponentDescriptionpublic void setComponentId(int componentId)
componentId - int componentIdpublic String getComponentName()
getComponentName in interface ComponentDescriptionpublic void setComponentName(String componentName)
componentName - String component namepublic String getComponentType()
getComponentType in interface ComponentDescriptionpublic void setComponentDescription(String componentDescription)
componentDescription - String descriptionpublic String getComponentWikiURL()
getComponentWikiURL in interface ComponentDescriptionpublic void setComponentWikiURL(String componentWikiURL)
componentWikiURL - string URLpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.