public class PropertyEntity extends Object implements DbEntity, HasDbRevision, Serializable
Modifier and Type | Field and Description |
---|---|
protected static EnginePersistenceLogger |
LOG |
Constructor and Description |
---|
PropertyEntity() |
PropertyEntity(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
Object |
getPersistentState()
Returns a representation of the object,
as would be stored in the database.
|
int |
getRevision() |
int |
getRevisionNext() |
String |
getValue() |
void |
setId(String id) |
void |
setName(String name) |
void |
setRevision(int revision) |
void |
setValue(String value) |
String |
toString() |
protected static final EnginePersistenceLogger LOG
public String getName()
public void setName(String name)
public int getRevision()
getRevision
in interface HasDbRevision
public void setRevision(int revision)
setRevision
in interface HasDbRevision
public String getValue()
public void setValue(String value)
public Object getPersistentState()
DbEntity
getPersistentState
in interface DbEntity
public int getRevisionNext()
getRevisionNext
in interface HasDbRevision
Copyright © 2022. All rights reserved.