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

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.BudgetConstructionAppointmentFundingLoad
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class BudgetConstructionAppointmentFundingLoad
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
BudgetConstructionAppointmentFundingLoad()
          Default constructor.
 
Method Summary
 Account getAccount()
          Gets the account attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 String getAppointmentFundingDeleteCode()
          Gets the appointmentFundingDeleteCode attribute.
 String getAppointmentFundingDurationCode()
          Gets the appointmentFundingDurationCode attribute.
 Integer getAppointmentFundingMonth()
          Gets the appointmentFundingMonth attribute.
 org.kuali.rice.kns.util.KualiInteger getAppointmentRequestedAmount()
          Gets the appointmentRequestedAmount attribute.
 org.kuali.rice.kns.util.KualiInteger getAppointmentRequestedCsfAmount()
          Gets the appointmentRequestedCsfAmount attribute.
 BigDecimal getAppointmentRequestedCsfFteQuantity()
          Gets the appointmentRequestedCsfFteQuantity attribute.
 BigDecimal getAppointmentRequestedCsfTimePercent()
          Gets the appointmentRequestedCsfTimePercent attribute.
 BigDecimal getAppointmentRequestedFteQuantity()
          Gets the appointmentRequestedFteQuantity attribute.
 BigDecimal getAppointmentRequestedPayRate()
          Gets the appointmentRequestedPayRate attribute.
 BigDecimal getAppointmentRequestedTimePercent()
          Gets the appointmentRequestedTimePercent attribute.
 org.kuali.rice.kns.util.KualiInteger getAppointmentTotalIntendedAmount()
          Gets the appointmentTotalIntendedAmount attribute.
 BigDecimal getAppointmentTotalIntendedFteQuantity()
          Gets the appointmentTotalIntendedFteQuantity attribute.
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 String getEmplid()
          Gets the emplid attribute.
 ObjectCode getFinancialObject()
          Gets the financialObject attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 String getFinancialSubObjectCode()
          Gets the financialSubObjectCode attribute.
 String getPositionNumber()
          Gets the positionNumber attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 void setAccount(Account account)
          Deprecated.  
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setAppointmentFundingDeleteCode(String appointmentFundingDeleteCode)
          Sets the appointmentFundingDeleteCode attribute.
 void setAppointmentFundingDurationCode(String appointmentFundingDurationCode)
          Sets the appointmentFundingDurationCode attribute.
 void setAppointmentFundingMonth(Integer appointmentFundingMonth)
          Sets the appointmentFundingMonth attribute.
 void setAppointmentRequestedAmount(org.kuali.rice.kns.util.KualiInteger appointmentRequestedAmount)
          Sets the appointmentRequestedAmount attribute value.
 void setAppointmentRequestedCsfAmount(org.kuali.rice.kns.util.KualiInteger appointmentRequestedCsfAmount)
          Sets the appointmentRequestedCsfAmount attribute value.
 void setAppointmentRequestedCsfFteQuantity(BigDecimal appointmentRequestedCsfFteQuantity)
          Sets the appointmentRequestedCsfFteQuantity attribute.
 void setAppointmentRequestedCsfTimePercent(BigDecimal appointmentRequestedCsfTimePercent)
          Sets the appointmentRequestedCsfTimePercent attribute.
 void setAppointmentRequestedFteQuantity(BigDecimal appointmentRequestedFteQuantity)
          Sets the appointmentRequestedFteQuantity attribute.
 void setAppointmentRequestedPayRate(BigDecimal appointmentRequestedPayRate)
          Sets the appointmentRequestedPayRate attribute.
 void setAppointmentRequestedTimePercent(BigDecimal appointmentRequestedTimePercent)
          Sets the appointmentRequestedTimePercent attribute.
 void setAppointmentTotalIntendedAmount(org.kuali.rice.kns.util.KualiInteger appointmentTotalIntendedAmount)
          Sets the appointmentTotalIntendedAmount attribute value.
 void setAppointmentTotalIntendedFteQuantity(BigDecimal appointmentTotalIntendedFteQuantity)
          Sets the appointmentTotalIntendedFteQuantity attribute.
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setEmplid(String emplid)
          Sets the emplid attribute.
 void setFinancialObject(ObjectCode financialObject)
          Deprecated.  
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute.
 void setFinancialSubObjectCode(String financialSubObjectCode)
          Sets the financialSubObjectCode attribute.
 void setPositionNumber(String positionNumber)
          Sets the positionNumber attribute.
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear 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

