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

E22562-05

oracle.apps.fnd.applcore.trees.model.view.client
Class FndTsDataSourceRelVORowClient

java.lang.Object
  extended by oracle.jbo.client.remote.RowImpl
      extended by oracle.apps.fnd.applcore.trees.model.view.client.FndTsDataSourceRelVORowClient
All Implemented Interfaces:
FndTsDataSourceRelVORow, oracle.jbo.AttributeList, oracle.jbo.domain.DomainOwnerInterface, oracle.jbo.ExprWrappable, oracle.jbo.Row, oracle.jbo.XMLInterface

public class FndTsDataSourceRelVORowClient
extends oracle.jbo.client.remote.RowImpl
implements FndTsDataSourceRelVORow


Field Summary
 
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
 
Constructor Summary
FndTsDataSourceRelVORowClient()
          This is the default constructor (do not remove).
 
Method Summary
 java.lang.String getAllowRangeBasedChild()
           
 java.lang.String getChildDataSourceId()
           
 java.lang.String getCreatedBy()
           
 java.sql.Timestamp getCreationDate()
           
 oracle.jbo.RowIterator getFndTsDataSourceRelVO()
           
 oracle.jbo.Row getFndTsDataSourceVO()
           
 java.sql.Timestamp getLastUpdateDate()
           
 java.lang.String getLastUpdatedBy()
           
 java.lang.String getLastUpdateLogin()
           
 java.lang.String getParentDataSourceId()
           
 java.lang.String getTreeStructureCode()
           
 java.lang.String getViewLinkAccessorName()
           
 void setAllowRangeBasedChild(java.lang.String value)
           
 void setChildDataSourceId(java.lang.String value)
           
 void setParentDataSourceId(java.lang.String value)
           
 void setTreeStructureCode(java.lang.String value)
           
 void setViewLinkAccessorName(java.lang.String value)
           
 
Methods inherited from class oracle.jbo.client.remote.RowImpl
domainToBeModified, getApplicationModule, getApplicationModuleImpl, getApplicationModuleProxy, getAttribute, getAttribute, getAttributeCount, getAttributeHints, getAttributeHints, getAttributeIndexOf, getAttributeNames, getAttributeSecurityHints, getAttributeSecurityHints, getAttributeValues, getEffectiveDateMode, getHandleAsInt, getKey, getObjectMarshaller, getPiggyback, getRowSet, getRowSetIterator, getRSIId, getSecurityHints, getServiceMessage, getStructureDef, getViewObjectImpl, initialize, isAttributeUpdateable, isDead, lock, processPiggyback, processServiceMessage, readXML, readXML, refresh, remove, removeAndRetain, removeFromCollection, revert, setAttribute, setAttribute, setAttributeValues, setEffectiveDateMode, setNewRowState, validate, writeXML, writeXML, writeXML, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
 

Constructor Detail

FndTsDataSourceRelVORowClient

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

Method Detail

getFndTsDataSourceVO

public oracle.jbo.Row getFndTsDataSourceVO()
Specified by:
getFndTsDataSourceVO in interface FndTsDataSourceRelVORow

getFndTsDataSourceRelVO

public oracle.jbo.RowIterator getFndTsDataSourceRelVO()
Specified by:
getFndTsDataSourceRelVO in interface FndTsDataSourceRelVORow

getTreeStructureCode

public java.lang.String getTreeStructureCode()
Specified by:
getTreeStructureCode in interface FndTsDataSourceRelVORow

setTreeStructureCode

public void setTreeStructureCode(java.lang.String value)
Specified by:
setTreeStructureCode in interface FndTsDataSourceRelVORow

getParentDataSourceId

public java.lang.String getParentDataSourceId()
Specified by:
getParentDataSourceId in interface FndTsDataSourceRelVORow

setParentDataSourceId

public void setParentDataSourceId(java.lang.String value)
Specified by:
setParentDataSourceId in interface FndTsDataSourceRelVORow

getChildDataSourceId

public java.lang.String getChildDataSourceId()
Specified by:
getChildDataSourceId in interface FndTsDataSourceRelVORow

setChildDataSourceId

public void setChildDataSourceId(java.lang.String value)
Specified by:
setChildDataSourceId in interface FndTsDataSourceRelVORow

getViewLinkAccessorName

public java.lang.String getViewLinkAccessorName()
Specified by:
getViewLinkAccessorName in interface FndTsDataSourceRelVORow

setViewLinkAccessorName

public void setViewLinkAccessorName(java.lang.String value)
Specified by:
setViewLinkAccessorName in interface FndTsDataSourceRelVORow

getAllowRangeBasedChild

public java.lang.String getAllowRangeBasedChild()
Specified by:
getAllowRangeBasedChild in interface FndTsDataSourceRelVORow

setAllowRangeBasedChild

public void setAllowRangeBasedChild(java.lang.String value)
Specified by:
setAllowRangeBasedChild in interface FndTsDataSourceRelVORow

getCreatedBy

public java.lang.String getCreatedBy()
Specified by:
getCreatedBy in interface FndTsDataSourceRelVORow

getCreationDate

public java.sql.Timestamp getCreationDate()
Specified by:
getCreationDate in interface FndTsDataSourceRelVORow

getLastUpdatedBy

public java.lang.String getLastUpdatedBy()
Specified by:
getLastUpdatedBy in interface FndTsDataSourceRelVORow

getLastUpdateDate

public java.sql.Timestamp getLastUpdateDate()
Specified by:
getLastUpdateDate in interface FndTsDataSourceRelVORow

getLastUpdateLogin

public java.lang.String getLastUpdateLogin()
Specified by:
getLastUpdateLogin in interface FndTsDataSourceRelVORow

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.