public class BudgetVersionOverview extends KraPersistableBusinessObjectBase implements Comparable<BudgetVersionOverview>
UPDATE_USER_LENGTH| Constructor and Description |
|---|
BudgetVersionOverview() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BudgetVersionOverview otherVersion) |
boolean |
equals(Object obj) |
Long |
getBudgetId()
Gets the budgetId attribute.
|
String |
getBudgetStatus() |
Integer |
getBudgetVersionNumber() |
String |
getComments() |
BudgetDecimal |
getCostSharingAmount() |
String |
getDescriptionUpdatable() |
protected org.kuali.rice.krad.bo.DocumentHeader |
getDocHeader() |
String |
getDocumentDescription() |
String |
getDocumentNumber() |
Date |
getEndDate() |
Boolean |
getModularBudgetFlag()
Gets the modularBudgetFlag attribute.
|
String |
getName() |
String |
getOhRateClassCode() |
String |
getOhRateTypeCode() |
String |
getOnOffCampusFlag()
Gets the onOffCampusFlag attribute.
|
String |
getPrintBudgetCommentFlag() |
RateClass |
getRateClass() |
BudgetDecimal |
getResidualFunds() |
Date |
getStartDate() |
Boolean |
getSubmitCostSharingFlag()
Gets the submitCostSharingFlag attribute.
|
BudgetDecimal |
getTotalCost() |
BudgetDecimal |
getTotalCostLimit() |
BudgetDecimal |
getTotalDirectCost() |
BudgetDecimal |
getTotalDirectCostLimit()
Gets the totalDirectCostLimit attribute.
|
BudgetDecimal |
getTotalIndirectCost() |
BudgetDecimal |
getUnderrecoveryAmount() |
RateClass |
getUrRateClass()
Gets the urRateClass attribute.
|
String |
getUrRateClassCode()
Gets the urRateClassCode attribute.
|
int |
hashCode() |
boolean |
isDescriptionUpdatable() |
boolean |
isFinalVersionFlag() |
protected void |
postLoad() |
void |
setBudgetId(Long budgetId)
Sets the budgetId attribute value.
|
void |
setBudgetStatus(String budgetStatus) |
void |
setBudgetVersionNumber(Integer budgetVersionNumber) |
void |
setComments(String comments) |
void |
setCostSharingAmount(BudgetDecimal costSharingAmount) |
void |
setDescriptionUpdatable(boolean descriptionUpdatable) |
void |
setDocumentDescription(String documentDescription) |
void |
setDocumentNumber(String documentNumber) |
void |
setEndDate(Date endDate) |
void |
setFinalVersionFlag(boolean finalVersionFlag) |
void |
setModularBudgetFlag(Boolean modularBudgetFlag)
Sets the modularBudgetFlag attribute value.
|
void |
setName(String name) |
void |
setOhRateClassCode(String ohRateClassCode) |
void |
setOhRateTypeCode(String ohRateTypeCode) |
void |
setOnOffCampusFlag(String onOffCampusFlag)
Sets the onOffCampusFlag attribute value.
|
void |
setPrintBudgetCommentFlag(String printBudgetCommentFlag) |
void |
setRateClass(RateClass rateClass) |
void |
setResidualFunds(BudgetDecimal residualFunds) |
void |
setStartDate(Date startDate) |
void |
setSubmitCostSharingFlag(Boolean submitCostSharingFlag)
Sets the submitCostSharingFlag attribute value.
|
void |
setTotalCost(BudgetDecimal totalCost) |
void |
setTotalCostLimit(BudgetDecimal totalCostLimit) |
void |
setTotalDirectCost(BudgetDecimal totalDirectCost) |
void |
setTotalDirectCostLimit(BudgetDecimal totalDirectCostLimit)
Sets the totalDirectCostLimit attribute value.
|
void |
setTotalIndirectCost(BudgetDecimal totalIndirectCost) |
void |
setUnderrecoveryAmount(BudgetDecimal underrecoveryAmount) |
void |
setUrRateClass(RateClass urRateClass)
Sets the urRateClass attribute value.
|
void |
setUrRateClassCode(String urRateClassCode)
Sets the urRateClassCode attribute value.
|
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic Integer getBudgetVersionNumber()
public void setBudgetVersionNumber(Integer budgetVersionNumber)
public BudgetDecimal getCostSharingAmount()
public void setCostSharingAmount(BudgetDecimal costSharingAmount)
public boolean isFinalVersionFlag()
public void setFinalVersionFlag(boolean finalVersionFlag)
public String getOhRateTypeCode()
public void setOhRateTypeCode(String ohRateTypeCode)
public String getOhRateClassCode()
public void setOhRateClassCode(String ohRateClassCode)
public RateClass getRateClass()
public void setRateClass(RateClass rateClass)
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public BudgetDecimal getResidualFunds()
public void setResidualFunds(BudgetDecimal residualFunds)
public BudgetDecimal getTotalCost()
public void setTotalCost(BudgetDecimal totalCost)
public void setTotalDirectCost(BudgetDecimal totalDirectCost)
public void setTotalIndirectCost(BudgetDecimal totalIndirectCost)
public void setUnderrecoveryAmount(BudgetDecimal underrecoveryAmount)
public String getName()
public void setName(String name)
public String getBudgetStatus()
public void setBudgetStatus(String budgetStatus)
public Date getEndDate()
public void setEndDate(Date endDate)
public Date getStartDate()
public void setStartDate(Date startDate)
public BudgetDecimal getTotalCostLimit()
public void setTotalCostLimit(BudgetDecimal totalCostLimit)
public BudgetDecimal getTotalDirectCost()
public BudgetDecimal getTotalIndirectCost()
public BudgetDecimal getUnderrecoveryAmount()
public String getDocumentDescription()
public void setDocumentDescription(String documentDescription)
public String getComments()
public void setComments(String comments)
public boolean isDescriptionUpdatable()
public String getDescriptionUpdatable()
public void setDescriptionUpdatable(boolean descriptionUpdatable)
protected void postLoad()
postLoad in class org.kuali.rice.krad.bo.PersistableBusinessObjectBaseorg.kuali.rice.krad.bo.PersistableBusinessObjectBase#afterLookup()protected org.kuali.rice.krad.bo.DocumentHeader getDocHeader()
public int compareTo(BudgetVersionOverview otherVersion)
compareTo in interface Comparable<BudgetVersionOverview>Comparablepublic Long getBudgetId()
public void setBudgetId(Long budgetId)
budgetId - The budgetId to set.public Boolean getModularBudgetFlag()
public void setModularBudgetFlag(Boolean modularBudgetFlag)
modularBudgetFlag - The modularBudgetFlag to set.public String getUrRateClassCode()
public void setUrRateClassCode(String urRateClassCode)
urRateClassCode - The urRateClassCode to set.public String getOnOffCampusFlag()
public void setOnOffCampusFlag(String onOffCampusFlag)
onOffCampusFlag - The onOffCampusFlag to set.public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public BudgetDecimal getTotalDirectCostLimit()
public void setTotalDirectCostLimit(BudgetDecimal totalDirectCostLimit)
totalDirectCostLimit - The totalDirectCostLimit to set.public void setPrintBudgetCommentFlag(String printBudgetCommentFlag)
public String getPrintBudgetCommentFlag()
public Boolean getSubmitCostSharingFlag()
public void setSubmitCostSharingFlag(Boolean submitCostSharingFlag)
submitCostSharingFlag - The submitCostSharingFlag to set.public RateClass getUrRateClass()
public void setUrRateClass(RateClass urRateClass)
urRateClass - The urRateClass to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.