| Constructor and Description |
|---|
Entity(Table table,
Map<String,String> fields) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
beanify(Class<T> clazz) |
ITable |
getTable() |
String |
getValue(String column) |
protected boolean |
isColumnInTable(String column) |
boolean |
isModified() |
void |
setModified(boolean modified) |
void |
setValue(String column,
String value) |
String |
toString() |
public <T> T beanify(Class<T> clazz) throws DatabaseException
beanify in interface IEntityDatabaseExceptionpublic boolean isModified()
isModified in interface IEntitypublic void setModified(boolean modified)
setModified in interface IEntityprotected boolean isColumnInTable(String column)
Copyright © 2019. All rights reserved.