|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.domian.entity.AbstractEntity net.sourceforge.domian.entity.AbstractUUIDEntity net.sourceforge.domian.entity.AbstractLoggingUUIDEntity
public abstract class AbstractLoggingUUIDEntity
A SLF4J logger instance is provided in this class.
It is lazily obtained through the getLogger()
method.
Field Summary |
---|
Fields inherited from class net.sourceforge.domian.entity.AbstractUUIDEntity |
---|
entityId |
Fields inherited from class net.sourceforge.domian.entity.AbstractEntity |
---|
timeOfCreation, version |
Constructor Summary | |
---|---|
AbstractLoggingUUIDEntity()
|
Method Summary | |
---|---|
protected void |
doWarnLog(java.lang.String message)
|
protected org.slf4j.Logger |
getLogger()
Lazy retrieval of the Logger member. |
Methods inherited from class net.sourceforge.domian.entity.AbstractUUIDEntity |
---|
getEntityId |
Methods inherited from class net.sourceforge.domian.entity.AbstractEntity |
---|
equals, getTimeOfCreation, getVersion, hashCode, isEntity, isValueObject, setVersion, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractLoggingUUIDEntity()
Method Detail |
---|
protected final org.slf4j.Logger getLogger()
Logger
member.
protected final void doWarnLog(java.lang.String message)
doWarnLog
in class AbstractEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |