com.yahoo.marketing.apt
Class BidDescriptor

java.lang.Object
  extended by com.yahoo.marketing.apt.BidDescriptor
All Implemented Interfaces:
java.io.Serializable

public class BidDescriptor
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.Double bid
           
private  java.util.Calendar bidDate
           
private  PricingType pricingModel
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
BidDescriptor()
           
BidDescriptor(java.lang.Double bid, java.util.Calendar bidDate, PricingType pricingModel)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Double getBid()
          Gets the bid value for this BidDescriptor.
 java.util.Calendar getBidDate()
          Gets the bidDate value for this BidDescriptor.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 PricingType getPricingModel()
          Gets the pricingModel value for this BidDescriptor.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBid(java.lang.Double bid)
          Sets the bid value for this BidDescriptor.
 void setBidDate(java.util.Calendar bidDate)
          Sets the bidDate value for this BidDescriptor.
 void setPricingModel(PricingType pricingModel)
          Sets the pricingModel value for this BidDescriptor.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bid

private java.lang.Double bid

bidDate

private java.util.Calendar bidDate

pricingModel

private PricingType pricingModel

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

BidDescriptor

public BidDescriptor()

BidDescriptor

public BidDescriptor(java.lang.Double bid,
                     java.util.Calendar bidDate,
                     PricingType pricingModel)
Method Detail

getBid

public java.lang.Double getBid()
Gets the bid value for this BidDescriptor.

Returns:
bid

setBid

public void setBid(java.lang.Double bid)
Sets the bid value for this BidDescriptor.

Parameters:
bid -

getBidDate

public java.util.Calendar getBidDate()
Gets the bidDate value for this BidDescriptor.

Returns:
bidDate

setBidDate

public void setBidDate(java.util.Calendar bidDate)
Sets the bidDate value for this BidDescriptor.

Parameters:
bidDate -

getPricingModel

public PricingType getPricingModel()
Gets the pricingModel value for this BidDescriptor.

Returns:
pricingModel

setPricingModel

public void setPricingModel(PricingType pricingModel)
Sets the pricingModel value for this BidDescriptor.

Parameters:
pricingModel -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer