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

E22562-03

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

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.FndTreeAuditJobVORowImpl
All Implemented Interfaces:
FndTreeAuditJobVORow, 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 FndTreeAuditJobVORowImpl
extends OAViewRowImpl
implements FndTreeAuditJobVORow


Nested Class Summary
static class FndTreeAuditJobVORowImpl.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 AUDITENDDATE
           
static int AUDITJOBID
           
static int AUDITPASS
           
static int AUDITSTARTDATE
           
static int AUDITTYPE
           
static int CREATEDBY
           
static int CREATIONDATE
           
static int FNDTREEVERSIONAUDITRESULTVO
           
static int LASTUPDATEDATE
           
static int LASTUPDATEDBY
           
static int LASTUPDATELOGIN
           
static int REQUESTID
           
static int TREECODE
           
static int TREECODE1
           
static int TREESTRUCTURECODE
           
static int TREESTRUCTURECODE1
           
static int TREEVERSIONID
           
static int TREEVERSIONID1
           
static int TREEVERSIONNAME
           
 
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
FndTreeAuditJobVORowImpl()
          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.sql.Timestamp getAuditEndDate()
          Gets the attribute value for AUDIT_END_DATE using the alias name AuditEndDate.
 java.lang.String getAuditJobId()
          Gets the attribute value for AUDIT_JOB_ID using the alias name AuditJobId.
 java.lang.String getAuditPass()
          Gets the attribute value for AUDIT_PASS using the alias name AuditPass.
 java.sql.Timestamp getAuditStartDate()
          Gets the attribute value for AUDIT_START_DATE using the alias name AuditStartDate.
 java.lang.String getAuditType()
          Gets the attribute value for AUDIT_TYPE using the alias name AuditType.
 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.
 FndTreeAuditJobEOImpl getFndTreeAuditJobEO()
          Gets FndTreeAuditJobEO entity object.
 oracle.jbo.RowIterator getFndTreeVersionAuditResultVO()
          Gets the associated RowIterator using master-detail link FndTreeVersionAuditResultVO.
 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.lang.Long getRequestid()
          Gets the attribute value for REQUESTID using the alias name Requestid.
 java.lang.String getTreeCode()
          Gets the attribute value for TREE_CODE using the alias name TreeCode.
 java.lang.String getTreeCode1()
          Gets the attribute value for TREE_CODE using the alias name TreeCode1.
 java.lang.String getTreeStructureCode()
          Gets the attribute value for TREE_STRUCTURE_CODE using the alias name TreeStructureCode.
 java.lang.String getTreeStructureCode1()
          Gets the attribute value for TREE_STRUCTURE_CODE using the alias name TreeStructureCode1.
 java.lang.String getTreeVersionId()
          Gets the attribute value for TREE_VERSION_ID using the alias name TreeVersionId.
 java.lang.String getTreeVersionId1()
          Gets the attribute value for TREE_VERSION_ID using the alias name TreeVersionId1.
 java.lang.String getTreeVersionName()
          Gets the attribute value for TREE_VERSION_NAME using the alias name TreeVersionName.
 void sampleFndTreeAuditJobVORowImplExportable()
          Sample exportable method.
 void sampleFndTreeAuditJobVORowImplExportable2(java.lang.String testParam1)
          Sample exportable method.
protected  void setAttrInvokeAccessor(int index, java.lang.Object value, oracle.jbo.server.AttributeDefImpl attrDef)
          setAttrInvokeAccessor: generated method.
 void setAuditEndDate(java.sql.Timestamp value)
          Sets value as attribute value for AUDIT_END_DATE using the alias name AuditEndDate.
 void setAuditJobId(java.lang.String value)
          Sets value as attribute value for AUDIT_JOB_ID using the alias name AuditJobId.
 void setAuditPass(java.lang.String value)
          Sets value as attribute value for AUDIT_PASS using the alias name AuditPass.
 void setAuditStartDate(java.sql.Timestamp value)
          Sets value as attribute value for AUDIT_START_DATE using the alias name AuditStartDate.
 void setAuditType(java.lang.String value)
          Sets value as attribute value for AUDIT_TYPE using the alias name AuditType.
 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 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 setRequestid(java.lang.Long value)
          Sets value as attribute value for REQUESTID using the alias name Requestid.
 void setTreeCode(java.lang.String value)
          Sets value as attribute value for TREE_CODE using the alias name TreeCode.
 void setTreeCode1(java.lang.String value)
          Sets value as attribute value for TREE_CODE using the alias name TreeCode1.
 void setTreeStructureCode(java.lang.String value)
          Sets value as attribute value for TREE_STRUCTURE_CODE using the alias name TreeStructureCode.
 void setTreeStructureCode1(java.lang.String value)
          Sets value as attribute value for TREE_STRUCTURE_CODE using the alias name TreeStructureCode1.
 void setTreeVersionId(java.lang.String value)
          Sets value as attribute value for TREE_VERSION_ID using the alias name TreeVersionId.
 void setTreeVersionId1(java.lang.String value)
          Sets value as attribute value for TREE_VERSION_ID using the alias name TreeVersionId1.
 void setTreeVersionName(java.lang.String value)
          Sets value as attribute value for TREE_VERSION_NAME using the alias name TreeVersionName.
 
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, 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.apps.fnd.applcore.trees.model.FndTreeAuditJobVORow
getSetId, getTranslatedLanguages, isTranslatable, isTranslatableAttribute, isTranslated, remove, validate
 
