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

E22562-02

oracle.apps.fnd.applcore.trees.model.view
Class FndTreeVersionVORowImpl

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.model.view.FndTreeVersionVORowImpl
All Implemented Interfaces:
FndTreeVersionVORow, 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
Direct Known Subclasses:
FndTreeVersionUIVORowImpl

public class FndTreeVersionVORowImpl
extends OAViewRowImpl
implements FndTreeVersionVORow


Nested Class Summary
static class FndTreeVersionVORowImpl.AttributesEnum
          AttributesEnum: generated enum for identifying attributes and accessors.
 
Field Summary
static int CHANGEDSINCEVALIDATION
           
static int CREATEDBY
           
static int CREATIONDATE
           
static int DESCRIPTION
           
static int EFFECTIVEENDDATE
           
static int EFFECTIVESTARTDATE
           
static int FNDTREENODE
           
static int LASTUPDATEDATE
           
static int LASTUPDATEDBY
           
static int LASTUPDATELOGIN
           
static int LASTVALIDATIONDATE
           
static int LASTVALIDATIONRESULT
           
static int LASTVALIDATIONRESULTID
           
static int LEVELCOUNT
           
static int LOCKDATE
           
static int LOCKEDBY
           
static int NODECOUNT
           
static int SOURCETREEVERSIONID
           
static int STATUS
           
static int TREECODE
           
static int TREESTRUCTURECODE
           
static int TREEVERSIONID
           
static int TREEVERSIONNAME
           
static int VERSIONCOMMENT
           
 
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.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, STATUS_NEW
 
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
FndTreeVersionVORowImpl()
          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 getChangedSinceValidation()
          Gets the attribute value for CHANGED_SINCE_VALIDATION using the alias name ChangedSinceValidation.
 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.lang.String getDescription()
          Gets the attribute value for DESCRIPTION using the alias name Description.
 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.
 oracle.jbo.RowIterator getFndTreeNode()
          Gets the associated RowIterator using master-detail link FndTreeNode.
 FndTreeVersionEOImpl getFndTreeVersionEO()
          Gets FndTreeVersionEO entity object.
 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.sql.Timestamp getLastValidationDate()
          Gets the attribute value for LAST_VALIDATION_DATE using the alias name LastValidationDate.
 java.lang.String getLastValidationResult()
          Gets the attribute value for LAST_VALIDATION_RESULT using the alias name LastValidationResult.
 java.lang.String getLastValidationResultId()
          Gets the attribute value for LAST_VALIDATION_RESULT_ID using the alias name LastValidationResultId.
 java.lang.Long getLevelCount()
          Gets the attribute value for LEVEL_COUNT using the alias name LevelCount.
 java.sql.Timestamp getLockDate()
          Gets the attribute value for LOCK_DATE using the alias name LockDate.
 java.lang.String getLockedBy()
          Gets the attribute value for LOCKED_BY using the alias name LockedBy.
 java.lang.Long getNodeCount()
          Gets the attribute value for NODE_COUNT using the alias name NodeCount.
 java.lang.String getSourceTreeVersionId()
          Gets the attribute value for SOURCE_TREE_VERSION_ID using the alias name SourceTreeVersionId.
 java.lang.String getStatus()
          Gets the attribute value for STATUS using the alias name Status.
 java.lang.String getTreeCode()
          Gets the attribute value for TREE_CODE using the alias name TreeCode.
 java.lang.String getTreeStructureCode()
          Gets the attribute value for TREE_STRUCTURE_CODE using the alias name TreeStructureCode.
 java.lang.String getTreeVersionId()
          Gets the attribute value for TREE_VERSION_ID using the alias name TreeVersionId.
 java.lang.String getTreeVersionName()
          Gets the attribute value for TREE_VERSION_NAME using the alias name TreeVersionName.
 java.lang.String getVersionComment()
          Gets the attribute value for VERSION_COMMENT using the alias name VersionComment.
