@Entity
public class Log
extends com.whitestein.lsps.common.VersionedAbstractEntity
Modifier | Constructor and Description |
---|---|
protected |
Log()
Creates new instance.
|
|
Log(Long modelInstanceId,
Date logDate,
int logLevel,
String description)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the log description.
|
Date |
getLogDate()
Returns the log logDate.
|
int |
getLogLevel()
Returns the log logLevel.
|
Long |
getModelInstanceId()
Returns the model instance id.
|
public Long getModelInstanceId()
public Date getLogDate()
public String getDescription()
public int getLogLevel()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.