oracle.cabo.data.jbo.def
Class RowDefImpl
java.lang.Object
|
+--oracle.cabo.data.jbo.def.NamedObjectDefImpl
|
+--oracle.cabo.data.jbo.def.RowDefImpl
- All Implemented Interfaces:
- RowDef
- public class RowDefImpl
- extends NamedObjectDefImpl
- implements RowDef
BC4J Row definition implementation.
Method Summary |
oracle.jbo.Key |
getKey(BindingContext context)
Returns the Key for the current row def |
boolean |
getUsesCurrency()
Returns true the located Row should be set as the current row,
or "currency", of the RowSetIterator |
boolean |
isAutoCreate()
Returns true if the Row should be automatically created when not
found. |
void |
setAutoCreate(boolean autoCreate)
Sets whether the Row should be automatically created when not
found. |
void |
setKey(oracle.jbo.Key key)
Sets the Key for the current row def |
void |
setKeyBinding(Binding key)
Sets the Key binding for the current row def |
void |
setUsesCurrency(boolean usesCurrency)
Returns whether the located Row should be set as the current row,
or "currency", of the RowSetIterator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.cabo.data.jbo.def.RowDef |
getName |
RowDefImpl
public RowDefImpl()
getKey
public oracle.jbo.Key getKey(BindingContext context)
- Returns the Key for the current row def
- Specified by:
getKey
in interface RowDef
setKey
public void setKey(oracle.jbo.Key key)
- Sets the Key for the current row def
setKeyBinding
public void setKeyBinding(Binding key)
- Sets the Key binding for the current row def
getUsesCurrency
public boolean getUsesCurrency()
- Returns true the located Row should be set as the current row,
or "currency", of the RowSetIterator
- Specified by:
getUsesCurrency
in interface RowDef
setUsesCurrency
public void setUsesCurrency(boolean usesCurrency)
- Returns whether the located Row should be set as the current row,
or "currency", of the RowSetIterator
isAutoCreate
public boolean isAutoCreate()
- Returns true if the Row should be automatically created when not
found.
- Specified by:
isAutoCreate
in interface RowDef
setAutoCreate
public void setAutoCreate(boolean autoCreate)
- Sets whether the Row should be automatically created when not
found.