BudgetConstructionAppointmentFundingLoad

public BudgetConstructionAppointmentFundingLoad()
Default constructor.

Method Detail

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute.

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute.

Parameters:
accountNumber - The accountNumber to set.

getSubAccountNumber

public String getSubAccountNumber()
Gets the subAccountNumber attribute.

Returns:
Returns the subAccountNumber

setSubAccountNumber

public void setSubAccountNumber(String subAccountNumber)
Sets the subAccountNumber attribute.

Parameters:
subAccountNumber - The subAccountNumber to set.

getFinancialObjectCode

public String getFinancialObjectCode()
Gets the financialObjectCode attribute.

Returns:
Returns the financialObjectCode

setFinancialObjectCode

public void setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute.

Parameters:
financialObjectCode - The financialObjectCode to set.

getFinancialSubObjectCode

public String getFinancialSubObjectCode()
Gets the financialSubObjectCode attribute.

Returns:
Returns the financialSubObjectCode

setFinancialSubObjectCode

public void setFinancialSubObjectCode(String financialSubObjectCode)
Sets the financialSubObjectCode attribute.

Parameters:
financialSubObjectCode - The financialSubObjectCode to set.

getPositionNumber

public String getPositionNumber()
Gets the positionNumber attribute.

Returns:
Returns the positionNumber

setPositionNumber

public void setPositionNumber(String positionNumber)
Sets the positionNumber attribute.

Parameters:
positionNumber - The positionNumber to set.

getEmplid

public String getEmplid()
Gets the emplid attribute.

Returns:
Returns the emplid

setEmplid

public void setEmplid(String emplid)
Sets the emplid attribute.

Parameters:
emplid - The emplid to set.

getAppointmentFundingDurationCode

public String getAppointmentFundingDurationCode()
Gets the appointmentFundingDurationCode attribute.

Returns:
Returns the appointmentFundingDurationCode

setAppointmentFundingDurationCode

public void setAppointmentFundingDurationCode(String appointmentFundingDurationCode)
Sets the appointmentFundingDurationCode attribute.

Parameters:
appointmentFundingDurationCode - The appointmentFundingDurationCode to set.

getAppointmentRequestedCsfAmount

public org.kuali.rice.kns.util.KualiInteger getAppointmentRequestedCsfAmount()
Gets the appointmentRequestedCsfAmount attribute.

Returns:
Returns the appointmentRequestedCsfAmount.

setAppointmentRequestedCsfAmount

public void setAppointmentRequestedCsfAmount(org.kuali.rice.kns.util.KualiInteger appointmentRequestedCsfAmount)
Sets the appointmentRequestedCsfAmount attribute value.

Parameters:
appointmentRequestedCsfAmount - The appointmentRequestedCsfAmount to set.

getAppointmentRequestedCsfFteQuantity

public BigDecimal getAppointmentRequestedCsfFteQuantity()
Gets the appointmentRequestedCsfFteQuantity attribute.

Returns:
Returns the appointmentRequestedCsfFteQuantity

setAppointmentRequestedCsfFteQuantity

public void setAppointmentRequestedCsfFteQuantity(BigDecimal appointmentRequestedCsfFteQuantity)
Sets the appointmentRequestedCsfFteQuantity attribute.

Parameters:
appointmentRequestedCsfFteQuantity - The appointmentRequestedCsfFteQuantity to set.

getAppointmentRequestedCsfTimePercent

public BigDecimal getAppointmentRequestedCsfTimePercent()
Gets the appointmentRequestedCsfTimePercent attribute.

