|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.sys.document.web.AccountingLineViewAction
public class AccountingLineViewAction
A class that represents an action that can be taken on an accounting line.
| Constructor Summary | |
|---|---|
AccountingLineViewAction(String actionMethod,
String actionLabel,
String imageName)
|
|
| Method Summary | |
|---|---|
String |
getActionLabel()
Gets the actionLabel attribute. |
String |
getActionMethod()
Gets the actionMethod attribute. |
String |
getImageName()
Gets the imageName attribute. |
void |
setActionLabel(String actionLabel)
Sets the actionLabel attribute value. |
void |
setActionMethod(String actionMethod)
Sets the actionMethod attribute value. |
void |
setImageName(String imageName)
Sets the imageName attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountingLineViewAction(String actionMethod,
String actionLabel,
String imageName)
| Method Detail |
|---|
public String getActionLabel()
public void setActionLabel(String actionLabel)
actionLabel - The actionLabel to set.public String getActionMethod()
public void setActionMethod(String actionMethod)
actionMethod - The actionMethod to set.public String getImageName()
public void setImageName(String imageName)
imageName - The imageName to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||