org.kuali.kfs.module.bc.businessobject
Class BudgetConstructionAuthorizationStatus

java.lang.Object
  extended by org.kuali.kfs.module.bc.businessobject.BudgetConstructionAuthorizationStatus
All Implemented Interfaces:
Serializable

public class BudgetConstructionAuthorizationStatus
extends Object
implements Serializable

Holds document action and edit mode Maps for session storage

See Also:
Serialized Form

Constructor Summary
BudgetConstructionAuthorizationStatus()
          Default Constructor
 
Method Summary
 Map<String,String> getDocumentActions()
          Gets the documentActions attribute.
 Map<String,String> getEditingMode()
          Gets the editingMode attribute.
 void setDocumentActions(Map<String,String> documentActions)
          Sets the documentActions attribute value.
 void setEditingMode(Map<String,String> editingMode)
          Sets the editingMode attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BudgetConstructionAuthorizationStatus

public BudgetConstructionAuthorizationStatus()
Default Constructor

Method Detail

getEditingMode

public Map<String,String> getEditingMode()
Gets the editingMode attribute.

Returns:
Returns the editingMode.

setEditingMode

public void setEditingMode(Map<String,String> editingMode)
Sets the editingMode attribute value.

Parameters:
editingMode - The editingMode to set.

getDocumentActions

public Map<String,String> getDocumentActions()
Gets the documentActions attribute.

Returns:
Returns the documentActions.

setDocumentActions

public void setDocumentActions(Map<String,String> documentActions)
Sets the documentActions attribute value.

Parameters:
documentActions - The documentActions to set.


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