public class ContendingLineItem extends Object implements Serializable
Forecast.| Constructor and Description |
|---|
ContendingLineItem() |
ContendingLineItem(Long lineItemId,
Long contendingImpressions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getContendingImpressions()
Gets the contendingImpressions value for this ContendingLineItem.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getLineItemId()
Gets the lineItemId value for this ContendingLineItem.
|
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 |
setContendingImpressions(Long contendingImpressions)
Sets the contendingImpressions value for this ContendingLineItem.
|
void |
setLineItemId(Long lineItemId)
Sets the lineItemId value for this ContendingLineItem.
|
public Long getLineItemId()
Id of the contending line item.public void setLineItemId(Long lineItemId)
lineItemId - * The Id of the contending line item.public Long getContendingImpressions()
public void setContendingImpressions(Long contendingImpressions)
contendingImpressions - * Number of impressions contended for by both the forecasted
line item and this line item,
but served to this line item in the forecast simulation.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.