|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.core.logging.LoggingObject
public class LoggingObject
Constructor Summary | |
---|---|
LoggingObject(Object object)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getContainerObjectId()
Gets the execution container (Carte/DI server/BI Server) object id. |
String |
getFilename()
Gets the filename. |
String |
getLogChannelId()
Gets the log channel id. |
LogLevel |
getLogLevel()
Gets the logging level of the log channel of this logging object. |
String |
getObjectCopy()
Gets a string identifying a copy in a series of steps. |
ObjectId |
getObjectId()
Gets the object id in a repository. |
String |
getObjectName()
Gets the object name. |
ObjectRevision |
getObjectRevision()
Gets the objects revision in a repository. |
LoggingObjectType |
getObjectType()
Gets the object type. |
LoggingObjectInterface |
getParent()
Gets the parent. |
Date |
getRegistrationDate()
Gets the registration date of this logging object. |
RepositoryDirectoryInterface |
getRepositoryDirectory()
Gets the repository directory. |
void |
setCarteObjectId(String carteObjectId)
|
void |
setFilename(String filename)
|
void |
setLogChannelId(String logChannelId)
|
void |
setLogLevel(LogLevel logLevel)
|
void |
setObjectCopy(String objectCopy)
|
void |
setObjectId(ObjectId objectId)
|
void |
setObjectName(String name)
|
void |
setObjectRevision(ObjectRevision objectRevision)
|
void |
setObjectType(LoggingObjectType objectType)
|
void |
setParent(LoggingObjectInterface parent)
|
void |
setRegistrationDate(Date registrationDate)
|
void |
setRepositoryDirectory(RepositoryDirectory repositoryDirectory)
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingObject(Object object)
Method Detail |
---|
public boolean equals(Object obj)
equals
in class Object
public String getObjectName()
LoggingObjectInterface
getObjectName
in interface LoggingObjectInterface
public void setObjectName(String name)
name
- the name to setpublic RepositoryDirectoryInterface getRepositoryDirectory()
LoggingObjectInterface
getRepositoryDirectory
in interface LoggingObjectInterface
public void setRepositoryDirectory(RepositoryDirectory repositoryDirectory)
repositoryDirectory
- the repositoryDirectory to setpublic String getFilename()
LoggingObjectInterface
getFilename
in interface LoggingObjectInterface
public void setFilename(String filename)
filename
- the filename to setpublic ObjectId getObjectId()
LoggingObjectInterface
getObjectId
in interface LoggingObjectInterface
public void setObjectId(ObjectId objectId)
objectId
- the objectId to setpublic ObjectRevision getObjectRevision()
LoggingObjectInterface
getObjectRevision
in interface LoggingObjectInterface
public void setObjectRevision(ObjectRevision objectRevision)
objectRevision
- the objectRevision to setpublic String getLogChannelId()
LoggingObjectInterface
getLogChannelId
in interface LoggingObjectInterface
public void setLogChannelId(String logChannelId)
id
- the id to setpublic LoggingObjectInterface getParent()
LoggingObjectInterface
getParent
in interface LoggingObjectInterface
public void setParent(LoggingObjectInterface parent)
parent
- the parent to setpublic LoggingObjectType getObjectType()
LoggingObjectInterface
getObjectType
in interface LoggingObjectInterface
public void setObjectType(LoggingObjectType objectType)
objectType
- the objectType to setpublic String getObjectCopy()
LoggingObjectInterface
getObjectCopy
in interface LoggingObjectInterface
public void setObjectCopy(String objectCopy)
copy
- the copy to setpublic LogLevel getLogLevel()
LoggingObjectInterface
getLogLevel
in interface LoggingObjectInterface
public void setLogLevel(LogLevel logLevel)
public String getContainerObjectId()
LoggingObjectInterface
getContainerObjectId
in interface LoggingObjectInterface
public void setCarteObjectId(String carteObjectId)
carteObjectId
- the carteObjectId to setpublic Date getRegistrationDate()
LoggingObjectInterface
getRegistrationDate
in interface LoggingObjectInterface
public void setRegistrationDate(Date registrationDate)
registrationDate
- the registrationDate to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |