public class AccountingLineViewAction extends Object
| Constructor and Description |
|---|
AccountingLineViewAction(String actionMethod,
String actionLabel,
String imageName) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public AccountingLineViewAction(String actionMethod, String actionLabel, String imageName)
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.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.