Methods inherited from interface oracle.jbo.Row
getAttributeHints, getAttributeHints, getAttributeSecurityHints, getAttributeSecurityHints, getEffectiveDateMode, getKey, getSecurityHints, getStructureDef, isAttributeUpdateable, isDead, lock, refresh, removeAndRetain, removeFromCollection, setAttributeValues, setEffectiveDateMode, setNewRowState
 
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

REQUESTID

public static final int REQUESTID

AUDITTYPE

public static final int AUDITTYPE

TREESTRUCTURECODE

public static final int TREESTRUCTURECODE

TREECODE

public static final int TREECODE

TREEVERSIONID

public static final int TREEVERSIONID

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

AUDITJOBID

public static final int AUDITJOBID

TREEVERSIONNAME

public static final int TREEVERSIONNAME

TREESTRUCTURECODE1

public static final int TREESTRUCTURECODE1

TREECODE1

public static final int TREECODE1

TREEVERSIONID1

public static final int TREEVERSIONID1

AUDITENDDATE

public static final int AUDITENDDATE

AUDITPASS

public static final int AUDITPASS

AUDITSTARTDATE

public static final int AUDITSTARTDATE

FNDTREEVERSIONAUDITRESULTVO

public static final int FNDTREEVERSIONAUDITRESULTVO
Constructor Detail

FndTreeAuditJobVORowImpl

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

Method Detail

getFndTreeAuditJobEO

public FndTreeAuditJobEOImpl getFndTreeAuditJobEO()
Gets FndTreeAuditJobEO entity object.

Returns:
the FndTreeAuditJobEO

getRequestid

public java.lang.Long getRequestid()
Gets the attribute value for REQUESTID using the alias name Requestid.

Specified by:
getRequestid in interface FndTreeAuditJobVORow
Returns:
the REQUESTID

setRequestid

public void setRequestid(java.lang.Long value)
Sets value as attribute value for REQUESTID using the alias name Requestid.

Specified by:
setRequestid in interface FndTreeAuditJobVORow
Parameters:
value - value to set the REQUESTID

getAuditType

public java.lang.String getAuditType()
Gets the attribute value for AUDIT_TYPE using the alias name AuditType.

Specified by:
getAuditType in interface FndTreeAuditJobVORow
Returns:
the AUDIT_TYPE

setAuditType

public void setAuditType(java.lang.String value)
Sets value as attribute value for AUDIT_TYPE using the alias name AuditType.

Specified by:
setAuditType in interface FndTreeAuditJobVORow
Parameters:
value - value to set the AUDIT_TYPE

getTreeStructureCode

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

Specified by:
getTreeStructureCode in interface FndTreeAuditJobVORow
Returns:
the TREE_STRUCTURE_CODE

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 FndTreeAuditJobVORow
Parameters:
value - value to set the TREE_STRUCTURE_CODE

getTreeCode

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

Specified by:
getTreeCode in interface FndTreeAuditJobVORow
Returns:
the TREE_CODE

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 FndTreeAuditJobVORow
Parameters:
value - value to set the TREE_CODE

getTreeVersionId

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

Specified by:
getTreeVersionId in interface FndTreeAuditJobVORow
Returns:
the TREE_VERSION_ID

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 FndTreeAuditJobVORow
Parameters:
value - value to set the TREE_VERSION_ID

getCreatedBy

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

Specified by:
getCreatedBy in interface FndTreeAuditJobVORow
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.

