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

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

public class PendingBudgetConstructionAppointmentFunding
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
PendingBudgetConstructionAppointmentFunding()
          Default constructor.
 
Method Summary
 void afterLookup(org.apache.ojb.broker.PersistenceBroker persistenceBroker)
           
 List buildListOfDeletionAwareLists()
           
 Account getAccount()
          Gets the account attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 org.kuali.rice.kns.util.KualiDecimal getAdjustmentAmount()
          Gets the adjustmentAmount attribute.
 String getAdjustmentMeasurement()
          Gets the adjustmentMeasurement attribute.
 String getAppointmentFundingDurationCode()
          Gets the appointmentFundingDurationCode attribute.
 Integer getAppointmentFundingMonth()
          Gets the appointmentFundingMonth attribute.
 String getAppointmentFundingString()
          build the given appointment funding key string
 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.
 List<BudgetConstructionCalculatedSalaryFoundationTracker> getBcnCalculatedSalaryFoundationTracker()
          Gets the bcnCalculatedSalaryFoundationTracker attribute.
 BudgetConstructionAccountReports getBudgetConstructionAccountReports()
          Gets the budgetConstructionAccountReports attribute.
 BudgetConstructionAdministrativePost getBudgetConstructionAdministrativePost()
          Gets the budgetConstructionAdministrativePost attribute.
 List<BudgetConstructionAppointmentFundingReason> getBudgetConstructionAppointmentFundingReason()
          Gets the budgetConstructionAppointmentFundingReason attribute.
 BudgetConstructionDuration getBudgetConstructionDuration()
          Gets the budgetConstructionDuration attribute.
 BudgetConstructionIntendedIncumbent getBudgetConstructionIntendedIncumbent()
          Gets the budgetConstructionIntendedIncumbent attribute.
 BudgetConstructionPosition getBudgetConstructionPosition()
          Gets the budgetConstructionPosition attribute.
 List<BudgetConstructionSalaryFunding> getBudgetConstructionSalaryFunding()
          Gets the budgetConstructionSalaryFunding attribute.
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 BudgetConstructionCalculatedSalaryFoundationTracker getEffectiveCSFTracker()
          get the effective calculated salary fundation for current appionment funding if any
 String getEmplid()
          Gets the emplid attribute.
 ObjectCode getFinancialObject()
          Gets the financialObject attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 SubObjectCode getFinancialSubObject()
          Gets the financialSubObject attribute.
 String getFinancialSubObjectCode()
          Gets the financialSubObjectCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getPercentChange()
          Gets(sets) the percentChange based on the current values of csf and request amounts Checks to see if a CSF object exists
 String getPositionNumber()
          Gets the positionNumber attribute.
 SubAccount getSubAccount()
          Gets the subAccount attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 Map<String,Object> getValuesMap()
          Returns a map with the primitive field names as the key and the primitive values as the map value.
 boolean isActive()
          Gets the active attribute.
 boolean isAppointmentFundingDeleteIndicator()
          Gets the appointmentFundingDeleteIndicator attribute.
 boolean isBudgetable()
          Gets the budgetable attribute.
 boolean isDisplayOnlyMode()
          Gets the displayOnlyMode attribute.
 boolean isExcludedFromTotal()
          Gets the excludedFromTotal attribute.
 boolean isHourlyPaid()
          Gets the hourlyPaid attribute.
 boolean isNewLineIndicator()
          Gets the newLineIndicator attribute.
 boolean isOverride2PlugMode()
          Gets the override2PlugMode attribute.
 boolean isPersistedDeleteIndicator()
          Gets the persistedDeleteIndicator attribute.
 boolean isPositionChangeIndicator()
          gets the boolean positionSalaryChangeIndicator or positionObjectChangeIndicator
 boolean isPositionObjectChangeIndicator()
          Gets the positionObjectChangeIndicator attribute.
 boolean isPositionSalaryChangeIndicator()
          Gets the positionSalaryChangeIndicator attribute.
 boolean isPurged()
          Gets the purged attribute.
 boolean isVacatable()
          Gets the vacatable attribute.
 void setAccount(Account account)
          Deprecated.  
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setActive(boolean active)
          Sets the active attribute.
 void setAdjustmentAmount(org.kuali.rice.kns.util.KualiDecimal adjustmentAmount)
          Sets the adjustmentAmount attribute value.
 void setAdjustmentMeasurement(String adjustmentMeasurement)
          Sets the adjustmentMeasurement attribute value.
 void setAppointmentFundingDeleteIndicator(boolean appointmentFundingDeleteIndicator)
          Sets the appointmentFundingDeleteIndicator 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.
 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 setBcnCalculatedSalaryFoundationTracker(List<BudgetConstructionCalculatedSalaryFoundationTracker> bcnCalculatedSalaryFoundationTracker)
          Deprecated.  
 void setBudgetable(boolean budgetable)
          Sets the budgetable attribute value.
 void setBudgetConstructionAccountReports(BudgetConstructionAccountReports budgetConstructionAccountReports)
          Deprecated.  
 void setBudgetConstructionAdministrativePost(BudgetConstructionAdministrativePost budgetConstructionAdministrativePost)
          Deprecated.  
 void setBudgetConstructionAppointmentFundingReason(List<BudgetConstructionAppointmentFundingReason> budgetConstructionAppointmentFundingReason)
          Deprecated. 
 void setBudgetConstructionDuration(BudgetConstructionDuration budgetConstructionDuration)
          Sets the budgetConstructionDuration attribute value.
 void setBudgetConstructionIntendedIncumbent(BudgetConstructionIntendedIncumbent budgetConstructionIntendedIncumbent)
          Deprecated.  
 void setBudgetConstructionPosition(BudgetConstructionPosition budgetConstructionPosition)
          Deprecated.  
 void setBudgetConstructionSalaryFunding(List<BudgetConstructionSalaryFunding> budgetConstructionSalaryFunding)
          Deprecated. 
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setDisplayOnlyMode(boolean displayOnlyMode)
          Sets the displayOnlyMode attribute value.
 void setEmplid(String emplid)
          Sets the emplid attribute.
 void setExcludedFromTotal(boolean excludedFromTotal)
          Sets the excludedFromTotal attribute value.
 void setFinancialObject(ObjectCode financialObject)
          Deprecated.  
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute.
 void setFinancialSubObject(SubObjectCode financialSubObject)
          Deprecated.  
 void setFinancialSubObjectCode(String financialSubObjectCode)
          Sets the financialSubObjectCode attribute.
 void setHourlyPaid(boolean hourlyPaid)
          Sets the hourlyPaid attribute value.
 void setNewLineIndicator(boolean newLineIndicator)
          Sets the newLineIndicator attribute value.
 void setOverride2PlugMode(boolean override2PlugMode)
          Sets the override2PlugMode attribute value.
 void setPercentChange(org.kuali.rice.kns.util.KualiDecimal percentChange)
          Deprecated.  
 void setPersistedDeleteIndicator(boolean persistedDeleteIndicator)
          Sets the persistedDeleteIndicator attribute value.
 void setPositionNumber(String positionNumber)
          Sets the positionNumber attribute.
 void setPositionObjectChangeIndicator(boolean positionObjectChangeIndicator)
          Sets the positionObjectChangeIndicator attribute.
 void setPositionSalaryChangeIndicator(boolean positionSalaryChangeIndicator)
          Sets the positionSalaryChangeIndicator attribute.
 void setPurged(boolean purged)
          Sets the purged attribute value.
 void setSubAccount(SubAccount subAccount)
          Deprecated.  
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear attribute.
 void setVacatable(boolean vacatable)
          Sets the vacatable attribute value.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, 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

PendingBudgetConstructionAppointmentFunding

public PendingBudgetConstructionAppointmentFunding()
Default constructor.

Method Detail

getPercentChange

public org.kuali.rice.kns.util.KualiDecimal getPercentChange()
Gets(sets) the percentChange based on the current values of csf and request amounts Checks to see if a CSF object exists

Returns:
Returns percentChange

setPercentChange

public void setPercentChange(org.kuali.rice.kns.util.KualiDecimal percentChange)
Deprecated. 

Sets the percentChange attribute value.

Parameters:
percentChange - The percentChange to set.

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.

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.

isActive

public boolean isActive()
Gets the active attribute.

Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable
Returns:
Returns the active

setActive

public void setActive(boolean active)
Sets the active attribute.

Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable
Parameters:
active - The active to set.

isAppointmentFundingDeleteIndicator

public boolean isAppointmentFundingDeleteIndicator()
Gets the appointmentFundingDeleteIndicator attribute.

Returns:
Returns the appointmentFundingDeleteIndicator

setAppointmentFundingDeleteIndicator

public void setAppointmentFundingDeleteIndicator(boolean appointmentFundingDeleteIndicator)
Sets the appointmentFundingDeleteIndicator attribute.

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

isPositionObjectChangeIndicator

public boolean isPositionObjectChangeIndicator()
Gets the positionObjectChangeIndicator attribute.

