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

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

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BudgetConstructionSalaryTotal()
          Default constructor.
 
Method Summary
 org.kuali.rice.kns.util.KualiInteger getAppointmentRequestedAmount()
          Gets the appointmentRequestedAmount attribute.
 BigDecimal getAppointmentRequestedFteQuantity()
          Gets the appointmentRequestedFteQuantity attribute.
 org.kuali.rice.kns.util.KualiInteger getCsfAmount()
          Gets the csfAmount attribute.
 org.kuali.rice.kns.util.KualiInteger getInitialRequestedAmount()
          Gets the initialRequestedAmount attribute.
 BigDecimal getInitialRequestedFteQuantity()
          Gets the initialRequestedFteQuantity attribute.
 Organization getOrganization()
          Gets the organization attribute.
 Chart getOrganizationChartOfAccounts()
          Gets the organizationChartOfAccounts attribute.
 String getOrganizationChartOfAccountsCode()
          Gets the organizationChartOfAccountsCode attribute.
 String getOrganizationCode()
          Gets the organizationCode attribute.
 String getPrincipalId()
          Gets the principalId attribute.
 void setAppointmentRequestedAmount(org.kuali.rice.kns.util.KualiInteger appointmentRequestedAmount)
          Sets the appointmentRequestedAmount attribute value.
 void setAppointmentRequestedFteQuantity(BigDecimal appointmentRequestedFteQuantity)
          Sets the appointmentRequestedFteQuantity attribute.
 void setCsfAmount(org.kuali.rice.kns.util.KualiInteger csfAmount)
          Sets the csfAmount attribute value.
 void setInitialRequestedAmount(org.kuali.rice.kns.util.KualiInteger initialRequestedAmount)
          Sets the initialRequestedAmount attribute value.
 void setInitialRequestedFteQuantity(BigDecimal initialRequestedFteQuantity)
          Sets the initialRequestedFteQuantity attribute.
 void setOrganization(Organization organization)
          Deprecated.  
 void setOrganizationChartOfAccounts(Chart organizationChartOfAccounts)
          Deprecated.  
 void setOrganizationChartOfAccountsCode(String organizationChartOfAccountsCode)
          Sets the organizationChartOfAccountsCode attribute.
 void setOrganizationCode(String organizationCode)
          Sets the organizationCode attribute.
 void setPrincipalId(String principalId)
          Sets the principalId attribute value.
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

BudgetConstructionSalaryTotal

public BudgetConstructionSalaryTotal()
Default constructor.

Method Detail

getOrganizationChartOfAccountsCode

public String getOrganizationChartOfAccountsCode()
Gets the organizationChartOfAccountsCode attribute.

Returns:
Returns the organizationChartOfAccountsCode

setOrganizationChartOfAccountsCode

public void setOrganizationChartOfAccountsCode(String organizationChartOfAccountsCode)
Sets the organizationChartOfAccountsCode attribute.

Parameters:
organizationChartOfAccountsCode - The organizationChartOfAccountsCode to set.

getOrganizationCode

public String getOrganizationCode()
Gets the organizationCode attribute.

Returns:
Returns the organizationCode

setOrganizationCode

public void setOrganizationCode(String organizationCode)
Sets the organizationCode attribute.

Parameters:
organizationCode - The organizationCode to set.

getCsfAmount

public org.kuali.rice.kns.util.KualiInteger getCsfAmount()
Gets the csfAmount attribute.

Returns:
Returns the csfAmount.

setCsfAmount

public void setCsfAmount(org.kuali.rice.kns.util.KualiInteger csfAmount)
Sets the csfAmount attribute value.

Parameters:
csfAmount - The csfAmount to set.

getAppointmentRequestedAmount

public org.kuali.rice.kns.util.KualiInteger getAppointmentRequestedAmount()
Gets the appointmentRequestedAmount attribute.

Returns:
Returns the appointmentRequestedAmount.

setAppointmentRequestedAmount

public void setAppointmentRequestedAmount(org.kuali.rice.kns.util.KualiInteger appointmentRequestedAmount)
Sets the appointmentRequestedAmount attribute value.

Parameters:
appointmentRequestedAmount - The appointmentRequestedAmount to set.

getAppointmentRequestedFteQuantity

public BigDecimal getAppointmentRequestedFteQuantity()
Gets the appointmentRequestedFteQuantity attribute.

Returns:
Returns the appointmentRequestedFteQuantity

setAppointmentRequestedFteQuantity

public void setAppointmentRequestedFteQuantity(BigDecimal appointmentRequestedFteQuantity)
Sets the appointmentRequestedFteQuantity attribute.

Parameters:
appointmentRequestedFteQuantity - The appointmentRequestedFteQuantity to set.

getInitialRequestedAmount

public org.kuali.rice.kns.util.KualiInteger getInitialRequestedAmount()
Gets the initialRequestedAmount attribute.

Returns:
Returns the initialRequestedAmount.

setInitialRequestedAmount

public void setInitialRequestedAmount(org.kuali.rice.kns.util.KualiInteger initialRequestedAmount)
Sets the initialRequestedAmount attribute value.

Parameters:
initialRequestedAmount - The initialRequestedAmount to set.

getInitialRequestedFteQuantity

public BigDecimal getInitialRequestedFteQuantity()
Gets the initialRequestedFteQuantity attribute.

Returns:
Returns the initialRequestedFteQuantity

setInitialRequestedFteQuantity

public void setInitialRequestedFteQuantity(BigDecimal initialRequestedFteQuantity)
Sets the initialRequestedFteQuantity attribute.

Parameters:
initialRequestedFteQuantity - The initialRequestedFteQuantity to set.

getPrincipalId

public String getPrincipalId()
Gets the principalId attribute.

Returns:
Returns the principalId.

setPrincipalId

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

Parameters:
principalId - The principalId to set.

getOrganizationChartOfAccounts

public Chart getOrganizationChartOfAccounts()
Gets the organizationChartOfAccounts attribute.

Returns:
Returns the organizationChartOfAccounts

setOrganizationChartOfAccounts

public void setOrganizationChartOfAccounts(Chart organizationChartOfAccounts)
Deprecated. 

Sets the organizationChartOfAccounts attribute.

Parameters:
organizationChartOfAccounts - The organizationChartOfAccounts to set.

getOrganization

public Organization getOrganization()
Gets the organization attribute.

Returns:
Returns the organization

setOrganization

public void setOrganization(Organization organization)
Deprecated. 

Sets the organization attribute.

Parameters:
organization - The organization 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.