Project 4

com.amazon.soap.AWSECommerceService
Class MerchantItemAttributesVendorRebate

java.lang.Object
  extended by com.amazon.soap.AWSECommerceService.MerchantItemAttributesVendorRebate
All Implemented Interfaces:
java.io.Serializable

public class MerchantItemAttributesVendorRebate
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.String endDate
           
private  java.lang.String startDate
           
private  java.lang.String type
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
MerchantItemAttributesVendorRebate()
           
MerchantItemAttributesVendorRebate(java.lang.String type, java.lang.String startDate, java.lang.String endDate)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getEndDate()
          Gets the endDate value for this MerchantItemAttributesVendorRebate.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStartDate()
          Gets the startDate value for this MerchantItemAttributesVendorRebate.
 java.lang.String getType()
          Gets the type value for this MerchantItemAttributesVendorRebate.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEndDate(java.lang.String endDate)
          Sets the endDate value for this MerchantItemAttributesVendorRebate.
 void setStartDate(java.lang.String startDate)
          Sets the startDate value for this MerchantItemAttributesVendorRebate.
 void setType(java.lang.String type)
          Sets the type value for this MerchantItemAttributesVendorRebate.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

endDate

private java.lang.String endDate

startDate

private java.lang.String startDate

type

private java.lang.String type

typeDesc

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

MerchantItemAttributesVendorRebate

public MerchantItemAttributesVendorRebate()

MerchantItemAttributesVendorRebate

public MerchantItemAttributesVendorRebate(java.lang.String type,
                                          java.lang.String startDate,
                                          java.lang.String endDate)
Method Detail

equals

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

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


getEndDate

public java.lang.String getEndDate()
Gets the endDate value for this MerchantItemAttributesVendorRebate.

Returns:
endDate

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


getStartDate

public java.lang.String getStartDate()
Gets the startDate value for this MerchantItemAttributesVendorRebate.

Returns:
startDate

getType

public java.lang.String getType()
Gets the type value for this MerchantItemAttributesVendorRebate.

Returns:
type

getTypeDesc

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


hashCode

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

setEndDate

public void setEndDate(java.lang.String endDate)
Sets the endDate value for this MerchantItemAttributesVendorRebate.

Parameters:
endDate -

setStartDate

public void setStartDate(java.lang.String startDate)
Sets the startDate value for this MerchantItemAttributesVendorRebate.

Parameters:
startDate -

setType

public void setType(java.lang.String type)
Sets the type value for this MerchantItemAttributesVendorRebate.

Parameters:
type -

Project 4