Returns:
Returns the positionObjectChangeIndicator

setPositionObjectChangeIndicator

public void setPositionObjectChangeIndicator(boolean positionObjectChangeIndicator)
Sets the positionObjectChangeIndicator attribute.

Parameters:
positionObjectChangeIndicator - The positionObjectChangeIndicator to set.

isPositionSalaryChangeIndicator

public boolean isPositionSalaryChangeIndicator()
Gets the positionSalaryChangeIndicator attribute.

Returns:
Returns the positionSalaryChangeIndicator

setPositionSalaryChangeIndicator

public void setPositionSalaryChangeIndicator(boolean positionSalaryChangeIndicator)
Sets the positionSalaryChangeIndicator attribute.

Parameters:
positionSalaryChangeIndicator - The positionSalaryChangeIndicator to set.

isPositionChangeIndicator

public boolean isPositionChangeIndicator()
gets the boolean positionSalaryChangeIndicator or positionObjectChangeIndicator

Returns:
positionSalaryChangeIndicator or positionObjectChangeIndicator

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.

getFinancialSubObject

public SubObjectCode getFinancialSubObject()
Gets the financialSubObject attribute.

Returns:
Returns the financialSubObject.

setFinancialSubObject

public void setFinancialSubObject(SubObjectCode financialSubObject)
Deprecated. 

Sets the financialSubObject attribute value.

Parameters:
financialSubObject - The financialSubObject to set.

getSubAccount

public SubAccount getSubAccount()
Gets the subAccount attribute.

Returns:
Returns the subAccount.

setSubAccount

public void setSubAccount(SubAccount subAccount)
Deprecated. 

Sets the subAccount attribute value.

Parameters:
subAccount - The subAccount to set.

getBudgetConstructionPosition

public BudgetConstructionPosition getBudgetConstructionPosition()
Gets the budgetConstructionPosition attribute.

Returns:
Returns the budgetConstructionPosition

setBudgetConstructionPosition

public void setBudgetConstructionPosition(BudgetConstructionPosition budgetConstructionPosition)
Deprecated. 

Sets the budgetConstructionPosition attribute.

Parameters:
budgetConstructionPosition - The budgetConstructionPosition to set.

getBudgetConstructionSalaryFunding

public List<BudgetConstructionSalaryFunding> getBudgetConstructionSalaryFunding()
Gets the budgetConstructionSalaryFunding attribute.

Returns:
Returns the budgetConstructionSalaryFunding.

setBudgetConstructionSalaryFunding

@Deprecated
public void setBudgetConstructionSalaryFunding(List<BudgetConstructionSalaryFunding> budgetConstructionSalaryFunding)
Deprecated. 

Sets the budgetConstructionSalaryFunding attribute value.

Parameters:
budgetConstructionSalaryFunding - The budgetConstructionSalaryFunding to set.

getBudgetConstructionAppointmentFundingReason

public List<BudgetConstructionAppointmentFundingReason> getBudgetConstructionAppointmentFundingReason()
Gets the budgetConstructionAppointmentFundingReason attribute.

Returns:
Returns the budgetConstructionAppointmentFundingReason.

setBudgetConstructionAppointmentFundingReason

@Deprecated
public void setBudgetConstructionAppointmentFundingReason(List<BudgetConstructionAppointmentFundingReason> budgetConstructionAppointmentFundingReason)
Deprecated. 

Sets the budgetConstructionAppointmentFundingReason attribute value.

