|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranql.field.FieldAccessor
org.tranql.cache.CacheRowAccessor
public class CacheRowAccessor
| Field Summary |
|---|
| Fields inherited from class org.tranql.field.FieldAccessor |
|---|
fieldClass, slot |
| Constructor Summary | |
|---|---|
CacheRowAccessor(int slot,
java.lang.Class fieldClass)
|
|
| Method Summary | |
|---|---|
void |
set(Row row,
java.lang.Object value)
Set a value into the supplied row. |
| Methods inherited from class org.tranql.field.FieldAccessor |
|---|
get, getFieldClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheRowAccessor(int slot,
java.lang.Class fieldClass)
| Method Detail |
|---|
public void set(Row row,
java.lang.Object value)
FieldAccessor
set in interface FieldTransformset in class FieldAccessorrow - the row whose data should be setvalue - the value to store in the row, may be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||