public class ProposalServiceInterfaceperformProposalAction extends Object
Proposal objects that match the given Statement.query.
The following fields are also required when submitting proposals for approval:
| Modifier and Type | Field and Description |
|---|---|
protected Statement |
filterStatement |
protected ProposalAction |
proposalAction |
| Constructor and Description |
|---|
ProposalServiceInterfaceperformProposalAction() |
| Modifier and Type | Method and Description |
|---|---|
Statement |
getFilterStatement()
Gets the value of the filterStatement property.
|
ProposalAction |
getProposalAction()
Gets the value of the proposalAction property.
|
void |
setFilterStatement(Statement value)
Sets the value of the filterStatement property.
|
void |
setProposalAction(ProposalAction value)
Sets the value of the proposalAction property.
|
protected ProposalAction proposalAction
protected Statement filterStatement
public ProposalServiceInterfaceperformProposalAction()
public ProposalAction getProposalAction()
ProposalActionpublic void setProposalAction(ProposalAction value)
value - allowed object is
ProposalActionpublic Statement getFilterStatement()
StatementCopyright © 2018. All Rights Reserved.