Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.trees.demo.model.view
Class FndDemoEmpVORowImpl

java.lang.Object
  extended by oracle.jbo.server.RowImpl
      extended by oracle.jbo.server.ViewRowImpl
          extended by oracle.apps.fnd.applcore.oaext.model.OAViewRowImpl
              extended by oracle.apps.fnd.applcore.trees.demo.model.view.FndDemoEmpVORowImpl
All Implemented Interfaces:
oracle.jbo.AttributeList, oracle.jbo.common.xml.XmlSerializable, oracle.jbo.expr.JIReservedVarNames, oracle.jbo.ExprScriptSupplier, oracle.jbo.ExprValueSupplier, oracle.jbo.ExprWrappable, oracle.jbo.JboReservedVarNames, oracle.jbo.Row, oracle.jbo.RowExprScriptSupplier, oracle.jbo.script.ExprScriptRunner, oracle.jbo.VariableManagerOwnerBase, oracle.jbo.XMLInterface

public class FndDemoEmpVORowImpl
extends OAViewRowImpl


Nested Class Summary
static class FndDemoEmpVORowImpl.AttributesEnum
          AttributesEnum: generated enum for identifying attributes and accessors.
 
Nested classes/interfaces inherited from class oracle.jbo.server.ViewRowImpl
oracle.jbo.server.ViewRowImpl.PostState
 
Field Summary
static int CREATEDBY
           
static int CREATIONDATE
           
static int EFFECTIVEENDDATE
           
static int EFFECTIVESTARTDATE
           
static int EMPLOYEEID
           
static int FIRSTNAME
           
static int FNDDEMODEPTEMP
           
static int LASTNAME
           
static int LASTUPDATEDATE
           
static int LASTUPDATEDBY
           
static int LASTUPDATELOGIN
           
static int SALARY
           
static int SETID
           
 
Fields inherited from class oracle.apps.fnd.applcore.oaext.model.OAViewRowImpl
JAXB_CONTEXT_PATH, RCS_ID
 
Fields inherited from class oracle.jbo.server.ViewRowImpl
CURRENT_VERSION, ORIGINAL_VERSION, XML_POSTSTATE_REMOVE, XML_POSTSTATE_TAG
 
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
 
Fields inherited from interface oracle.jbo.Row
EFFDT_DELETE_FUTURE_CHANGE_MODE, EFFDT_DELETE_MODE, EFFDT_DELETE_NEXT_CHANGE_MODE, EFFDT_DELETE_THIS_CHANGE_MODE, EFFDT_DELETE_ZAP_MODE, EFFDT_EXPERT_MODE, EFFDT_NONE_MODE, EFFDT_UPDATE_CHANGE_INSERT_MODE, EFFDT_UPDATE_CORRECTION, EFFDT_UPDATE_MODE, EFFDT_UPDATE_NEW_EARLIEST_CHANGE_MODE, EFFDT_UPDATE_OVERRIDE_MODE, REFRESH_CONTAINEES, REFRESH_FORGET_NEW_ROWS, REFRESH_REMOVE_NEW_ROWS, REFRESH_UNDO_CHANGES, REFRESH_WITH_DB_FORGET_CHANGES, REFRESH_WITH_DB_ONLY_IF_UNCHANGED, STATUS_INITIALIZED
 
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
 
Constructor Summary
FndDemoEmpVORowImpl()
          This is the default constructor (do not remove)
 
