com.remedy.cmdb.api
Class CMDBAuditLogInfo
java.lang.Object
com.remedy.cmdb.api.CMDBAuditInfo
com.remedy.cmdb.api.CMDBAuditLogInfo
- public class CMDBAuditLogInfo
- extends CMDBAuditInfo
- Author:
- hnandedk
Constructor Summary |
CMDBAuditLogInfo()
Constructor |
CMDBAuditLogInfo(int aType,
java.lang.String aQualStr,
java.lang.String aLogForm)
Initiallizes values for CMDBAuditLogInfo |
CMDBAuditLogInfo(java.lang.String aLogForm)
Initiallizes values for CMDBAuditLogInfo |
Method Summary |
java.lang.String |
getLogForm()
It returns the logForm for given CMDBAuditLogInfo object |
void |
setLogForm(java.lang.String aLogForm)
Sets logForm for given CMDBAuditLogInfo object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMDBAuditLogInfo
public CMDBAuditLogInfo()
- Constructor
CMDBAuditLogInfo
public CMDBAuditLogInfo(java.lang.String aLogForm)
- Initiallizes values for CMDBAuditLogInfo
- Parameters:
aLogForm
- is the name of log form
CMDBAuditLogInfo
public CMDBAuditLogInfo(int aType,
java.lang.String aQualStr,
java.lang.String aLogForm)
- Initiallizes values for CMDBAuditLogInfo
- Parameters:
aType
- is log typeaQualStr
- is the qualification stringaLogForm
- is the name of log form
getLogForm
public java.lang.String getLogForm()
- It returns the logForm for given CMDBAuditLogInfo object
- Overrides:
getLogForm
in class CMDBAuditInfo
- Returns:
- logForm for the given CMDBAuditLogInfo object
setLogForm
public void setLogForm(java.lang.String aLogForm)
- Sets logForm for given CMDBAuditLogInfo object
- Overrides:
setLogForm
in class CMDBAuditInfo
- Parameters:
aLogForm
- is the name of log form