public class ProposalCopyCriteria
extends org.kuali.rice.krad.bo.BusinessObjectBase
| Modifier and Type | Field and Description |
|---|---|
static String |
BUDGET_ALL_VERSIONS
BUDGET_ALL_VERSIONS is the value for BudgetVersions
to indicate that all budget versions are to be copied. |
static String |
BUDGET_FINAL_VERSION
BUDGET_FINAL_VERSION is the value for BudgetVersions
to indicate that only the final budget is to be copied. |
| Constructor and Description |
|---|
ProposalCopyCriteria()
Constructs a ProposalCopyCriteria.
|
ProposalCopyCriteria(ProposalDevelopmentDocument doc)
Constructs a ProposalCopyCriteria.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBudgetVersions()
Get the Budget Versions.
|
boolean |
getIncludeAttachments()
Get the Include Attachments.
|
boolean |
getIncludeBudget()
Get the Include Budget.
|
boolean |
getIncludeQuestionnaire()
Gets the includeQuestionnaires attribute.
|
String |
getLeadUnitNumber()
Get the lead unit number.
|
String |
getOriginalLeadUnitNumber()
Get the original lead unit number.
|
void |
refresh() |
void |
setBudgetVersions(String budgetVersions)
Set the Budget Versions.
|
void |
setIncludeAttachments(boolean includeAttachments)
Set the Include Attachments.
|
void |
setIncludeBudget(boolean includeBudget)
Set the Include Budget.
|
void |
setIncludeQuestionnaire(boolean includeQuestionnaire)
Sets the includeQuestionnaires attribute value.
|
void |
setLeadUnitNumber(String leadUnitNumber)
Set the lead unit number.
|
void |
setOriginalLeadUnitNumber(String originalLeadUnitNumber)
Set the original lead unit number.
|
public static final String BUDGET_ALL_VERSIONS
BUDGET_ALL_VERSIONS is the value for BudgetVersions
to indicate that all budget versions are to be copied.public static final String BUDGET_FINAL_VERSION
BUDGET_FINAL_VERSION is the value for BudgetVersions
to indicate that only the final budget is to be copied.public ProposalCopyCriteria()
public ProposalCopyCriteria(ProposalDevelopmentDocument doc)
doc - the proposal development documentpublic boolean getIncludeAttachments()
public boolean getIncludeQuestionnaire()
public void setIncludeQuestionnaire(boolean includeQuestionnaire)
includeQuestionnaires - The includeQuestionnaires to set.public void setIncludeAttachments(boolean includeAttachments)
includeAttachments - set to true to copy the attachments; otherwise false.public boolean getIncludeBudget()
public void setIncludeBudget(boolean includeBudget)
includeBudget - set to true to copy the budget(s); otherwise false.public String getBudgetVersions()
public void setBudgetVersions(String budgetVersions)
budgetVersions - set to all (BUDGET_ALL_VERSIONS) or final (BUDGET_FINAL_VERSION).public String getLeadUnitNumber()
public void setLeadUnitNumber(String leadUnitNumber)
leadUnitNumber - the lead unit numberpublic String getOriginalLeadUnitNumber()
public void setOriginalLeadUnitNumber(String originalLeadUnitNumber)
originalLeadUnitNumber - the original lead unit numberpublic void refresh()
BusinessObject.refresh()Copyright © 2013 The Kuali Foundation. All Rights Reserved.