protected  void setAttrInvokeAccessor(int index, java.lang.Object value, oracle.jbo.server.AttributeDefImpl attrDef)
          setAttrInvokeAccessor: generated method.
 void setChangedSinceValidation(java.lang.String value)
          Sets value as attribute value for CHANGED_SINCE_VALIDATION using the alias name ChangedSinceValidation.
 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 setDescription(java.lang.String value)
          Sets value as attribute value for DESCRIPTION using the alias name Description.
 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 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 setLastValidationDate(java.sql.Timestamp value)
          Sets value as attribute value for LAST_VALIDATION_DATE using the alias name LastValidationDate.
 void setLastValidationResult(java.lang.String value)
          Sets value as attribute value for LAST_VALIDATION_RESULT using the alias name LastValidationResult.
 void setLastValidationResultId(java.lang.String value)
          Sets value as attribute value for LAST_VALIDATION_RESULT_ID using the alias name LastValidationResultId.
 void setLevelCount(java.lang.Long value)
          Sets value as attribute value for LEVEL_COUNT using the alias name LevelCount.
 void setLockDate(java.sql.Timestamp value)
          Sets value as attribute value for LOCK_DATE using the alias name LockDate.
 void setLockedBy(java.lang.String value)
          Sets value as attribute value for LOCKED_BY using the alias name LockedBy.
 void setNodeCount(java.lang.Long value)
          Sets value as attribute value for NODE_COUNT using the alias name NodeCount.
 void setSourceTreeVersionId(java.lang.String value)
          Sets value as attribute value for SOURCE_TREE_VERSION_ID using the alias name SourceTreeVersionId.
 void setStatus(java.lang.String value)
          Sets value as attribute value for STATUS using the alias name Status.
 void setTreeCode(java.lang.String value)
          Sets value as attribute value for TREE_CODE using the alias name TreeCode.
 void setTreeStructureCode(java.lang.String value)
          Sets value as attribute value for TREE_STRUCTURE_CODE using the alias name TreeStructureCode.
 void setTreeVersionId(java.lang.String value)
          Sets value as attribute value for TREE_VERSION_ID using the alias name TreeVersionId.
 void setTreeVersionName(java.lang.String value)
          Sets value as attribute value for TREE_VERSION_NAME using the alias name TreeVersionName.
 void setVersionComment(java.lang.String value)
          Sets value as attribute value for VERSION_COMMENT using the alias name VersionComment.
 
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
 
Methods inherited from interface oracle.jbo.Row
getAttributeHints, getAttributeHints, getAttributeSecurityHints, getAttributeSecurityHints, getEffectiveDateMode, getKey, getSecurityHints, getStructureDef, isAttributeUpdateable, isDead, lock, refresh, remove, removeAndRetain, removeFromCollection, setAttributeValues, setEffectiveDateMode, setNewRowState, validate
 
Methods inherited from interface oracle.jbo.AttributeList
getAttribute, getAttribute, getAttributeCount, getAttributeIndexOf, getAttributeNames, getAttributeValues, setAttribute, setAttribute
 
Methods inherited from interface oracle.jbo.XMLInterface
readXML, readXML, writeXML, writeXML, writeXML, writeXML
 

Field Detail

TREESTRUCTURECODE

public static final int TREESTRUCTURECODE

TREECODE

public static final int TREECODE

TREEVERSIONID

public static final int TREEVERSIONID

STATUS

public static final int STATUS

EFFECTIVESTARTDATE

public static final int EFFECTIVESTARTDATE

EFFECTIVEENDDATE

public static final int EFFECTIVEENDDATE

CHANGEDSINCEVALIDATION

public static final int CHANGEDSINCEVALIDATION

LEVELCOUNT

public static final int LEVELCOUNT

NODECOUNT

public static final int NODECOUNT

LOCKEDBY

public static final int LOCKEDBY

LOCKDATE

public static final int LOCKDATE

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

DESCRIPTION

public static final int DESCRIPTION

VERSIONCOMMENT

public static final int VERSIONCOMMENT

TREEVERSIONNAME

public static final int TREEVERSIONNAME

SOURCETREEVERSIONID

public static final int SOURCETREEVERSIONID

LASTVALIDATIONDATE

public static final int LASTVALIDATIONDATE

LASTVALIDATIONRESULTID

public static final int LASTVALIDATIONRESULTID

LASTVALIDATIONRESULT

public static final int LASTVALIDATIONRESULT

FNDTREENODE

public static final int FNDTREENODE
Constructor Detail

FndTreeVersionVORowImpl

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

Method Detail

getFndTreeVersionEO

public FndTreeVersionEOImpl getFndTreeVersionEO()
Gets FndTreeVersionEO entity object.


getTreeStructureCode

