public class ReserveProposalLineItems extends ProposalLineItemAction implements Serializable
ProposalLineItem objects.
It does not
overbook inventory unless allowOverbook is set
to true.
This action is only applicable for programmatic proposals
not using sales management.| Constructor and Description |
|---|
ReserveProposalLineItems() |
ReserveProposalLineItems(Boolean allowOverbook) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAllowOverbook()
Gets the allowOverbook value for this ReserveProposalLineItems.
|
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 ReserveProposalLineItems.
|
String |
toString() |
public ReserveProposalLineItems()
public ReserveProposalLineItems(Boolean allowOverbook)
public String toString()
toString in class ProposalLineItemActionpublic Boolean getAllowOverbook()
public void setAllowOverbook(Boolean allowOverbook)
allowOverbook - public boolean equals(Object obj)
equals in class ProposalLineItemActionpublic int hashCode()
hashCode in class ProposalLineItemActionpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.