public class RejectProposals extends ProposalAction implements Serializable
Proposal objects.| Constructor and Description |
|---|
RejectProposals() |
RejectProposals(String proposalActionType,
long[] workflowActionIds,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getComment()
Gets the comment value for this RejectProposals.
|
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 RejectProposals.
|
long |
getWorkflowActionIds(int i) |
int |
hashCode() |
void |
setComment(String comment)
Sets the comment value for this RejectProposals.
|
void |
setWorkflowActionIds(int i,
long _value) |
void |
setWorkflowActionIds(long[] workflowActionIds)
Sets the workflowActionIds value for this RejectProposals.
|
getProposalActionType, setProposalActionTypepublic long[] getWorkflowActionIds()
workflow actions
to reject. This attribute is
required.public void setWorkflowActionIds(long[] workflowActionIds)
workflowActionIds - * The list of IDs for the workflow actions
to reject. This attribute is
required.public long getWorkflowActionIds(int i)
public void setWorkflowActionIds(int i,
long _value)
public String getComment()
public void setComment(String comment)
comment - * The message attached to reject action. This attribute is optional.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.