***  This class is subject to change   ***

com.sas.webapp.contextsharing
Class RequestActionMenuData

java.lang.Object
  |
  +--com.sas.webapp.contextsharing.RequestActionMenuData
All Implemented Interfaces:

public class RequestActionMenuData
extends Object
implements java.io.Serializable

This class represents the data that is stored/retrieved for the PFS_REQUEST_ACTIONMENU array of data.

Since:
07NOV2002
See Also:
Serialized Form

Constructor Summary
RequestActionMenuData()
          Constructs the object with null data.
RequestActionMenuData(String url, String label, String uniqueLabel)
          Constructs the object with all data.
 
Method Summary
 String getLabel()
          Gets the label.
 String getUniqueLabel()
          Gets the unique label.
 String getUrl()
          Gets the url.
 void setLabel(String label)
          Set the label.
 void setUniqueLabel(String uniqueLabel)
          Sets the unique label.
 void setUrl(String url)
          Sets the url.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestActionMenuData

public RequestActionMenuData()
Constructs the object with null data.

RequestActionMenuData

public RequestActionMenuData(String url,
                             String label,
                             String uniqueLabel)
Constructs the object with all data.
Parameters:
url - The url for this action menu item.
label - The user displayed labrl for this menu item. This string should be internationalized.
uniqueLabel - The unique label for this action menu item. This string should not be internationalized since it is used programatically to identify what this action menu item is.
Method Detail

getUrl

public String getUrl()
Gets the url.
Returns:
The url.

setUrl

public void setUrl(String url)
Sets the url.
Parameters:
url - The url to set.

getLabel

public String getLabel()
Gets the label. This should be an internationalized string.
Returns:
The label.

setLabel

public void setLabel(String label)
Set the label. This should be an internationalized string.
Parameters:
label - The label to set.

getUniqueLabel

public String getUniqueLabel()
Gets the unique label. This string should not be internationalized.
Returns:
The unique label

setUniqueLabel

public void setUniqueLabel(String uniqueLabel)
Sets the unique label. This string should not be internationalized.
Parameters:
uniqueLabel - The inique label.

***  This class is subject to change   ***




Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:05:13