public class BudgetConstructionSalaryTotal extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
BudgetConstructionSalaryTotal()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.KualiInteger |
getAppointmentRequestedAmount()
Gets the appointmentRequestedAmount attribute.
|
BigDecimal |
getAppointmentRequestedFteQuantity()
Gets the appointmentRequestedFteQuantity attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getCsfAmount()
Gets the csfAmount attribute.
|
org.kuali.rice.core.api.util.type.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.core.api.util.type.KualiInteger appointmentRequestedAmount)
Sets the appointmentRequestedAmount attribute value.
|
void |
setAppointmentRequestedFteQuantity(BigDecimal appointmentRequestedFteQuantity)
Sets the appointmentRequestedFteQuantity attribute.
|
void |
setCsfAmount(org.kuali.rice.core.api.util.type.KualiInteger csfAmount)
Sets the csfAmount attribute value.
|
void |
setInitialRequestedAmount(org.kuali.rice.core.api.util.type.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_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public BudgetConstructionSalaryTotal()
public String getOrganizationChartOfAccountsCode()
public void setOrganizationChartOfAccountsCode(String organizationChartOfAccountsCode)
organizationChartOfAccountsCode
- The organizationChartOfAccountsCode to set.public String getOrganizationCode()
public void setOrganizationCode(String organizationCode)
organizationCode
- The organizationCode to set.public org.kuali.rice.core.api.util.type.KualiInteger getCsfAmount()
public void setCsfAmount(org.kuali.rice.core.api.util.type.KualiInteger csfAmount)
csfAmount
- The csfAmount to set.public org.kuali.rice.core.api.util.type.KualiInteger getAppointmentRequestedAmount()
public void setAppointmentRequestedAmount(org.kuali.rice.core.api.util.type.KualiInteger appointmentRequestedAmount)
appointmentRequestedAmount
- The appointmentRequestedAmount to set.public BigDecimal getAppointmentRequestedFteQuantity()
public void setAppointmentRequestedFteQuantity(BigDecimal appointmentRequestedFteQuantity)
appointmentRequestedFteQuantity
- The appointmentRequestedFteQuantity to set.public org.kuali.rice.core.api.util.type.KualiInteger getInitialRequestedAmount()
public void setInitialRequestedAmount(org.kuali.rice.core.api.util.type.KualiInteger initialRequestedAmount)
initialRequestedAmount
- The initialRequestedAmount to set.public BigDecimal getInitialRequestedFteQuantity()
public void setInitialRequestedFteQuantity(BigDecimal initialRequestedFteQuantity)
initialRequestedFteQuantity
- The initialRequestedFteQuantity to set.public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- The principalId to set.public Chart getOrganizationChartOfAccounts()
public void setOrganizationChartOfAccounts(Chart organizationChartOfAccounts)
organizationChartOfAccounts
- The organizationChartOfAccounts to set.public Organization getOrganization()
public void setOrganization(Organization organization)
organization
- The organization to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.