Specified by:
setCreatedBy in interface FndTreeAuditJobVORow
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 FndTreeAuditJobVORow
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.

Specified by:
setCreationDate in interface FndTreeAuditJobVORow
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 FndTreeAuditJobVORow
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.

Specified by:
setLastUpdatedBy in interface FndTreeAuditJobVORow
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 FndTreeAuditJobVORow
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.

Specified by:
setLastUpdateDate in interface FndTreeAuditJobVORow
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 FndTreeAuditJobVORow
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.

Specified by:
setLastUpdateLogin in interface FndTreeAuditJobVORow
Parameters:
value - value to set the LAST_UPDATE_LOGIN

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

sampleFndTreeAuditJobVORowImplExportable

public void sampleFndTreeAuditJobVORowImplExportable()
Sample exportable method.


sampleFndTreeAuditJobVORowImplExportable2

public void sampleFndTreeAuditJobVORowImplExportable2(java.lang.String testParam1)
Sample exportable method.


getAuditJobId

public java.lang.String getAuditJobId()
Gets the attribute value for AUDIT_JOB_ID using the alias name AuditJobId.

Specified by:
getAuditJobId in interface FndTreeAuditJobVORow
Returns:
the AUDIT_JOB_ID

setAuditJobId

public void setAuditJobId(java.lang.String value)
Sets value as attribute value for AUDIT_JOB_ID using the alias name AuditJobId.

Specified by:
setAuditJobId in interface FndTreeAuditJobVORow
Parameters:
value - value to set the AUDIT_JOB_ID

getFndTreeVersionAuditResultVO

public oracle.jbo.RowIterator getFndTreeVersionAuditResultVO()
Gets the associated RowIterator using master-detail link FndTreeVersionAuditResultVO.


getFndTreeVersionEO

public FndTreeVersionEOImpl getFndTreeVersionEO()
Gets FndTreeVersionEO entity object.

Returns:
the FndTreeVersionEO

getTreeVersionName

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

Specified by:
getTreeVersionName in interface FndTreeAuditJobVORow
Returns:
the TREE_VERSION_NAME

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 FndTreeAuditJobVORow
Parameters:
value - value to set the TREE_VERSION_NAME

getTreeStructureCode1

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

Returns:
the TREE_STRUCTURE_CODE

setTreeStructureCode1

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

Parameters:
value - value to set the TREE_STRUCTURE_CODE

getTreeCode1

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

Returns:
the TREE_CODE

setTreeCode1

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

Parameters:
value - value to set the TREE_CODE

getTreeVersionId1

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

Returns:
the TREE_VERSION_ID

setTreeVersionId1

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

Parameters:
value - value to set the TREE_VERSION_ID

getAuditEndDate

public java.sql.Timestamp getAuditEndDate()
Gets the attribute value for AUDIT_END_DATE using the alias name AuditEndDate.

Specified by:
getAuditEndDate in interface FndTreeAuditJobVORow
Returns:
the AUDIT_END_DATE

setAuditEndDate

public void setAuditEndDate(java.sql.Timestamp value)
Sets value as attribute value for AUDIT_END_DATE using the alias name AuditEndDate.

Specified by:
setAuditEndDate in interface FndTreeAuditJobVORow
Parameters:
value - value to set the AUDIT_END_DATE

getAuditPass

public java.lang.String getAuditPass()
Gets the attribute value for AUDIT_PASS using the alias name AuditPass.

Specified by:
getAuditPass in interface FndTreeAuditJobVORow
Returns:
the AUDIT_PASS

setAuditPass

public void setAuditPass(java.lang.String value)
Sets value as attribute value for AUDIT_PASS using the alias name AuditPass.

Specified by:
setAuditPass in interface FndTreeAuditJobVORow
Parameters:
value - value to set the AUDIT_PASS

getAuditStartDate

public java.sql.Timestamp getAuditStartDate()
Gets the attribute value for AUDIT_START_DATE using the alias name AuditStartDate.

Specified by:
getAuditStartDate in interface FndTreeAuditJobVORow
Returns:
the AUDIT_START_DATE

setAuditStartDate

public void setAuditStartDate(java.sql.Timestamp value)
Sets value as attribute value for AUDIT_START_DATE using the alias name AuditStartDate.

Specified by:
setAuditStartDate in interface FndTreeAuditJobVORow
Parameters:
value - value to set the AUDIT_START_DATE

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.