public class CurrentReportBean extends ReportBean
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ROOT_AWARD_NUMBER_PARAMETER |
| Constructor and Description |
|---|
CurrentReportBean(AwardPerson awardPerson) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.kuali.rice.kns.web.ui.Column> |
createColumns() |
boolean |
equals(Object o) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getAcademicYearEffort() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getAwardAmount() |
List<AwardCustomData> |
getAwardCustomDataList() |
String |
getAwardNumber() |
String |
getAwardTitle() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getCalendarYearEffort() |
Date |
getProjectEndDate() |
Date |
getProjectStartDate() |
String |
getRoleCode() |
String |
getSponsorAwardNumber() |
String |
getSponsorName() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getSummerEffort() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getTotalDirectCostTotal() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getTotalEffort() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getTotalIndirectCostTotal() |
int |
hashCode() |
void |
setAwardCustomDataList(List<AwardCustomData> awardCustomDataList) |
void |
setSponsorAwardNumber(String sponsorAwardNumber) |
void |
setTotalDirectCostTotal(org.kuali.rice.core.api.util.type.KualiDecimal totalDirectCostTotal) |
void |
setTotalEffort(org.kuali.rice.core.api.util.type.KualiDecimal totalEffort) |
void |
setTotalIndirectCostTotal(org.kuali.rice.core.api.util.type.KualiDecimal totalIndirectCostTotal) |
createColumn, createResultRow, prepareForWorkflow, refreshprotected static final String ROOT_AWARD_NUMBER_PARAMETER
public CurrentReportBean(AwardPerson awardPerson)
public org.kuali.rice.core.api.util.type.KualiDecimal getAcademicYearEffort()
public org.kuali.rice.core.api.util.type.KualiDecimal getAwardAmount()
public String getAwardNumber()
public String getAwardTitle()
public org.kuali.rice.core.api.util.type.KualiDecimal getCalendarYearEffort()
public Date getProjectEndDate()
public Date getProjectStartDate()
public String getRoleCode()
public String getSponsorName()
public org.kuali.rice.core.api.util.type.KualiDecimal getSummerEffort()
protected List<org.kuali.rice.kns.web.ui.Column> createColumns()
createColumns in class ReportBeanpublic void setTotalEffort(org.kuali.rice.core.api.util.type.KualiDecimal totalEffort)
public org.kuali.rice.core.api.util.type.KualiDecimal getTotalEffort()
public void setSponsorAwardNumber(String sponsorAwardNumber)
public String getSponsorAwardNumber()
public void setTotalDirectCostTotal(org.kuali.rice.core.api.util.type.KualiDecimal totalDirectCostTotal)
public org.kuali.rice.core.api.util.type.KualiDecimal getTotalDirectCostTotal()
public void setTotalIndirectCostTotal(org.kuali.rice.core.api.util.type.KualiDecimal totalIndirectCostTotal)
public org.kuali.rice.core.api.util.type.KualiDecimal getTotalIndirectCostTotal()
public void setAwardCustomDataList(List<AwardCustomData> awardCustomDataList)
public List<AwardCustomData> getAwardCustomDataList()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.