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

E22562-02

oracle.apps.fnd.applcore.calendar.publicView
Class FndCalQuarterVORowImpl

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.calendar.publicView.FndCalQuarterVORowImpl
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.script.ExprScriptRunner, oracle.jbo.VariableManagerOwnerBase, oracle.jbo.XMLInterface

public class FndCalQuarterVORowImpl
extends OAViewRowImpl


Nested Class Summary
static class FndCalQuarterVORowImpl.AttributesEnum
          AttributesEnum: generated enum for identifying attributes and accessors.
 
Field Summary
static int CALQTRENDDATE
           
static int CALQTRSTARTDATE
           
static int CALQUARTER
           
static int CALQUARTERCODE
           
static int CALQUARTERCODELOOKUPPVO1
           
static int CREATEDBY
           
static int CREATIONDATE
           
static int FNDCALYEAR
           
static int LASTUPDATEDATE
           
static int LASTUPDATEDBY
           
static int LASTUPDATELOGIN
           
static int LOOKUPP
           
static int PARENTYEAR
           
static int PRIORSEQUENTIALQTR
           
static int PRIORYEARQTR
           
 
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
FndCalQuarterVORowImpl()
          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.Number getCalendarQtr()
          Gets the attribute value for CALENDAR_QTR using the alias name CALQUARTER.
 java.sql.Date getCalQtrEndDate()
          Gets the attribute value for CAL_QTR_END_DATE using the alias name CalQtrEndDate.
 java.sql.Date getCalQtrStartDate()
          Gets the attribute value for CAL_QTR_START_DATE using the alias name CalQtrStartDate.
 java.lang.Long getCalQuarter()
          Gets the attribute value for CAL_QUARTER using the alias name CalQuarter.
 java.lang.String getCalQuarterCode()
          Gets the attribute value for CALENDAR_QTR_NAME using the alias name CalQuarterCode.
 oracle.jbo.RowSet getCalQuarterCodeLookupPVO1()
          Gets the view accessor RowSet CalQuarterCodeLookupPVO1.
 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.
 FndCalQuarterPEOImpl getFndCalQuarterEO()
          Gets FndCalQuarterEO entity object.
 oracle.jbo.Row getFndCalYear()
          Gets the associated Row using master-detail link FndCalYear.
 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.
 oracle.jbo.Row getLookupP()
          Gets the associated Row using master-detail link LookupP.
 java.lang.Long getParentYear()
          Gets the attribute value for PARENT_YEAR using the alias name ParentYear.
 java.lang.Long getPriorSequentialQtr()
          Gets the attribute value for PRIOR_SEQUENTIAL_QTR using the alias name PriorSequentialQtr.
 java.lang.Long getPriorYearQtr()
          Gets the attribute value for PRIOR_YEAR_QTR using the alias name PriorYearQtr.
protected  void setAttrInvokeAccessor(int index, java.lang.Object value, oracle.jbo.server.AttributeDefImpl attrDef)
          setAttrInvokeAccessor: generated method.
 void setCalendarQtr(java.lang.Number value)
          Sets value as attribute value for CALENDAR_QTR using the alias name CALQUARTER.
 void setCalQtrEndDate(java.sql.Date value)
          Sets value as attribute value for CAL_QTR_END_DATE using the alias name CalQtrEndDate.
 void setCalQtrStartDate(java.sql.Date value)
          Sets value as attribute value for CAL_QTR_START_DATE using the alias name CalQtrStartDate.
 void setCalQuarter(java.lang.Long value)
          Sets value as attribute value for CAL_QUARTER using the alias name CalQuarter.
 void setCalQuarterCode(java.lang.String value)
          Sets value as attribute value for CALENDAR_QTR_NAME using the alias name CalQuarterCode.
 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 setFndCalYear(oracle.jbo.Row value)
          Sets the master-detail link FndCalYear between this object and value.
 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 setLookupP(oracle.jbo.Row value)
          Sets the master-detail link LookupP between this object and value.
 void setParentYear(java.lang.Long value)
          Sets value as attribute value for PARENT_YEAR using the alias name ParentYear.
 void setPriorSequentialQtr(java.lang.Long value)
          Sets value as attribute value for PRIOR_SEQUENTIAL_QTR using the alias name PriorSequentialQtr.
 void setPriorYearQtr(java.lang.Long value)
          Sets value as attribute value for PRIOR_YEAR_QTR using the alias name PriorYearQtr.
 
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, getQueryCollection, 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
 

Field Detail

CALQUARTER

public static final int CALQUARTER

LASTUPDATEDATE

public static final int LASTUPDATEDATE

LASTUPDATEDBY

public static final int LASTUPDATEDBY

CREATIONDATE

public static final int CREATIONDATE

CREATEDBY

public static final int CREATEDBY

LASTUPDATELOGIN

public static final int LASTUPDATELOGIN

CALQUARTERCODE

public static final int CALQUARTERCODE

CALQTRSTARTDATE

public static final int CALQTRSTARTDATE

CALQTRENDDATE

public static final int CALQTRENDDATE

PARENTYEAR

public static final int PARENTYEAR

PRIORSEQUENTIALQTR

public static final int PRIORSEQUENTIALQTR

PRIORYEARQTR

public static final int PRIORYEARQTR

FNDCALYEAR

public static final int FNDCALYEAR

LOOKUPP

public static final int LOOKUPP

CALQUARTERCODELOOKUPPVO1

public static final int CALQUARTERCODELOOKUPPVO1
Constructor Detail

