Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.socialnetwork.model.datacontrol
Class SocialNetworkEnabledItem

java.lang.Object
  extended by oracle.apps.fnd.applcore.socialnetwork.model.datacontrol.SocialNetworkEnabledItem

public class SocialNetworkEnabledItem
extends java.lang.Object

A label-value pair that can be used for providing tranlsated items for whether an item is disabled/automatic/manual enablement.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/SocialNetwork/Model/src/oracle/apps/fnd/applcore/socialnetwork/model/datacontrol/SocialNetworkEnabledItem.java /st_atgpf_pt-11.1.1.7.0/1 2012/07/30 22:26:39 pacross Exp $

Constructor Summary
SocialNetworkEnabledItem()
          Default constructor.
SocialNetworkEnabledItem(java.lang.String label, java.lang.String value)
          Constructor which also set the label/value.
 
Method Summary
 java.lang.String getItemLabel()
          Gets the label of the enabled item.
 java.lang.String getItemValue()
          Gets the value of the enabled item.
 void setItemLabel(java.lang.String label)
          Sets the label of the enabled item.
 void setItemValue(java.lang.String value)
          Sets the value of the enabled item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialNetworkEnabledItem

public SocialNetworkEnabledItem()
Default constructor.


SocialNetworkEnabledItem

public SocialNetworkEnabledItem(java.lang.String label,
                                java.lang.String value)
Constructor which also set the label/value.

Parameters:
label - the label of the enabled item.
value - the value of the enabled item.
Method Detail

setItemLabel

public void setItemLabel(java.lang.String label)
Sets the label of the enabled item.

Parameters:
label - label text.

getItemLabel

public java.lang.String getItemLabel()
Gets the label of the enabled item.

Returns:
label text.

setItemValue

public void setItemValue(java.lang.String value)
Sets the value of the enabled item.

Parameters:
value - item value.

getItemValue

public java.lang.String getItemValue()
Gets the value of the enabled item.

Returns:
item value.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.