org.objectweb.jasmine.rules.logs.impl
Class LogEntity
java.lang.Object
org.objectweb.jasmine.rules.logs.impl.LogEntity
- All Implemented Interfaces:
- Serializable
public class LogEntity
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogEntity
public LogEntity()
LogEntity
public LogEntity(Date date,
String level,
String message)
getDate
public Date getDate()
setDate
public void setDate(Date date)
getLevel
public String getLevel()
setLevel
public void setLevel(String level)
getLogEntityId
public int getLogEntityId()
setLogEntityId
public void setLogEntityId(int logEntityId)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
Copyright © 2012 OW2 Consortium. All Rights Reserved.