Parameters:
budgetConstructionAppointmentFundingReason - The budgetConstructionAppointmentFundingReason to set.

getBudgetConstructionAdministrativePost

public BudgetConstructionAdministrativePost getBudgetConstructionAdministrativePost()
Gets the budgetConstructionAdministrativePost attribute.

Returns:
Returns the budgetConstructionAdministrativePost.

setBudgetConstructionAdministrativePost

public void setBudgetConstructionAdministrativePost(BudgetConstructionAdministrativePost budgetConstructionAdministrativePost)
Deprecated. 

Sets the budgetConstructionAdministrativePost attribute value.

Parameters:
budgetConstructionAdministrativePost - The budgetConstructionAdministrativePost to set.

getBudgetConstructionAccountReports

public BudgetConstructionAccountReports getBudgetConstructionAccountReports()
Gets the budgetConstructionAccountReports attribute.

Returns:
Returns the budgetConstructionAccountReports.

setBudgetConstructionAccountReports

public void setBudgetConstructionAccountReports(BudgetConstructionAccountReports budgetConstructionAccountReports)
Deprecated. 

Sets the budgetConstructionAccountReports attribute value.

Parameters:
budgetConstructionAccountReports - The budgetConstructionAccountReports to set.

getBudgetConstructionDuration

public BudgetConstructionDuration getBudgetConstructionDuration()
Gets the budgetConstructionDuration attribute.

Returns:
Returns the budgetConstructionDuration.

setBudgetConstructionDuration

public void setBudgetConstructionDuration(BudgetConstructionDuration budgetConstructionDuration)
Sets the budgetConstructionDuration attribute value.

Parameters:
budgetConstructionDuration - The budgetConstructionDuration to set.

getBudgetConstructionIntendedIncumbent

public BudgetConstructionIntendedIncumbent getBudgetConstructionIntendedIncumbent()
Gets the budgetConstructionIntendedIncumbent attribute.

Returns:
Returns the budgetConstructionIntendedIncumbent.

setBudgetConstructionIntendedIncumbent

public void setBudgetConstructionIntendedIncumbent(BudgetConstructionIntendedIncumbent budgetConstructionIntendedIncumbent)
Deprecated. 

Sets the budgetConstructionIntendedIncumbent attribute value.

Parameters:
budgetConstructionIntendedIncumbent - The budgetConstructionIntendedIncumbent to set.

getBcnCalculatedSalaryFoundationTracker

public List<BudgetConstructionCalculatedSalaryFoundationTracker> getBcnCalculatedSalaryFoundationTracker()
Gets the bcnCalculatedSalaryFoundationTracker attribute.

Returns:
Returns the bcnCalculatedSalaryFoundationTracker.

setBcnCalculatedSalaryFoundationTracker

public void setBcnCalculatedSalaryFoundationTracker(List<BudgetConstructionCalculatedSalaryFoundationTracker> bcnCalculatedSalaryFoundationTracker)
Deprecated. 

Sets the bcnCalculatedSalaryFoundationTracker attribute value.

Parameters:
bcnCalculatedSalaryFoundationTracker - The bcnCalculatedSalaryFoundationTracker to set.

getAdjustmentAmount

public org.kuali.rice.kns.util.KualiDecimal getAdjustmentAmount()
Gets the adjustmentAmount attribute.

Returns:
Returns the adjustmentAmount.

setAdjustmentAmount

public void setAdjustmentAmount(org.kuali.rice.kns.util.KualiDecimal adjustmentAmount)
Sets the adjustmentAmount attribute value.

Parameters:
adjustmentAmount - The adjustmentAmount to set.

getAdjustmentMeasurement

public String getAdjustmentMeasurement()
Gets the adjustmentMeasurement attribute.

Returns:
Returns the adjustmentMeasurement.

setAdjustmentMeasurement

public void setAdjustmentMeasurement(String adjustmentMeasurement)
Sets the adjustmentMeasurement attribute value.

Parameters:
adjustmentMeasurement - The adjustmentMeasurement to set.

getEffectiveCSFTracker

public BudgetConstructionCalculatedSalaryFoundationTracker getEffectiveCSFTracker()
get the effective calculated salary fundation for current appionment funding if any

