public class ApproveProposals extends ProposalAction implements Serializable
Proposal objects.| Constructor and Description |
|---|
ApproveProposals() |
ApproveProposals(String proposalActionType,
long[] workflowActionIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long[] |
getWorkflowActionIds()
Gets the workflowActionIds value for this ApproveProposals.
|
long |
getWorkflowActionIds(int i) |
int |
hashCode() |
void |
setWorkflowActionIds(int i,
long _value) |
void |
setWorkflowActionIds(long[] workflowActionIds)
Sets the workflowActionIds value for this ApproveProposals.
|
getProposalActionType, setProposalActionTypepublic ApproveProposals()
public ApproveProposals(String proposalActionType, long[] workflowActionIds)
public long[] getWorkflowActionIds()
workflow actions
to approve. This attribute is
required.public void setWorkflowActionIds(long[] workflowActionIds)
workflowActionIds - * The list of IDs for the workflow actions
to approve. This attribute is
required.public long getWorkflowActionIds(int i)
public void setWorkflowActionIds(int i,
long _value)
public boolean equals(Object obj)
equals in class ProposalActionpublic int hashCode()
hashCode in class ProposalActionpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.