Method Summary
protected  java.lang.Object getAttrInvokeAccessor(int index, oracle.jbo.server.AttributeDefImpl attrDef)
          getAttrInvokeAccessor: generated method.
 java.lang.String getCreatedBy()
          Gets the attribute value for CREATED_BY using the alias name CreatedBy
 java.sql.Timestamp getCreationDate()
          Gets the attribute value for CREATION_DATE using the alias name CreationDate
 java.sql.Date getEffectiveEndDate()
          Gets the attribute value for EFFECTIVE_END_DATE using the alias name EffectiveEndDate
 java.sql.Date getEffectiveStartDate()
          Gets the attribute value for EFFECTIVE_START_DATE using the alias name EffectiveStartDate
 java.lang.Long getEmployeeId()
          Gets the attribute value for EMPLOYEE_ID using the alias name EmployeeId
 java.lang.String getFirstName()
          Gets the attribute value for FIRST_NAME using the alias name FirstName
 oracle.jbo.Row getFndDemoDeptEmp()
          Gets the associated Row using master-detail link FndDemoDeptEmp.
 FndDemoEmpEOImpl getFndDemoEmpEO()
          Gets FndDemoEmpEO entity object.
 java.lang.String getLastName()
          Gets the attribute value for LAST_NAME using the alias name LastName
 java.sql.Timestamp getLastUpdateDate()
          Gets the attribute value for LAST_UPDATE_DATE using the alias name LastUpdateDate
 java.lang.String getLastUpdatedBy()
          Gets the attribute value for LAST_UPDATED_BY using the alias name LastUpdatedBy
 java.lang.String getLastUpdateLogin()
          Gets the attribute value for LAST_UPDATE_LOGIN using the alias name LastUpdateLogin
 java.lang.Long getSalary()
          Gets the attribute value for SALARY using the alias name Salary
 java.lang.Long getSetId()
          Gets the attribute value for SET_ID using the alias name SetId
protected  void setAttrInvokeAccessor(int index, java.lang.Object value, oracle.jbo.server.AttributeDefImpl attrDef)
          setAttrInvokeAccessor: generated method.
 void setCreatedBy(java.lang.String value)
          Sets value as attribute value for CREATED_BY using the alias name CreatedBy
 void setCreationDate(java.sql.Timestamp value)
          Sets value as attribute value for CREATION_DATE using the alias name CreationDate
 void setEffectiveEndDate(java.sql.Date value)
          Sets value as attribute value for EFFECTIVE_END_DATE using the alias name EffectiveEndDate
 void setEffectiveStartDate(java.sql.Date value)
          Sets value as attribute value for EFFECTIVE_START_DATE using the alias name EffectiveStartDate
 void setEmployeeId(java.lang.Long value)
          Sets value as attribute value for EMPLOYEE_ID using the alias name EmployeeId
 void setFirstName(java.lang.String value)
          Sets value as attribute value for FIRST_NAME using the alias name FirstName
 void setFndDemoDeptEmp(oracle.jbo.Row value)
          Sets the master-detail link FndDemoDeptEmp between this object and value.
 void setLastName(java.lang.String value)
          Sets value as attribute value for LAST_NAME using the alias name LastName
 void setLastUpdateDate(java.sql.Timestamp value)
          Sets value as attribute value for LAST_UPDATE_DATE using the alias name LastUpdateDate
 void setLastUpdatedBy(java.lang.String value)
          Sets value as attribute value for LAST_UPDATED_BY using the alias name LastUpdatedBy
 void setLastUpdateLogin(java.lang.String value)
          Sets value as attribute value for LAST_UPDATE_LOGIN using the alias name LastUpdateLogin
 void setSalary(java.lang.Long value)
          Sets value as attribute value for SALARY using the alias name Salary
 void setSetId(java.lang.Long value)
          Sets value as attribute value for SET_ID using the alias name SetId
 
Methods inherited from class oracle.apps.fnd.applcore.oaext.model.OAViewRowImpl
create, createViewAccessorRS, findDiscriminatorForFilterRow, getApplCorePrefs, getAttribute, getAttribute, getDisplay, getEntities, getKeyFlexfieldCombination, getKeyFlexfieldCombinationID, getKeyFlexfieldViewDefImpl, getKeyFlexfieldViewObjectForQuery, getSetId, getTranslatedLanguages, isRefreshRequired, isTranslatable, isTranslatableAttribute, isTranslated, populteFilterMap, refreshViewAccessor, remove, setAttribute, setAttribute, setAttribute, setAttributeInternal, setKeyFlexfieldCombinationID, skipFilterListOnKeyAttributes, validate, validateKeyFlexfieldCombinationID
 
