|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.monitoring.metadata.SbiAudit
public class SbiAudit
Constructor Summary | |
---|---|
SbiAudit()
default constructor. |
|
SbiAudit(java.lang.Integer id)
constructor with id. |
Method Summary | |
---|---|
java.lang.Integer |
getDocumentId()
Gets the document id. |
java.lang.String |
getDocumentLabel()
Gets the document label. |
java.lang.String |
getDocumentName()
Gets the document name. |
java.lang.String |
getDocumentParameters()
Gets the document parameters. |
java.lang.String |
getDocumentState()
Gets the document state. |
java.lang.String |
getDocumentType()
Gets the document type. |
java.lang.String |
getEngineClass()
Gets the engine class. |
java.lang.String |
getEngineDriver()
Gets the engine driver. |
java.lang.Integer |
getEngineId()
Gets the engine id. |
java.lang.String |
getEngineLabel()
Gets the engine label. |
java.lang.String |
getEngineName()
Gets the engine name. |
java.lang.String |
getEngineType()
Gets the engine type. |
java.lang.String |
getEngineUrl()
Gets the engine url. |
java.lang.Short |
getError()
Gets the error. |
java.lang.String |
getErrorCode()
Gets the error code. |
java.lang.String |
getErrorMessage()
Gets the error message. |
java.util.Date |
getExecutionEndTime()
Gets the execution end time. |
java.lang.String |
getExecutionModality()
Gets the execution modality. |
java.util.Date |
getExecutionStartTime()
Gets the execution start time. |
java.lang.String |
getExecutionState()
Gets the execution state. |
java.lang.Integer |
getExecutionTime()
Gets the execution time. |
java.lang.Integer |
getId()
Gets the id. |
java.util.Date |
getRequestTime()
Gets the request time. |
SbiEngines |
getSbiEngine()
Gets the sbi engine. |
SbiObjects |
getSbiObject()
Gets the sbi object. |
SbiSubObjects |
getSbiSubObject()
Gets the sbi sub object. |
java.lang.Integer |
getSubObjId()
Gets the sub obj id. |
java.lang.Short |
getSubObjIsPublic()
Gets the sub obj is public. |
java.lang.String |
getSubObjName()
Gets the sub obj name. |
java.lang.String |
getSubObjOwner()
Gets the sub obj owner. |
java.lang.String |
getUserGroup()
Gets the user group. |
java.lang.String |
getUserName()
Gets the user name. |
void |
setDocumentId(java.lang.Integer documentId)
Sets the document id. |
void |
setDocumentLabel(java.lang.String documentLabel)
Sets the document label. |
void |
setDocumentName(java.lang.String documentName)
Sets the document name. |
void |
setDocumentParameters(java.lang.String documentParameters)
Sets the document parameters. |
void |
setDocumentState(java.lang.String documentState)
Sets the document state. |
void |
setDocumentType(java.lang.String documentType)
Sets the document type. |
void |
setEngineClass(java.lang.String engineClass)
Sets the engine class. |
void |
setEngineDriver(java.lang.String engineDriver)
Sets the engine driver. |
void |
setEngineId(java.lang.Integer engineId)
Sets the engine id. |
void |
setEngineLabel(java.lang.String engineLabel)
Sets the engine label. |
void |
setEngineName(java.lang.String engineName)
Sets the engine name. |
void |
setEngineType(java.lang.String engineType)
Sets the engine type. |
void |
setEngineUrl(java.lang.String engineUrl)
Sets the engine url. |
void |
setError(java.lang.Short error)
Sets the error. |
void |
setErrorCode(java.lang.String errorCode)
Sets the error code. |
void |
setErrorMessage(java.lang.String errorMessage)
Sets the error message. |
void |
setExecutionEndTime(java.util.Date executionEndTime)
Sets the execution end time. |
void |
setExecutionModality(java.lang.String executionModality)
Sets the execution modality. |
void |
setExecutionStartTime(java.util.Date executionStartTime)
Sets the execution start time. |
void |
setExecutionState(java.lang.String executionState)
Sets the execution state. |
void |
setExecutionTime(java.lang.Integer executionTime)
Sets the execution time. |
void |
setId(java.lang.Integer id)
Sets the id. |
void |
setRequestTime(java.util.Date requestTime)
Sets the request time. |
void |
setSbiEngine(SbiEngines sbiEngine)
Sets the sbi engine. |
void |
setSbiObject(SbiObjects sbiObject)
Sets the sbi object. |
void |
setSbiSubObject(SbiSubObjects sbiSubObject)
Sets the sbi sub object. |
void |
setSubObjId(java.lang.Integer subObjId)
Sets the sub obj id. |
void |
setSubObjIsPublic(java.lang.Short subObjIsPublic)
Sets the sub obj is public. |
void |
setSubObjName(java.lang.String subObjName)
Sets the sub obj name. |
void |
setSubObjOwner(java.lang.String subObjOwner)
Sets the sub obj owner. |
void |
setUserGroup(java.lang.String userGroup)
Sets the user group. |
void |
setUserName(java.lang.String userName)
Sets the user name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiAudit()
public SbiAudit(java.lang.Integer id)
id
- the idMethod Detail |
---|
public java.lang.Integer getDocumentId()
public void setDocumentId(java.lang.Integer documentId)
documentId
- the new document idpublic java.lang.String getDocumentLabel()
public void setDocumentLabel(java.lang.String documentLabel)
documentLabel
- the new document labelpublic java.lang.String getDocumentName()
public void setDocumentName(java.lang.String documentName)
documentName
- the new document namepublic java.lang.String getDocumentParameters()
public void setDocumentParameters(java.lang.String documentParameters)
documentParameters
- the new document parameterspublic java.lang.String getDocumentType()
public void setDocumentType(java.lang.String documentType)
documentType
- the new document typepublic java.lang.String getDocumentState()
public void setDocumentState(java.lang.String documentState)
documentState
- the new document statepublic java.lang.String getEngineClass()
public void setEngineClass(java.lang.String engineClass)
engineClass
- the new engine classpublic java.lang.String getEngineDriver()
public void setEngineDriver(java.lang.String engineDriver)
engineDriver
- the new engine driverpublic java.lang.Integer getEngineId()
public void setEngineId(java.lang.Integer engineId)
engineId
- the new engine idpublic java.lang.String getEngineLabel()
public void setEngineLabel(java.lang.String engineLabel)
engineLabel
- the new engine labelpublic java.lang.String getEngineName()
public void setEngineName(java.lang.String engineName)
engineName
- the new engine namepublic java.lang.String getEngineType()
public void setEngineType(java.lang.String engineType)
engineType
- the new engine typepublic java.lang.String getEngineUrl()
public void setEngineUrl(java.lang.String engineUrl)
engineUrl
- the new engine urlpublic java.lang.String getErrorCode()
public void setErrorCode(java.lang.String errorCode)
errorCode
- the new error codepublic java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String errorMessage)
errorMessage
- the new error messagepublic java.util.Date getExecutionEndTime()
public void setExecutionEndTime(java.util.Date executionEndTime)
executionEndTime
- the new execution end timepublic java.lang.String getExecutionModality()
public void setExecutionModality(java.lang.String executionModality)
executionModality
- the new execution modalitypublic java.util.Date getExecutionStartTime()
public void setExecutionStartTime(java.util.Date executionStartTime)
executionStartTime
- the new execution start timepublic java.lang.String getExecutionState()
public void setExecutionState(java.lang.String executionState)
executionState
- the new execution statepublic java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- the new idpublic java.util.Date getRequestTime()
public void setRequestTime(java.util.Date requestTime)
requestTime
- the new request timepublic SbiEngines getSbiEngine()
public void setSbiEngine(SbiEngines sbiEngine)
sbiEngine
- the new sbi enginepublic SbiObjects getSbiObject()
public void setSbiObject(SbiObjects sbiObject)
sbiObject
- the new sbi objectpublic java.lang.String getUserGroup()
public void setUserGroup(java.lang.String userGroup)
userGroup
- the new user grouppublic java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName
- the new user namepublic java.lang.Short getError()
public void setError(java.lang.Short error)
error
- the new errorpublic java.lang.Integer getExecutionTime()
public void setExecutionTime(java.lang.Integer executionTime)
executionTime
- the new execution timepublic SbiSubObjects getSbiSubObject()
public void setSbiSubObject(SbiSubObjects sbiSubObject)
sbiSubObject
- the new sbi sub objectpublic java.lang.String getSubObjName()
public void setSubObjName(java.lang.String subObjName)
subObjName
- the new sub obj namepublic java.lang.String getSubObjOwner()
public void setSubObjOwner(java.lang.String subObjOwner)
subObjOwner
- the new sub obj ownerpublic java.lang.Short getSubObjIsPublic()
public void setSubObjIsPublic(java.lang.Short subObjIsPublic)
subObjIsPublic
- the new sub obj is publicpublic java.lang.Integer getSubObjId()
public void setSubObjId(java.lang.Integer subObjId)
subObjId
- the new sub obj id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |