public class ReserveProposals extends ProposalAction implements Serializable
Proposal objects. It
does not allow overbooking
unless allowOverbook is set to true.
This action is only applicable for programmatic proposals
not using sales management.| Constructor and Description |
|---|
ReserveProposals() |
ReserveProposals(Boolean allowOverbook) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAllowOverbook()
Gets the allowOverbook value for this ReserveProposals.
|
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
|
int |
hashCode() |
void |
setAllowOverbook(Boolean allowOverbook)
Sets the allowOverbook value for this ReserveProposals.
|
String |
toString() |
public ReserveProposals()
public ReserveProposals(Boolean allowOverbook)
public String toString()
toString in class ProposalActionpublic Boolean getAllowOverbook()
public void setAllowOverbook(Boolean allowOverbook)
allowOverbook - 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 © 2020. All rights reserved.