|
| Portal |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
java.lang.Object | +--com.sas.webapp.contextsharing.RequestActionMenuData
This class represents the data that is stored/retrieved for the PFS_REQUEST_ACTIONMENU array of data.
| 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 |
public RequestActionMenuData()
public RequestActionMenuData(String url,
String label,
String uniqueLabel)
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 |
public String getUrl()
public void setUrl(String url)
url - The url to set.public String getLabel()
public void setLabel(String label)
label - The label to set.public String getUniqueLabel()
public void setUniqueLabel(String uniqueLabel)
uniqueLabel - The inique label.
|
| Portal |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||