Returns:
Returns the appointmentRequestedCsfTimePercent

setAppointmentRequestedCsfTimePercent

public void setAppointmentRequestedCsfTimePercent(BigDecimal appointmentRequestedCsfTimePercent)
Sets the appointmentRequestedCsfTimePercent attribute.

Parameters:
appointmentRequestedCsfTimePercent - The appointmentRequestedCsfTimePercent to set.

getAppointmentTotalIntendedAmount

public org.kuali.rice.kns.util.KualiInteger getAppointmentTotalIntendedAmount()
Gets the appointmentTotalIntendedAmount attribute.

Returns:
Returns the appointmentTotalIntendedAmount.

setAppointmentTotalIntendedAmount

public void setAppointmentTotalIntendedAmount(org.kuali.rice.kns.util.KualiInteger appointmentTotalIntendedAmount)
Sets the appointmentTotalIntendedAmount attribute value.

Parameters:
appointmentTotalIntendedAmount - The appointmentTotalIntendedAmount to set.

getAppointmentTotalIntendedFteQuantity

public BigDecimal getAppointmentTotalIntendedFteQuantity()
Gets the appointmentTotalIntendedFteQuantity attribute.

Returns:
Returns the appointmentTotalIntendedFteQuantity

setAppointmentTotalIntendedFteQuantity

public void setAppointmentTotalIntendedFteQuantity(BigDecimal appointmentTotalIntendedFteQuantity)
Sets the appointmentTotalIntendedFteQuantity attribute.

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

getAppointmentRequestedTimePercent

public BigDecimal getAppointmentRequestedTimePercent()
Gets the appointmentRequestedTimePercent attribute.

Returns:
Returns the appointmentRequestedTimePercent

setAppointmentRequestedTimePercent

public void setAppointmentRequestedTimePercent(BigDecimal appointmentRequestedTimePercent)
Sets the appointmentRequestedTimePercent attribute.

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

getAppointmentRequestedPayRate

public BigDecimal getAppointmentRequestedPayRate()
Gets the appointmentRequestedPayRate attribute.

Returns:
Returns the appointmentRequestedPayRate

setAppointmentRequestedPayRate

public void setAppointmentRequestedPayRate(BigDecimal appointmentRequestedPayRate)
Sets the appointmentRequestedPayRate attribute.

Parameters:
appointmentRequestedPayRate - The appointmentRequestedPayRate to set.

getAppointmentFundingDeleteCode

public String getAppointmentFundingDeleteCode()
Gets the appointmentFundingDeleteCode attribute.

Returns:
Returns the appointmentFundingDeleteCode

setAppointmentFundingDeleteCode

public void setAppointmentFundingDeleteCode(String appointmentFundingDeleteCode)
Sets the appointmentFundingDeleteCode attribute.

Parameters:
appointmentFundingDeleteCode - The appointmentFundingDeleteCode to set.

getAppointmentFundingMonth

public Integer getAppointmentFundingMonth()
Gets the appointmentFundingMonth attribute.

Returns:
Returns the appointmentFundingMonth

setAppointmentFundingMonth

public void setAppointmentFundingMonth(Integer appointmentFundingMonth)
Sets the appointmentFundingMonth attribute.

Parameters:
appointmentFundingMonth - The appointmentFundingMonth to set.

getFinancialObject

public ObjectCode getFinancialObject()
Gets the financialObject attribute.

Returns:
Returns the financialObject

setFinancialObject

public void setFinancialObject(ObjectCode financialObject)
Deprecated. 

Sets the financialObject attribute.

Parameters:
financialObject - The financialObject to set.

getChartOfAccounts

public Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Deprecated. 

Sets the chartOfAccounts attribute.

Parameters:
chartOfAccounts - The chartOfAccounts to set.

getAccount

public Account getAccount()
Gets the account attribute.

Returns:
Returns the account

setAccount

public void setAccount(Account account)
Deprecated. 

Sets the account attribute.

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