public java.lang.String getTreeStructureCode()
Gets the attribute value for TREE_STRUCTURE_CODE using the alias name TreeStructureCode.

Specified by:
getTreeStructureCode in interface FndTreeVersionVORow

setTreeStructureCode

public void setTreeStructureCode(java.lang.String value)
Sets value as attribute value for TREE_STRUCTURE_CODE using the alias name TreeStructureCode.

Specified by:
setTreeStructureCode in interface FndTreeVersionVORow

getTreeCode

public java.lang.String getTreeCode()
Gets the attribute value for TREE_CODE using the alias name TreeCode.

Specified by:
getTreeCode in interface FndTreeVersionVORow

setTreeCode

public void setTreeCode(java.lang.String value)
Sets value as attribute value for TREE_CODE using the alias name TreeCode.

Specified by:
setTreeCode in interface FndTreeVersionVORow

getTreeVersionId

public java.lang.String getTreeVersionId()
Gets the attribute value for TREE_VERSION_ID using the alias name TreeVersionId.

Specified by:
getTreeVersionId in interface FndTreeVersionVORow

setTreeVersionId

public void setTreeVersionId(java.lang.String value)
Sets value as attribute value for TREE_VERSION_ID using the alias name TreeVersionId.

Specified by:
setTreeVersionId in interface FndTreeVersionVORow

getStatus

public java.lang.String getStatus()
Gets the attribute value for STATUS using the alias name Status.

Specified by:
getStatus in interface FndTreeVersionVORow

setStatus

public void setStatus(java.lang.String value)
Sets value as attribute value for STATUS using the alias name Status.

Specified by:
setStatus in interface FndTreeVersionVORow

getEffectiveStartDate

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

Specified by:
getEffectiveStartDate in interface FndTreeVersionVORow

setEffectiveStartDate

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

Specified by:
setEffectiveStartDate in interface FndTreeVersionVORow

getEffectiveEndDate

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

Specified by:
getEffectiveEndDate in interface FndTreeVersionVORow

setEffectiveEndDate

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

Specified by:
setEffectiveEndDate in interface FndTreeVersionVORow

getChangedSinceValidation

public java.lang.String getChangedSinceValidation()
Gets the attribute value for CHANGED_SINCE_VALIDATION using the alias name ChangedSinceValidation.

Specified by:
getChangedSinceValidation in interface FndTreeVersionVORow

setChangedSinceValidation

public void setChangedSinceValidation(java.lang.String value)
Sets value as attribute value for CHANGED_SINCE_VALIDATION using the alias name ChangedSinceValidation.

Specified by:
setChangedSinceValidation in interface FndTreeVersionVORow

getLevelCount

public java.lang.Long getLevelCount()
Gets the attribute value for LEVEL_COUNT using the alias name LevelCount.

Specified by:
getLevelCount in interface FndTreeVersionVORow

setLevelCount

public void setLevelCount(java.lang.Long value)
Sets value as attribute value for LEVEL_COUNT using the alias name LevelCount.

Specified by:
setLevelCount in interface FndTreeVersionVORow

getNodeCount

public java.lang.Long getNodeCount()
Gets the attribute value for NODE_COUNT using the alias name NodeCount.

Specified by:
getNodeCount in interface FndTreeVersionVORow

setNodeCount

public void setNodeCount(java.lang.Long value)
Sets value as attribute value for NODE_COUNT using the alias name NodeCount.

Specified by:
setNodeCount in interface FndTreeVersionVORow

getLockedBy

public java.lang.String getLockedBy()
Gets the attribute value for LOCKED_BY using the alias name LockedBy.

Specified by:
getLockedBy in interface FndTreeVersionVORow

setLockedBy

public void setLockedBy(java.lang.String value)
Sets value as attribute value for LOCKED_BY using the alias name LockedBy.

Specified by:
setLockedBy in interface FndTreeVersionVORow

getLockDate

public java.sql.Timestamp getLockDate()
Gets the attribute value for LOCK_DATE using the alias name LockDate.

Specified by:
getLockDate in interface FndTreeVersionVORow

setLockDate

public void setLockDate(java.sql.Timestamp value)
Sets value as attribute value for LOCK_DATE using the alias name LockDate.

Specified by:
setLockDate in interface FndTreeVersionVORow

getCreatedBy

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

