public class Row extends Object
| Constructor and Description |
|---|
Row()
create new instance.
|
Row(EntityMetaInfo aMetaInfo) |
| Modifier and Type | Method and Description |
|---|---|
Column |
getColumn(String sColumn) |
int |
getColumnCount() |
Class<?> |
getColumnType(String sColumn) |
Object |
getColumnValue(String sColumn) |
EntityMetaInfo |
getEntityMetaInfo() |
String |
getIdColumn() |
Class<?> |
getIdType() |
Object |
getIdValue() |
PersistentStateHandler |
getPersistentStateHandler() |
String |
getTable() |
Iterator<String> |
listColumns() |
Row |
newRow() |
void |
setColumnValue(String sColumn,
Object aValue) |
void |
setEntityMetaInfo(EntityMetaInfo aMetaInfo) |
void |
setIdValue(Object aValue) |
void |
setPersistentStateHandler(PersistentStateHandler aEntity) |
public Row()
public Row(EntityMetaInfo aMetaInfo) throws Exception
Exceptionpublic void setEntityMetaInfo(EntityMetaInfo aMetaInfo) throws Exception
Exceptionpublic EntityMetaInfo getEntityMetaInfo() throws Exception
Exceptionpublic void setPersistentStateHandler(PersistentStateHandler aEntity) throws Exception
Exceptionpublic PersistentStateHandler getPersistentStateHandler() throws Exception
ExceptionCopyright © 2016 as-development.net. All rights reserved.