FndCalQuarterVORowImpl

public FndCalQuarterVORowImpl()
This is the default constructor (do not remove).

Method Detail

getFndCalQuarterEO

public FndCalQuarterPEOImpl getFndCalQuarterEO()
Gets FndCalQuarterEO entity object.

Returns:
the FndCalQuarterEO

getCalQuarter

public java.lang.Long getCalQuarter()
Gets the attribute value for CAL_QUARTER using the alias name CalQuarter.

Returns:
the CAL_QUARTER

setCalQuarter

public void setCalQuarter(java.lang.Long value)
Sets value as attribute value for CAL_QUARTER using the alias name CalQuarter.

Parameters:
value - value to set the CAL_QUARTER

getCalendarQtr

public java.lang.Number getCalendarQtr()
Gets the attribute value for CALENDAR_QTR using the alias name CALQUARTER.

Returns:
the CALENDAR_QTR

setCalendarQtr

public void setCalendarQtr(java.lang.Number value)
Sets value as attribute value for CALENDAR_QTR using the alias name CALQUARTER.

Parameters:
value - value to set the CALENDAR_QTR

getLastUpdateDate

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

Returns:
the LAST_UPDATE_DATE

setLastUpdateDate

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

Parameters:
value - value to set the LAST_UPDATE_DATE

getLastUpdatedBy

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

Returns:
the LAST_UPDATED_BY

setLastUpdatedBy

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

Parameters:
value - value to set the LAST_UPDATED_BY

getCreationDate

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

Returns:
the CREATION_DATE

setCreationDate

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

Parameters:
value - value to set the CREATION_DATE

getCreatedBy

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

Returns:
the CREATED_BY

setCreatedBy

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

Parameters:
value - value to set the CREATED_BY

getLastUpdateLogin

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

Returns:
the LAST_UPDATE_LOGIN

setLastUpdateLogin

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

Parameters:
value - value to set the LAST_UPDATE_LOGIN

getCalQuarterCode

public java.lang.String getCalQuarterCode()
Gets the attribute value for CALENDAR_QTR_NAME using the alias name CalQuarterCode.

Returns:
the CALENDAR_QTR_NAME

setCalQuarterCode

public void setCalQuarterCode(java.lang.String value)
Sets value as attribute value for CALENDAR_QTR_NAME using the alias name CalQuarterCode.

Parameters:
value - value to set the CALENDAR_QTR_NAME

getCalQtrStartDate

public java.sql.Date getCalQtrStartDate()
Gets the attribute value for CAL_QTR_START_DATE using the alias name CalQtrStartDate.

Returns:
the CAL_QTR_START_DATE

setCalQtrStartDate

public void setCalQtrStartDate(java.sql.Date value)
Sets value as attribute value for CAL_QTR_START_DATE using the alias name CalQtrStartDate.

Parameters:
value - value to set the CAL_QTR_START_DATE

getCalQtrEndDate

public java.sql.Date getCalQtrEndDate()
Gets the attribute value for CAL_QTR_END_DATE using the alias name CalQtrEndDate.

Returns:
the CAL_QTR_END_DATE

setCalQtrEndDate

public void setCalQtrEndDate(java.sql.Date value)
Sets value as attribute value for CAL_QTR_END_DATE using the alias name CalQtrEndDate.

Parameters:
value - value to set the CAL_QTR_END_DATE

getParentYear

public java.lang.Long getParentYear()
Gets the attribute value for PARENT_YEAR using the alias name ParentYear.

Returns:
the PARENT_YEAR

setParentYear

public void setParentYear(java.lang.Long value)
Sets value as attribute value for PARENT_YEAR using the alias name ParentYear.

Parameters:
value - value to set the PARENT_YEAR

getPriorSequentialQtr

public java.lang.Long getPriorSequentialQtr()
Gets the attribute value for PRIOR_SEQUENTIAL_QTR using the alias name PriorSequentialQtr.

Returns:
the PRIOR_SEQUENTIAL_QTR

setPriorSequentialQtr

public void setPriorSequentialQtr(java.lang.Long value)
Sets value as attribute value for PRIOR_SEQUENTIAL_QTR using the alias name PriorSequentialQtr.

Parameters:
value - value to set the PRIOR_SEQUENTIAL_QTR

getPriorYearQtr

public java.lang.Long getPriorYearQtr()
Gets the attribute value for PRIOR_YEAR_QTR using the alias name PriorYearQtr.

Returns:
the PRIOR_YEAR_QTR

setPriorYearQtr

public void setPriorYearQtr(java.lang.Long value)
Sets value as attribute value for PRIOR_YEAR_QTR using the alias name PriorYearQtr.

Parameters:
value - value to set the PRIOR_YEAR_QTR

getFndCalYear

public oracle.jbo.Row getFndCalYear()
Gets the associated Row using master-detail link FndCalYear.


setFndCalYear

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


getLookupP

public oracle.jbo.Row getLookupP()
Gets the associated Row using master-detail link LookupP.


setLookupP

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


getCalQuarterCodeLookupPVO1

public oracle.jbo.RowSet getCalQuarterCodeLookupPVO1()
Gets the view accessor RowSet CalQuarterCodeLookupPVO1.


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
Parameters:
index - the index identifying the attribute
attrDef - the attribute
Returns:
the attribute value
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
Parameters:
index - the index identifying the attribute
value - the value to assign to the attribute
attrDef - the attribute
Throws:
java.lang.Exception

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.