Specified by:
getCreatedBy in interface FndTreeVersionVORow

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

getCreationDate

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

Specified by:
getCreationDate in interface FndTreeVersionVORow

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

getLastUpdatedBy

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

Specified by:
getLastUpdatedBy in interface FndTreeVersionVORow

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

getLastUpdateDate

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

Specified by:
getLastUpdateDate in interface FndTreeVersionVORow

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

getLastUpdateLogin

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

Specified by:
getLastUpdateLogin in interface FndTreeVersionVORow

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

getDescription

public java.lang.String getDescription()
Gets the attribute value for DESCRIPTION using the alias name Description.

Specified by:
getDescription in interface FndTreeVersionVORow

setDescription

public void setDescription(java.lang.String value)
Sets value as attribute value for DESCRIPTION using the alias name Description.

Specified by:
setDescription in interface FndTreeVersionVORow

getVersionComment

public java.lang.String getVersionComment()
Gets the attribute value for VERSION_COMMENT using the alias name VersionComment.

Specified by:
getVersionComment in interface FndTreeVersionVORow

setVersionComment

public void setVersionComment(java.lang.String value)
Sets value as attribute value for VERSION_COMMENT using the alias name VersionComment.

Specified by:
setVersionComment in interface FndTreeVersionVORow

getTreeVersionName

public java.lang.String getTreeVersionName()
Gets the attribute value for TREE_VERSION_NAME using the alias name TreeVersionName.

Specified by:
getTreeVersionName in interface FndTreeVersionVORow

setTreeVersionName

public void setTreeVersionName(java.lang.String value)
Sets value as attribute value for TREE_VERSION_NAME using the alias name TreeVersionName.

Specified by:
setTreeVersionName in interface FndTreeVersionVORow

getSourceTreeVersionId

public java.lang.String getSourceTreeVersionId()
Gets the attribute value for SOURCE_TREE_VERSION_ID using the alias name SourceTreeVersionId.

Specified by:
getSourceTreeVersionId in interface FndTreeVersionVORow

setSourceTreeVersionId

public void setSourceTreeVersionId(java.lang.String value)
Sets value as attribute value for SOURCE_TREE_VERSION_ID using the alias name SourceTreeVersionId.

Specified by:
setSourceTreeVersionId in interface FndTreeVersionVORow

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

getLastValidationDate

public java.sql.Timestamp getLastValidationDate()
Gets the attribute value for LAST_VALIDATION_DATE using the alias name LastValidationDate.

Specified by:
getLastValidationDate in interface FndTreeVersionVORow
Returns:
the LAST_VALIDATION_DATE

setLastValidationDate

public void setLastValidationDate(java.sql.Timestamp value)
Sets value as attribute value for LAST_VALIDATION_DATE using the alias name LastValidationDate.

Specified by:
setLastValidationDate in interface FndTreeVersionVORow
Parameters:
value - value to set the LAST_VALIDATION_DATE

getLastValidationResultId

public java.lang.String getLastValidationResultId()
Gets the attribute value for LAST_VALIDATION_RESULT_ID using the alias name LastValidationResultId.

Specified by:
getLastValidationResultId in interface FndTreeVersionVORow
Returns:
the LAST_VALIDATION_RESULT_ID

setLastValidationResultId

public void setLastValidationResultId(java.lang.String value)
Sets value as attribute value for LAST_VALIDATION_RESULT_ID using the alias name LastValidationResultId.

Specified by:
setLastValidationResultId in interface FndTreeVersionVORow
Parameters:
value - value to set the LAST_VALIDATION_RESULT_ID

getLastValidationResult

public java.lang.String getLastValidationResult()
Gets the attribute value for LAST_VALIDATION_RESULT using the alias name LastValidationResult.

Specified by:
getLastValidationResult in interface FndTreeVersionVORow
Returns:
the LAST_VALIDATION_RESULT

setLastValidationResult

public void setLastValidationResult(java.lang.String value)
Sets value as attribute value for LAST_VALIDATION_RESULT using the alias name LastValidationResult.

Specified by:
setLastValidationResult in interface FndTreeVersionVORow
Parameters:
value - value to set the LAST_VALIDATION_RESULT

getFndTreeNode

public oracle.jbo.RowIterator getFndTreeNode()
Gets the associated RowIterator using master-detail link FndTreeNode.


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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.