org.kuali.kfs.sys.document.web
Class AccountingLineViewAction

java.lang.Object
  extended by org.kuali.kfs.sys.document.web.AccountingLineViewAction

public class AccountingLineViewAction
extends Object

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

AccountingLineViewAction

public AccountingLineViewAction(String actionMethod,
                                String actionLabel,
                                String imageName)
Method Detail

getActionLabel

public String getActionLabel()
Gets the actionLabel attribute.

Returns:
Returns the actionLabel.

setActionLabel

public void setActionLabel(String actionLabel)
Sets the actionLabel attribute value.

Parameters:
actionLabel - The actionLabel to set.

getActionMethod

public String getActionMethod()
Gets the actionMethod attribute.

Returns:
Returns the actionMethod.

setActionMethod

public void setActionMethod(String actionMethod)
Sets the actionMethod attribute value.

Parameters:
actionMethod - The actionMethod to set.

getImageName

public String getImageName()
Gets the imageName attribute.

Returns:
Returns the imageName.

setImageName

public void setImageName(String imageName)
Sets the imageName attribute value.

Parameters:
imageName - The imageName to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.