com.sap.netweaver.bc.uwl
Class GroupAction.Alternative
java.lang.Object
com.sap.netweaver.bc.uwl.GroupAction.Alternative
- Enclosing class:
- GroupAction
- public static class GroupAction.Alternative
- extends Object
Each alternative contains a key and a title which is to be displayed.
end user. GroupAction should contain atleast one alternative otherwise it is
an invalid Action.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupAction.Alternative
public GroupAction.Alternative(String keey,
String tittle)
getKey
public String getKey()
- Returns:
- not null
getTitle
public String getTitle()
- Returns:
- could be null/empty
isNoteMandatory
public boolean isNoteMandatory()
- Returns:
- flag indicating if the note is mandatory for this alternative
setKey
public void setKey(String string)
- Parameters:
string - shouldnt be empty or null
setTitle
public void setTitle(String string)
- Parameters:
string - shouldnt be empty or null
setNoteMandatory
public void setNoteMandatory(boolean mand)
- Parameters:
mand - a flag indicating if the user note should be mandatory for this alternative
Copyright 2006 SAP AG Complete Copyright Notice