|
||||||||||
| 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
org.tranql.cache.ModifiedSlotAccessor
public class ModifiedSlotAccessor
| Field Summary |
|---|
| Fields inherited from class org.tranql.field.FieldAccessor |
|---|
fieldClass, slot |
| Constructor Summary | |
|---|---|
ModifiedSlotAccessor(int slot,
java.lang.Class fieldClass)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(Row row)
Return a value from the supplied row. |
java.lang.Class |
getFieldClass()
Return the Java Class that will be returned by fetch and that should be passed to set. |
void |
set(Row row,
java.lang.Object value)
Set a value into the supplied row. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModifiedSlotAccessor(int slot,
java.lang.Class fieldClass)
| Method Detail |
|---|
public java.lang.Class getFieldClass()
FieldTransform
getFieldClass in interface FieldTransformgetFieldClass in class FieldAccessorpublic java.lang.Object get(Row row)
FieldAccessor
get in interface FieldTransformget in class FieldAccessorrow - the row whose data should be returned
public void set(Row row,
java.lang.Object value)
FieldAccessor
set in interface FieldTransformset in class CacheRowAccessorrow - 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 | |||||||||