Returns:
the the effective calculated salary fundation for current appionment funding if any; otherwise, null

isVacatable

public boolean isVacatable()
Gets the vacatable attribute.

Returns:
Returns the vacatable.

setVacatable

public void setVacatable(boolean vacatable)
Sets the vacatable attribute value.

Parameters:
vacatable - The vacatable to set.

isPersistedDeleteIndicator

public boolean isPersistedDeleteIndicator()
Gets the persistedDeleteIndicator attribute.

Returns:
Returns the persistedDeleteIndicator.

setPersistedDeleteIndicator

public void setPersistedDeleteIndicator(boolean persistedDeleteIndicator)
Sets the persistedDeleteIndicator attribute value.

Parameters:
persistedDeleteIndicator - The persistedDeleteIndicator to set.

getValuesMap

public Map<String,Object> getValuesMap()
Returns a map with the primitive field names as the key and the primitive values as the map value.

Returns:
Map a map with the primitive field names as the key and the primitive values as the map value.

toStringMapper

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

getAppointmentFundingString

public String getAppointmentFundingString()
build the given appointment funding key string


afterLookup

public void afterLookup(org.apache.ojb.broker.PersistenceBroker persistenceBroker)
                 throws org.apache.ojb.broker.PersistenceBrokerException
Specified by:
afterLookup in interface org.apache.ojb.broker.PersistenceBrokerAware
Overrides:
afterLookup in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
Throws:
org.apache.ojb.broker.PersistenceBrokerException
See Also:
PersistableBusinessObjectBase.afterLookup(org.apache.ojb.broker.PersistenceBroker)

isNewLineIndicator

public boolean isNewLineIndicator()
Gets the newLineIndicator attribute.

Returns:
Returns the newLineIndicator.

isHourlyPaid

public boolean isHourlyPaid()
Gets the hourlyPaid attribute.

Returns:
Returns the hourlyPaid.

isDisplayOnlyMode

public boolean isDisplayOnlyMode()
Gets the displayOnlyMode attribute.

Returns:
Returns the displayOnlyMode.

isBudgetable

public boolean isBudgetable()
Gets the budgetable attribute.

Returns:
Returns the budgetable.

isExcludedFromTotal

public boolean isExcludedFromTotal()
Gets the excludedFromTotal attribute.

Returns:
Returns the excludedFromTotal.

isOverride2PlugMode

public boolean isOverride2PlugMode()
Gets the override2PlugMode attribute.

Returns:
Returns the override2PlugMode.

setDisplayOnlyMode

public void setDisplayOnlyMode(boolean displayOnlyMode)
Sets the displayOnlyMode attribute value.

Parameters:
displayOnlyMode - The displayOnlyMode to set.

setBudgetable

public void setBudgetable(boolean budgetable)
Sets the budgetable attribute value.

Parameters:
budgetable - The budgetable to set.

setExcludedFromTotal

public void setExcludedFromTotal(boolean excludedFromTotal)
Sets the excludedFromTotal attribute value.

Parameters:
excludedFromTotal - The excludedFromTotal to set.

setOverride2PlugMode

public void setOverride2PlugMode(boolean override2PlugMode)
Sets the override2PlugMode attribute value.

Parameters:
override2PlugMode - The override2PlugMode to set.

setNewLineIndicator

public void setNewLineIndicator(boolean newLineIndicator)
Sets the newLineIndicator attribute value.

Parameters:
newLineIndicator - The newLineIndicator to set.

setHourlyPaid

public void setHourlyPaid(boolean hourlyPaid)
Sets the hourlyPaid attribute value.

Parameters:
hourlyPaid - The hourlyPaid to set.

isPurged

public boolean isPurged()
Gets the purged attribute.

Returns:
Returns the purged.

setPurged

public void setPurged(boolean purged)
Sets the purged attribute value.

Parameters:
purged - The purged to set.

buildListOfDeletionAwareLists

public List buildListOfDeletionAwareLists()
Specified by:
buildListOfDeletionAwareLists in interface org.kuali.rice.kns.bo.PersistableBusinessObject
Overrides:
buildListOfDeletionAwareLists in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
See Also:
PersistableBusinessObjectBase.buildListOfDeletionAwareLists()


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