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

E22562-02

oracle.apps.fnd.applcore.dt.patterns.metadata.creator.masterdetail
Class MasterDetailComboOption

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.patterns.metadata.creator.masterdetail.MasterDetailComboOption

public class MasterDetailComboOption
extends java.lang.Object

Combo Option for applicationsMasterDetail wizard.

Author:
David Groves <david.groves@oracle.com>

Constructor Summary
MasterDetailComboOption(java.lang.String translatedValue, ApplicationsMasterDetailWizardModel.MasterDetailType masterType, ApplicationsMasterDetailWizardModel.MasterDetailType detailType)
          Construct the option.
MasterDetailComboOption(java.lang.String translatedValue, ApplicationsMasterDetailWizardModel.MasterDetailType masterType, ApplicationsMasterDetailWizardModel.MasterDetailType detailType, ApplicationsMasterDetailWizardModel.MasterDetailMultiType detailMultiType)
          Construct the option.
 
Method Summary
 ApplicationsMasterDetailWizardModel.MasterDetailMultiType getDetailMultiType()
          Get the detail additional type.
 ApplicationsMasterDetailWizardModel.MasterDetailType getDetailType()
          Get the detail type.
 ApplicationsMasterDetailWizardModel.MasterDetailType getMasterType()
          Get the master type.
 java.lang.String getTranslatedValue()
          Get the translated value.
 java.lang.String toString()
          Ober-ride toString to show _translatedValue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MasterDetailComboOption

public MasterDetailComboOption(java.lang.String translatedValue,
                               ApplicationsMasterDetailWizardModel.MasterDetailType masterType,
                               ApplicationsMasterDetailWizardModel.MasterDetailType detailType)
Construct the option.

Parameters:
translatedValue - tl value to show user.
masterType - master type.
detailType - detail type.

MasterDetailComboOption

public MasterDetailComboOption(java.lang.String translatedValue,
                               ApplicationsMasterDetailWizardModel.MasterDetailType masterType,
                               ApplicationsMasterDetailWizardModel.MasterDetailType detailType,
                               ApplicationsMasterDetailWizardModel.MasterDetailMultiType detailMultiType)
Construct the option.

Parameters:
translatedValue - tl value to show user.
masterType - master type.
detailType - detail type.
detailMultiType - sub-type for detail option.
Method Detail

getTranslatedValue

public java.lang.String getTranslatedValue()
Get the translated value.

Returns:
translated value.

getMasterType

public ApplicationsMasterDetailWizardModel.MasterDetailType getMasterType()
Get the master type.

Returns:
master type.

getDetailType

public ApplicationsMasterDetailWizardModel.MasterDetailType getDetailType()
Get the detail type.

Returns:
Get the detail type.

getDetailMultiType

public ApplicationsMasterDetailWizardModel.MasterDetailMultiType getDetailMultiType()
Get the detail additional type.

Returns:
detail additional type.

toString

public java.lang.String toString()
Ober-ride toString to show _translatedValue.

Overrides:
toString in class java.lang.Object
Returns:
translated value.

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.