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

E22562-03

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

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

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

Site Layer value implementation.

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

Constructor Summary
SiteCustLayerValueImpl(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

SiteCustLayerValueImpl

public SiteCustLayerValueImpl(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.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.