@Entity
public class ModelUpdateLog
extends com.whitestein.lsps.common.VersionedAbstractEntity
Modifier | Constructor and Description |
---|---|
protected |
ModelUpdateLog()
Creates an empty instance.
|
|
ModelUpdateLog(String log)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
appendLog(String log)
Sets the log.
|
String |
getLog()
Returns the log.
|
protected ModelUpdateLog()
public ModelUpdateLog(String log)
log
- NullPointerException
- if log
is nullCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.