com.sap.netweaver.bc.uwl

Class GroupAction.Alternative

java.lang.Object
  extended bycom.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.


Constructor Summary
GroupAction.Alternative(String keey, String tittle)
           
 
Method Summary
 String getKey()
           
 String getTitle()
           
 boolean isNoteMandatory()
           
 void setKey(String string)
           
 void setNoteMandatory(boolean mand)
           
 void setTitle(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupAction.Alternative

public GroupAction.Alternative(String keey,
                               String tittle)
Method Detail

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