|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.server.RowImpl oracle.jbo.server.EntityImpl oracle.jbo.server.uniqueid.RowIdEntityObjectImpl
public class RowIdEntityObjectImpl
File generated by Oracle ADF Business Components Design Time for RowId entity object.
Nested Class Summary | |
---|---|
static class |
RowIdEntityObjectImpl.AttributesEnum
AttributesEnum: generated enum for identifying attributes and accessors. |
Field Summary | |
---|---|
static int |
AUXMAXID
|
static int |
AUXSTARTID
|
static int |
MAXID
|
static int |
NEXTID
|
static int |
STARTID
|
Fields inherited from class oracle.jbo.server.EntityImpl |
---|
CURRENT_VERSION, DML_DELETE, DML_INSERT, DML_UPDATE, MAXATTRCONST, mOrigData, ORACLE_ROWID_COLUMN, ORIGINAL_VERSION, PROPERTY_LOOKUP_ATTR_NAME, PROPERTY_LOOKUP_DISPATTR, PROPERTY_LOOKUP_TYPE, SYS_EFFDT_ROW_SPLIT, XML_CI_CHANGED, XML_PK_CHANGED, XML_PK_CHANGED_YES |
Fields inherited from interface oracle.jbo.server.Entity |
---|
STATUS_DEAD, STATUS_DELETED, STATUS_MODIFIED, STATUS_UNMODIFIED |
Fields inherited from interface oracle.jbo.XMLInterface |
---|
XML_IGNORE_DEPTH_COUNT, XML_OPT_ALL_ROWS, XML_OPT_ASSOC_CONSISTENT, XML_OPT_CHANGES_ONLY, XML_OPT_LIMIT_RANGE, XML_PASSIVATION_USE |
Fields inherited from interface oracle.jbo.JboReservedVarNames |
---|
RESERVED_VAR_AGG_AVG, RESERVED_VAR_AGG_COUNT, RESERVED_VAR_AGG_MAX, RESERVED_VAR_AGG_MIN, RESERVED_VAR_AGG_SUM, RESERVED_VAR_AGGVAL_PREFIX, RESERVED_VAR_STRUCTURE_DEF |
Fields inherited from interface oracle.jbo.expr.JIReservedVarNames |
---|
RESERVED_VAR_VALUE |
Constructor Summary | |
---|---|
RowIdEntityObjectImpl()
This is the default constructor (do not remove) |
Method Summary | |
---|---|
static Key |
createPrimaryKey(java.math.BigDecimal startId)
|
protected java.lang.Object |
getAttrInvokeAccessor(int index,
AttributeDefImpl attrDef)
getAttrInvokeAccessor: generated method. |
java.math.BigDecimal |
getAuxMaxId()
Gets the attribute value for AuxMaxId, using the alias name AuxMaxId |
java.math.BigDecimal |
getAuxStartId()
Gets the attribute value for AuxStartId, using the alias name AuxStartId |
static EntityDefImpl |
getDefinitionObject()
|
java.math.BigDecimal |
getMaxId()
Gets the attribute value for MaxId, using the alias name MaxId |
java.math.BigDecimal |
getNextId()
Gets the attribute value for NextId, using the alias name NextId |
java.math.BigDecimal |
getStartId()
Gets the attribute value for StartId, using the alias name StartId |
protected void |
setAttrInvokeAccessor(int index,
java.lang.Object value,
AttributeDefImpl attrDef)
setAttrInvokeAccessor: generated method. |
void |
setAuxMaxId(java.math.BigDecimal value)
Sets value as the attribute value for AuxMaxId |
void |
setAuxStartId(java.math.BigDecimal value)
Sets value as the attribute value for AuxStartId |
void |
setMaxId(java.math.BigDecimal value)
Sets value as the attribute value for MaxId |
void |
setNextId(java.math.BigDecimal value)
Sets value as the attribute value for NextId |
void |
setStartId(java.math.BigDecimal value)
Sets value as the attribute value for StartId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.jbo.Row |
---|
getAttributeSecurityHints, getAttributeSecurityHints, getEffectiveDateMode, getSecurityHints |
Methods inherited from interface oracle.jbo.XMLInterface |
---|
readXML, writeXML, writeXML, writeXML, writeXML |
Field Detail |
---|
public static final int STARTID
public static final int NEXTID
public static final int MAXID
public static final int AUXSTARTID
public static final int AUXMAXID
Constructor Detail |
---|
public RowIdEntityObjectImpl()
Method Detail |
---|
public static EntityDefImpl getDefinitionObject()
public java.math.BigDecimal getStartId()
public void setStartId(java.math.BigDecimal value)
value
as the attribute value for StartId
public java.math.BigDecimal getNextId()
public void setNextId(java.math.BigDecimal value)
value
as the attribute value for NextId
public java.math.BigDecimal getMaxId()
public void setMaxId(java.math.BigDecimal value)
value
as the attribute value for MaxId
public java.math.BigDecimal getAuxStartId()
public void setAuxStartId(java.math.BigDecimal value)
value
as the attribute value for AuxStartId
public java.math.BigDecimal getAuxMaxId()
public void setAuxMaxId(java.math.BigDecimal value)
value
as the attribute value for AuxMaxId
protected java.lang.Object getAttrInvokeAccessor(int index, AttributeDefImpl attrDef) throws java.lang.Exception
getAttrInvokeAccessor
in class EntityImpl
java.lang.Exception
protected void setAttrInvokeAccessor(int index, java.lang.Object value, AttributeDefImpl attrDef) throws java.lang.Exception
setAttrInvokeAccessor
in class EntityImpl
java.lang.Exception
public static Key createPrimaryKey(java.math.BigDecimal startId)
startId
- key constituent
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |