public class ContractsGrantsMilestoneReport extends org.kuali.rice.krad.bo.TransientBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
ContractsGrantsMilestoneReport() |
Modifier and Type | Method and Description |
---|---|
Account |
getAccount()
Gets the account attribute.
|
String |
getAccountNumber()
Gets the accountNumber attribute.
|
ContractsAndGrantsAward |
getAward()
Gets the award attribute.
|
Chart |
getChart()
Gets the chart attribute.
|
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getMilestoneAmount()
Gets the milestoneAmount attribute.
|
Date |
getMilestoneExpectedCompletionDate()
Gets the milestoneExpectedCompletionDate attribute.
|
Long |
getMilestoneNumber()
Gets the milestoneNumber attribute.
|
Long |
getProposalNumber()
Gets the proposalNumber attribute.
|
boolean |
isActive() |
boolean |
isBilled() |
void |
setAccount(Account account)
Sets the account attribute.
|
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute value.
|
void |
setActive(boolean active) |
void |
setAward(ContractsAndGrantsAward award)
Sets the award attribute.
|
void |
setBilled(boolean billed) |
void |
setChart(Chart chart)
Sets the chart attribute.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.
|
void |
setMilestoneAmount(org.kuali.rice.core.api.util.type.KualiDecimal milestoneAmount)
Sets the milestoneAmount attribute value.
|
void |
setMilestoneExpectedCompletionDate(Date milestoneExpectedCompletionDate)
Sets the milestoneExpectedCompletionDate attribute value.
|
void |
setMilestoneNumber(Long milestoneNumber)
Sets the milestoneNumber attribute value.
|
void |
setProposalNumber(Long proposalNumber)
Sets the proposalNumber attribute value.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
public ContractsGrantsMilestoneReport()
public Long getProposalNumber()
public void setProposalNumber(Long proposalNumber)
proposalNumber
- The proposalNumber to set.public Long getMilestoneNumber()
public void setMilestoneNumber(Long milestoneNumber)
milestoneNumber
- The milestoneNumber to set.public org.kuali.rice.core.api.util.type.KualiDecimal getMilestoneAmount()
public void setMilestoneAmount(org.kuali.rice.core.api.util.type.KualiDecimal milestoneAmount)
milestoneAmount
- The milestoneAmount to set.public boolean isBilled()
public void setBilled(boolean billed)
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
public Date getMilestoneExpectedCompletionDate()
public void setMilestoneExpectedCompletionDate(Date milestoneExpectedCompletionDate)
milestoneExpectedCompletionDate
- The milestoneExpectedCompletionDate to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public ContractsAndGrantsAward getAward()
public void setAward(ContractsAndGrantsAward award)
award
- The award to set.public Account getAccount()
public void setAccount(Account account)
account
- The account to set.public void setChart(Chart chart)
chart
- The chart to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.