Methods inherited from class oracle.jbo.server.ViewRowImpl
_internal_dbg_debug_data, appendXMLElementNodes, appendXMLElementNodes, checkForOuterJoins, clearAttributeException, clearAttributeException, copyFrom, createEntities, createListBinding, createMissingEntitiesFromViewDef, createViewAccessorRS, createViewRowAttrHints, doAllowsOperation, doAutoClearAttribute, entityCacheAdd, equals, findAssociatedObjects, findAttributeDef, findListBindingName, findListBindingRSI, findOrCreateLocalViewObject, findOrCreateViewAccessorRS, findOrCreateViewAccessorRS, findRowSetForRow, findViewAccessorDef, getApplicationModule, getApplicationModuleForViewAccessor, getAttribute, getAttribute, getAttributeCount, getAttributeHints, getAttributeHints, getAttributeIndexOf, getAttributeInternal, getAttributeInternal, getAttributeNames, getAttributeValues, getCtrlHints, getDBTransaction, getEffectiveDate, getElementTagName, getEntity, getEntityAttrForAttribute, getEntityCount, getEntityForAttribute, getEntityForListBinding, getExprVarVal, getHandle, getKey, getListBindingCount, getListBindingRSI, getListBindings, getLookupDescription, getNewRowState, getOriginalAttributeValue, getParentVariableManager, getPreferredListBindingRSI, getPrimaryEntityReference, getPrimaryPostState, getQueryCollection, getRowOperationsScript, getRowSet, getRowStorageInternal, getStructureDef, getViewDef, getViewLogicGroupDef, getViewObject, getXMLElementTag, handleListBindingMismatch, hasAttributeException, hasDeferredExceptions, hasExtendedViewDef, hashCode, hasListBindings, initDefaults, invokeMethod, isAttributeChanged, isAttributeUpdateable, isDead, isRefreshRequired, isSubclassRow, isViewAccessorAttribute, lock, lookupAttributeDef, markViewAccessorsDirty, populate, populateAttribute, populateAttributeAsChanged, readAttributeFromXMLElement, readXML, refresh, registerAttributeException, removeAndRetain, removeFromCollection, renderAttributeInXMLElement, renderAttributeInXMLElement, revert, revertRow, revertRowAndContainees, setAttribute, setAttributeValues, setEffectiveDateMode, setEffectiveDateOnEntities, setEntities, setEntity, setNewRowState, setStateOnEntity, setTransientAttributeValue, shouldAddViewAccessorRSToRow, throwOnListBindingMismatch, toString, writeAsXml, writeAsXml, writeXML
 
Methods inherited from class oracle.jbo.server.RowImpl
addListBindingsForAttribute, clearAllExceptions, clearRowExceptions, createXMLDefinition, ensureVariableManager, findAttrAndGetIndex, forceFilterListExecute, getAllExceptions, getAttributeInternal, getAttributeSecurityHints, getAttributeSecurityHints, getCombinedAttrNames, getEffectiveDateMode, getExprMethodVal, getGlobalScript, getHints, getMessageBundleClass, getMethodKind, getResourceBundleDef, getRowExceptions, getSecurityHints, getVariableManager, getViewAccessorResultIndex, hasAttributeException, hasVariables, isRefreshRequired, lookupListBinding, printXMLDefinition, readXML, refreshViewAccessor, refreshViewAccessor, registerRowException, setAttributeInternal, setExprVarVal, setInMultiSetter, variablesAdded, writeXML, writeXML, writeXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface oracle.jbo.ExprScriptSupplier
getGlobalScript
 

Field Detail

EMPLOYEEID

public static final int EMPLOYEEID

FIRSTNAME

public static final int FIRSTNAME

LASTNAME

public static final int LASTNAME

EFFECTIVESTARTDATE

public static final int EFFECTIVESTARTDATE

EFFECTIVEENDDATE

public static final int EFFECTIVEENDDATE

SETID

public static final int SETID

SALARY

public static final int SALARY

CREATEDBY

public static final int CREATEDBY

CREATIONDATE

public static final int CREATIONDATE

LASTUPDATEDBY

public static final int LASTUPDATEDBY

LASTUPDATEDATE

public static final int LASTUPDATEDATE

LASTUPDATELOGIN

public static final int LASTUPDATELOGIN

FNDDEMODEPTEMP

public static final int FNDDEMODEPTEMP
Constructor Detail

FndDemoEmpVORowImpl

public FndDemoEmpVORowImpl()
This is the default constructor (do not remove)

Method Detail

getFndDemoEmpEO

public FndDemoEmpEOImpl getFndDemoEmpEO()
Gets FndDemoEmpEO entity object.


getEmployeeId

public java.lang.Long getEmployeeId()
Gets the attribute value for EMPLOYEE_ID using the alias name EmployeeId


setEmployeeId

public void setEmployeeId(java.lang.Long value)
Sets value as attribute value for EMPLOYEE_ID using the alias name EmployeeId


getFirstName

