public class ProposalLineItemMakegoodInfo extends Object implements Serializable
ProposalLineItemDto.| Constructor and Description |
|---|
ProposalLineItemMakegoodInfo() |
ProposalLineItemMakegoodInfo(Long originalProposalLineItemId,
String reason) |
| 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
|
Long |
getOriginalProposalLineItemId()
Gets the originalProposalLineItemId value for this ProposalLineItemMakegoodInfo.
|
String |
getReason()
Gets the reason value for this ProposalLineItemMakegoodInfo.
|
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 |
setOriginalProposalLineItemId(Long originalProposalLineItemId)
Sets the originalProposalLineItemId value for this ProposalLineItemMakegoodInfo.
|
void |
setReason(String reason)
Sets the reason value for this ProposalLineItemMakegoodInfo.
|
String |
toString() |
public Long getOriginalProposalLineItemId()
public void setOriginalProposalLineItemId(Long originalProposalLineItemId)
originalProposalLineItemId - * The ID of the original proposal line item on which this makegood
is based.
This attribute is read-only.public String getReason()
public void setReason(String reason)
reason - * The publisher-provided reason why this makegood was initiated.
This is free form text.
The following predefined values can be used to render
predefined options in the UI.
UNDERDELIVERY: 'Impression underdelivery',
SECONDARY_DELIVERY_TERMS: 'Did not meet secondary
delivery terms ',
PERFORMANCE: 'Performance issues',public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.