|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdist1.acb.common.database.Log
Log
Constructor Summary | |
Log(java.util.logging.Level level,
java.lang.String cbl,
java.lang.String message)
Creates a new Log object. |
|
Log(java.util.logging.Level level,
java.lang.String source,
java.lang.String about,
java.lang.String message)
Creates a new Log object. |
|
Log(java.sql.Timestamp creationTime,
java.util.logging.Level level,
java.lang.String source,
java.lang.String about,
java.lang.String message)
Creates a new Log object. |
Method Summary | |
java.lang.String |
getAbout()
Getter for property about. |
java.sql.Timestamp |
getCreationTime()
Getter for property creationTime. |
java.lang.String |
getCreationTimeAsString()
Getter for property creationTime. |
long |
getId()
Getter for property id. |
java.lang.Long |
getIdAsLong()
Getter for property id. |
java.util.logging.Level |
getLevel()
Getter for property level. |
java.lang.String |
getMessage()
Getter for property message. |
java.lang.String |
getSource()
Getter for property source. |
void |
setAbout(java.lang.String about)
Setter for property about. |
void |
setCreationTime(java.sql.Timestamp creationTime)
Setter for property creationTime. |
void |
setId(long id)
Setter for property id. |
void |
setLevel(java.util.logging.Level level)
Setter for property level. |
void |
setMessage(java.lang.String message)
Setter for property message. |
void |
setSource(java.lang.String source)
Setter for property source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Log(java.sql.Timestamp creationTime, java.util.logging.Level level, java.lang.String source, java.lang.String about, java.lang.String message)
creationTime
- level
- source
- about
- message
- public Log(java.util.logging.Level level, java.lang.String source, java.lang.String about, java.lang.String message)
level
- source
- about
- message
- public Log(java.util.logging.Level level, java.lang.String cbl, java.lang.String message)
level
- cbl
- message
- Method Detail |
public void setAbout(java.lang.String about)
about
- New value of property about.public java.lang.String getAbout()
public void setCreationTime(java.sql.Timestamp creationTime)
creationTime
- New value of property creationTime.public java.sql.Timestamp getCreationTime()
public java.lang.String getCreationTimeAsString()
public void setId(long id)
id
- New value of property id.public long getId()
public java.lang.Long getIdAsLong()
public void setLevel(java.util.logging.Level level)
level
- New value of property level.public java.util.logging.Level getLevel()
public void setMessage(java.lang.String message)
message
- New value of property message.public java.lang.String getMessage()
public void setSource(java.lang.String source)
source
- New value of property source.public java.lang.String getSource()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |