org.kuali.kfs.gl.businessobject
Class PendingBalancesMove

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.gl.businessobject.PendingBalancesMove
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class PendingBalancesMove
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This class represents a pending balances move

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
PendingBalancesMove()
          Default constructor.
 
Method Summary
 org.kuali.rice.kns.util.KualiDecimal getAppropriationActual()
          Gets the appropriationActual attribute.
 org.kuali.rice.kns.util.KualiDecimal getAppropriationBudget()
          Gets the appropriationBudget attribute.
 org.kuali.rice.kns.util.KualiDecimal getAppropriationEncumbrance()
          Gets the appropriationEncumbrance attribute.
 org.kuali.rice.kns.util.KualiDecimal getPendingActual()
          Gets the pendingActual attribute.
 org.kuali.rice.kns.util.KualiDecimal getPendingBudget()
          Gets the pendingBudget attribute.
 org.kuali.rice.kns.util.KualiDecimal getPendingEncumbrance()
          Gets the pendingEncumbrance attribute.
 String getPrincipalId()
          Gets the principalId attribute.
 void setAppropriationActual(org.kuali.rice.kns.util.KualiDecimal appropriationActual)
          Sets the appropriationActual attribute.
 void setAppropriationBudget(org.kuali.rice.kns.util.KualiDecimal appropriationBudget)
          Sets the appropriationBudget attribute.
 void setAppropriationEncumbrance(org.kuali.rice.kns.util.KualiDecimal appropriationEncumbrance)
          Sets the appropriationEncumbrance attribute.
 void setPendingActual(org.kuali.rice.kns.util.KualiDecimal pendingActual)
          Sets the pendingActual attribute.
 void setPendingBudget(org.kuali.rice.kns.util.KualiDecimal pendingBudget)
          Sets the pendingBudget attribute.
 void setPendingEncumbrance(org.kuali.rice.kns.util.KualiDecimal pendingEncumbrance)
          Sets the pendingEncumbrance attribute.
 void setPrincipalId(String principalId)
          Sets the principalId attribute.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

PendingBalancesMove

public PendingBalancesMove()
Default constructor.

Method Detail

getPrincipalId

public String getPrincipalId()
Gets the principalId attribute.

Returns:
Returns the principalId

setPrincipalId

public void setPrincipalId(String principalId)
Sets the principalId attribute.

Parameters:
principalId - The principalId to set.

getAppropriationBudget

public org.kuali.rice.kns.util.KualiDecimal getAppropriationBudget()
Gets the appropriationBudget attribute.

Returns:
Returns the appropriationBudget

setAppropriationBudget

public void setAppropriationBudget(org.kuali.rice.kns.util.KualiDecimal appropriationBudget)
Sets the appropriationBudget attribute.

Parameters:
appropriationBudget - The appropriationBudget to set.

getAppropriationActual

public org.kuali.rice.kns.util.KualiDecimal getAppropriationActual()
Gets the appropriationActual attribute.

Returns:
Returns the appropriationActual

setAppropriationActual

public void setAppropriationActual(org.kuali.rice.kns.util.KualiDecimal appropriationActual)
Sets the appropriationActual attribute.

Parameters:
appropriationActual - The appropriationActual to set.

getAppropriationEncumbrance

public org.kuali.rice.kns.util.KualiDecimal getAppropriationEncumbrance()
Gets the appropriationEncumbrance attribute.

Returns:
Returns the appropriationEncumbrance

setAppropriationEncumbrance

public void setAppropriationEncumbrance(org.kuali.rice.kns.util.KualiDecimal appropriationEncumbrance)
Sets the appropriationEncumbrance attribute.

Parameters:
appropriationEncumbrance - The appropriationEncumbrance to set.

getPendingBudget

public org.kuali.rice.kns.util.KualiDecimal getPendingBudget()
Gets the pendingBudget attribute.

Returns:
Returns the pendingBudget

setPendingBudget

public void setPendingBudget(org.kuali.rice.kns.util.KualiDecimal pendingBudget)
Sets the pendingBudget attribute.

Parameters:
pendingBudget - The pendingBudget to set.

getPendingActual

public org.kuali.rice.kns.util.KualiDecimal getPendingActual()
Gets the pendingActual attribute.

Returns:
Returns the pendingActual

setPendingActual

public void setPendingActual(org.kuali.rice.kns.util.KualiDecimal pendingActual)
Sets the pendingActual attribute.

Parameters:
pendingActual - The pendingActual to set.

getPendingEncumbrance

public org.kuali.rice.kns.util.KualiDecimal getPendingEncumbrance()
Gets the pendingEncumbrance attribute.

Returns:
Returns the pendingEncumbrance

setPendingEncumbrance

public void setPendingEncumbrance(org.kuali.rice.kns.util.KualiDecimal pendingEncumbrance)
Sets the pendingEncumbrance attribute.

Parameters:
pendingEncumbrance - The pendingEncumbrance to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


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