public java.lang.String getFirstName()
Gets the attribute value for FIRST_NAME using the alias name FirstName


setFirstName

public void setFirstName(java.lang.String value)
Sets value as attribute value for FIRST_NAME using the alias name FirstName


getLastName

public java.lang.String getLastName()
Gets the attribute value for LAST_NAME using the alias name LastName


setLastName

public void setLastName(java.lang.String value)
Sets value as attribute value for LAST_NAME using the alias name LastName


getEffectiveStartDate

public java.sql.Date getEffectiveStartDate()
Gets the attribute value for EFFECTIVE_START_DATE using the alias name EffectiveStartDate


setEffectiveStartDate

public void setEffectiveStartDate(java.sql.Date value)
Sets value as attribute value for EFFECTIVE_START_DATE using the alias name EffectiveStartDate


getEffectiveEndDate

public java.sql.Date getEffectiveEndDate()
Gets the attribute value for EFFECTIVE_END_DATE using the alias name EffectiveEndDate


setEffectiveEndDate

public void setEffectiveEndDate(java.sql.Date value)
Sets value as attribute value for EFFECTIVE_END_DATE using the alias name EffectiveEndDate


getSetId

public java.lang.Long getSetId()
Gets the attribute value for SET_ID using the alias name SetId


setSetId

public void setSetId(java.lang.Long value)
Sets value as attribute value for SET_ID using the alias name SetId


getSalary

public java.lang.Long getSalary()
Gets the attribute value for SALARY using the alias name Salary


setSalary

public void setSalary(java.lang.Long value)
Sets value as attribute value for SALARY using the alias name Salary


getAttrInvokeAccessor

protected java.lang.Object getAttrInvokeAccessor(int index,
                                                 oracle.jbo.server.AttributeDefImpl attrDef)
                                          throws java.lang.Exception
getAttrInvokeAccessor: generated method. Do not modify.

Overrides:
getAttrInvokeAccessor in class oracle.jbo.server.ViewRowImpl
Throws:
java.lang.Exception

setAttrInvokeAccessor

protected void setAttrInvokeAccessor(int index,
                                     java.lang.Object value,
                                     oracle.jbo.server.AttributeDefImpl attrDef)
                              throws java.lang.Exception
setAttrInvokeAccessor: generated method. Do not modify.

Overrides:
setAttrInvokeAccessor in class oracle.jbo.server.ViewRowImpl
Throws:
java.lang.Exception

getCreatedBy

public java.lang.String getCreatedBy()
Gets the attribute value for CREATED_BY using the alias name CreatedBy


setCreatedBy

public void setCreatedBy(java.lang.String value)
Sets value as attribute value for CREATED_BY using the alias name CreatedBy


getCreationDate

public java.sql.Timestamp getCreationDate()
Gets the attribute value for CREATION_DATE using the alias name CreationDate


setCreationDate

public void setCreationDate(java.sql.Timestamp value)
Sets value as attribute value for CREATION_DATE using the alias name CreationDate


getLastUpdatedBy

public java.lang.String getLastUpdatedBy()
Gets the attribute value for LAST_UPDATED_BY using the alias name LastUpdatedBy


setLastUpdatedBy

public void setLastUpdatedBy(java.lang.String value)
Sets value as attribute value for LAST_UPDATED_BY using the alias name LastUpdatedBy


getLastUpdateDate

public java.sql.Timestamp getLastUpdateDate()
Gets the attribute value for LAST_UPDATE_DATE using the alias name LastUpdateDate


setLastUpdateDate

public void setLastUpdateDate(java.sql.Timestamp value)
Sets value as attribute value for LAST_UPDATE_DATE using the alias name LastUpdateDate


getLastUpdateLogin

public java.lang.String getLastUpdateLogin()
Gets the attribute value for LAST_UPDATE_LOGIN using the alias name LastUpdateLogin


setLastUpdateLogin

public void setLastUpdateLogin(java.lang.String value)
Sets value as attribute value for LAST_UPDATE_LOGIN using the alias name LastUpdateLogin


getFndDemoDeptEmp

public oracle.jbo.Row getFndDemoDeptEmp()
Gets the associated Row using master-detail link FndDemoDeptEmp.


setFndDemoDeptEmp

public void setFndDemoDeptEmp(oracle.jbo.Row value)
Sets the master-detail link FndDemoDeptEmp between this object and value.


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.