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

E22562-01

oracle.apps.fnd.applcore.dt.customization.valuesets
Class ProductCustLayerValueImpl

java.lang.Object
  extended by oracle.mds.dt.cust.CustomizationLayerValue
      extended by oracle.apps.fnd.applcore.dt.customization.valuesets.ProductCustLayerValueImpl

public class ProductCustLayerValueImpl
extends oracle.mds.dt.cust.CustomizationLayerValue

Product Layer value implementation.

Since:
drop6
Author:
Gordon Hooker <gordon.hooker@oracle.com>

Constructor Summary
ProductCustLayerValueImpl(java.lang.String name, java.lang.String value)
          Public Constructor.
 
Method Summary
 java.lang.String getDisplayName()
          Getter for the display name.
 java.lang.String getSuggestedLayerValueIdPrefix()
          Implement the new getSuggestedLayerValueIdPrefix method.
 java.lang.String getValue()
          Getter for the display value.
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProductCustLayerValueImpl

public ProductCustLayerValueImpl(java.lang.String name,
                                 java.lang.String value)
Public Constructor.

Parameters:
name -
value -
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Getter for the display name.

Specified by:
getDisplayName in class oracle.mds.dt.cust.CustomizationLayerValue
Returns:
String

getValue

public java.lang.String getValue()
Getter for the display value.

Specified by:
getValue in class oracle.mds.dt.cust.CustomizationLayerValue
Returns:
String

toString

public java.lang.String toString()

Specified by:
toString in class oracle.mds.dt.cust.CustomizationLayerValue

getSuggestedLayerValueIdPrefix

public java.lang.String getSuggestedLayerValueIdPrefix()
Implement the new getSuggestedLayerValueIdPrefix method.

Overrides:
getSuggestedLayerValueIdPrefix in class oracle.mds.dt.cust.CustomizationLayerValue
Returns:
String

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.