it.eng.spagobi.monitoring.metadata
Class SbiAudit

java.lang.Object
  extended by it.eng.spagobi.commons.metadata.SbiHibernateModel
      extended by it.eng.spagobi.monitoring.metadata.SbiAudit
All Implemented Interfaces:
java.io.Serializable

public class SbiAudit
extends SbiHibernateModel

See Also:
Serialized Form

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 it.eng.spagobi.commons.metadata.SbiHibernateModel
getCommonInfo, setCommonInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbiAudit

public SbiAudit()
default constructor.


SbiAudit

public SbiAudit(java.lang.Integer id)
constructor with id.

Parameters:
id - the id
Method Detail

getDocumentId

public java.lang.Integer getDocumentId()
Gets the document id.

Returns:
the document id

setDocumentId

public void setDocumentId(java.lang.Integer documentId)
Sets the document id.

Parameters:
documentId - the new document id

getDocumentLabel

public java.lang.String getDocumentLabel()
Gets the document label.

Returns:
the document label

setDocumentLabel

public void setDocumentLabel(java.lang.String documentLabel)
Sets the document label.

Parameters:
documentLabel - the new document label

getDocumentName

public java.lang.String getDocumentName()
Gets the document name.

Returns:
the document name

setDocumentName

public void setDocumentName(java.lang.String documentName)
Sets the document name.

Parameters:
documentName - the new document name

getDocumentParameters

public java.lang.String getDocumentParameters()
Gets the document parameters.

Returns:
the document parameters

setDocumentParameters

public void setDocumentParameters(java.lang.String documentParameters)
Sets the document parameters.

Parameters:
documentParameters - the new document parameters

getDocumentType

public java.lang.String getDocumentType()
Gets the document type.

Returns:
the document type

setDocumentType

public void setDocumentType(java.lang.String documentType)
Sets the document type.

Parameters:
documentType - the new document type

getDocumentState

public java.lang.String getDocumentState()
Gets the document state.

Returns:
the document state

setDocumentState

public void setDocumentState(java.lang.String documentState)
Sets the document state.

Parameters:
documentState - the new document state

getEngineClass

public java.lang.String getEngineClass()
Gets the engine class.

Returns:
the engine class

setEngineClass

public void setEngineClass(java.lang.String engineClass)
Sets the engine class.

Parameters:
engineClass - the new engine class

getEngineDriver

public java.lang.String getEngineDriver()
Gets the engine driver.

Returns:
the engine driver

setEngineDriver

public void setEngineDriver(java.lang.String engineDriver)
Sets the engine driver.

Parameters:
engineDriver - the new engine driver

getEngineId

public java.lang.Integer getEngineId()
Gets the engine id.

Returns:
the engine id

setEngineId

public void setEngineId(java.lang.Integer engineId)
Sets the engine id.

Parameters:
engineId - the new engine id

getEngineLabel

public java.lang.String getEngineLabel()
Gets the engine label.

Returns:
the engine label

setEngineLabel

public void setEngineLabel(java.lang.String engineLabel)
Sets the engine label.

Parameters:
engineLabel - the new engine label

getEngineName

public java.lang.String getEngineName()
Gets the engine name.

Returns:
the engine name

setEngineName

public void setEngineName(java.lang.String engineName)
Sets the engine name.

Parameters:
engineName - the new engine name

getEngineType

public java.lang.String getEngineType()
Gets the engine type.

Returns:
the engine type

setEngineType

public void setEngineType(java.lang.String engineType)
Sets the engine type.

Parameters:
engineType - the new engine type

getEngineUrl

public java.lang.String getEngineUrl()
Gets the engine url.

Returns:
the engine url

setEngineUrl

public void setEngineUrl(java.lang.String engineUrl)
Sets the engine url.

Parameters:
engineUrl - the new engine url

getErrorCode

public java.lang.String getErrorCode()
Gets the error code.

Returns:
the error code

setErrorCode

public void setErrorCode(java.lang.String errorCode)
Sets the error code.

Parameters:
errorCode - the new error code

getErrorMessage

public java.lang.String getErrorMessage()
Gets the error message.

Returns:
the error message

setErrorMessage

public void setErrorMessage(java.lang.String errorMessage)
Sets the error message.

Parameters:
errorMessage - the new error message

getExecutionEndTime

