com.remedy.cmdb.api
Class CMDBAuditLogInfo

java.lang.Object
  extended bycom.remedy.cmdb.api.CMDBAuditInfo
      extended bycom.remedy.cmdb.api.CMDBAuditLogInfo

public class CMDBAuditLogInfo
extends CMDBAuditInfo

Author:
hnandedk

Field Summary
 
Fields inherited from class com.remedy.cmdb.api.CMDBAuditInfo
CMDB_CLASS_AUDITTYPE_COPY, CMDB_CLASS_AUDITTYPE_LOG, CMDB_CLASS_AUDITTYPE_NONE, CMDB_DEFAULT_AUDIT_LOG_FORM, CMDB_QUAL_TYPE_NONE, CMDB_QUAL_TYPE_STRING, CMDB_QUAL_TYPE_STRUCT
 
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 com.remedy.cmdb.api.CMDBAuditInfo
getQualObject, getQualString, getQualType, getType, setQualObject, setQualString, setQualType, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 type
aQualStr - is the qualification string
aLogForm - is the name of log form
Method Detail

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