public java.util.Date getExecutionEndTime()
Gets the execution end time.

Returns:
the execution end time

setExecutionEndTime

public void setExecutionEndTime(java.util.Date executionEndTime)
Sets the execution end time.

Parameters:
executionEndTime - the new execution end time

getExecutionModality

public java.lang.String getExecutionModality()
Gets the execution modality.

Returns:
the execution modality

setExecutionModality

public void setExecutionModality(java.lang.String executionModality)
Sets the execution modality.

Parameters:
executionModality - the new execution modality

getExecutionStartTime

public java.util.Date getExecutionStartTime()
Gets the execution start time.

Returns:
the execution start time

setExecutionStartTime

public void setExecutionStartTime(java.util.Date executionStartTime)
Sets the execution start time.

Parameters:
executionStartTime - the new execution start time

getExecutionState

public java.lang.String getExecutionState()
Gets the execution state.

Returns:
the execution state

setExecutionState

public void setExecutionState(java.lang.String executionState)
Sets the execution state.

Parameters:
executionState - the new execution state

getId

public java.lang.Integer getId()
Gets the id.

Returns:
the id

setId

public void setId(java.lang.Integer id)
Sets the id.

Parameters:
id - the new id

getRequestTime

public java.util.Date getRequestTime()
Gets the request time.

Returns:
the request time

setRequestTime

public void setRequestTime(java.util.Date requestTime)
Sets the request time.

Parameters:
requestTime - the new request time

getSbiEngine

public SbiEngines getSbiEngine()
Gets the sbi engine.

Returns:
the sbi engine

setSbiEngine

public void setSbiEngine(SbiEngines sbiEngine)
Sets the sbi engine.

Parameters:
sbiEngine - the new sbi engine

getSbiObject

public SbiObjects getSbiObject()
Gets the sbi object.

Returns:
the sbi object

setSbiObject

public void setSbiObject(SbiObjects sbiObject)
Sets the sbi object.

Parameters:
sbiObject - the new sbi object

getUserGroup

public java.lang.String getUserGroup()
Gets the user group.

Returns:
the user group

setUserGroup

public void setUserGroup(java.lang.String userGroup)
Sets the user group.

Parameters:
userGroup - the new user group

getUserName

public java.lang.String getUserName()
Gets the user name.

Returns:
the user name

setUserName

public void setUserName(java.lang.String userName)
Sets the user name.

Parameters:
userName - the new user name

getError

public java.lang.Short getError()
Gets the error.

Returns:
the error

setError

public void setError(java.lang.Short error)
Sets the error.

Parameters:
error - the new error

getExecutionTime

public java.lang.Integer getExecutionTime()
Gets the execution time.

Returns:
the execution time

setExecutionTime

public void setExecutionTime(java.lang.Integer executionTime)
Sets the execution time.

Parameters:
executionTime - the new execution time

getSbiSubObject

public SbiSubObjects getSbiSubObject()
Gets the sbi sub object.

Returns:
the sbi sub object

setSbiSubObject

public void setSbiSubObject(SbiSubObjects sbiSubObject)
Sets the sbi sub object.

Parameters:
sbiSubObject - the new sbi sub object

getSubObjName

public java.lang.String getSubObjName()
Gets the sub obj name.

Returns:
the sub obj name

setSubObjName

public void setSubObjName(java.lang.String subObjName)
Sets the sub obj name.

Parameters:
subObjName - the new sub obj name

getSubObjOwner

public java.lang.String getSubObjOwner()
Gets the sub obj owner.

Returns:
the sub obj owner

setSubObjOwner

public void setSubObjOwner(java.lang.String subObjOwner)
Sets the sub obj owner.

Parameters:
subObjOwner - the new sub obj owner

getSubObjIsPublic

public java.lang.Short getSubObjIsPublic()
Gets the sub obj is public.

Returns:
the sub obj is public

setSubObjIsPublic

public void setSubObjIsPublic(java.lang.Short subObjIsPublic)
Sets the sub obj is public.

Parameters:
subObjIsPublic - the new sub obj is public

getSubObjId

public java.lang.Integer getSubObjId()
Gets the sub obj id.

Returns:
the sub obj id

setSubObjId

public void setSubObjId(java.lang.Integer subObjId)
Sets the sub obj id.

Parameters:
subObjId - the new sub obj id