com.yahoo.marketing.apt
Class PiggybackPixel

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.util.Calendar createTimestamp
           
private  java.util.Calendar lastUpdateTimestamp
           
private  java.lang.String pixelCode
           
private  PixelCodeType pixelCodeType
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
PiggybackPixel()
           
PiggybackPixel(java.util.Calendar createTimestamp, java.util.Calendar lastUpdateTimestamp, java.lang.String pixelCode, PixelCodeType pixelCodeType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getCreateTimestamp()
          Gets the createTimestamp value for this PiggybackPixel.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getLastUpdateTimestamp()
          Gets the lastUpdateTimestamp value for this PiggybackPixel.
 java.lang.String getPixelCode()
          Gets the pixelCode value for this PiggybackPixel.
 PixelCodeType getPixelCodeType()
          Gets the pixelCodeType value for this PiggybackPixel.
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 setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this PiggybackPixel.
 void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
          Sets the lastUpdateTimestamp value for this PiggybackPixel.
 void setPixelCode(java.lang.String pixelCode)
          Sets the pixelCode value for this PiggybackPixel.
 void setPixelCodeType(PixelCodeType pixelCodeType)
          Sets the pixelCodeType value for this PiggybackPixel.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

createTimestamp

private java.util.Calendar createTimestamp

lastUpdateTimestamp

private java.util.Calendar lastUpdateTimestamp

pixelCode

private java.lang.String pixelCode

pixelCodeType

private PixelCodeType pixelCodeType

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

PiggybackPixel

public PiggybackPixel()

PiggybackPixel

public PiggybackPixel(java.util.Calendar createTimestamp,
                      java.util.Calendar lastUpdateTimestamp,
                      java.lang.String pixelCode,
                      PixelCodeType pixelCodeType)
Method Detail

getCreateTimestamp

public java.util.Calendar getCreateTimestamp()
Gets the createTimestamp value for this PiggybackPixel.

Returns:
createTimestamp

setCreateTimestamp

public void setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this PiggybackPixel.

Parameters:
createTimestamp -

getLastUpdateTimestamp

public java.util.Calendar getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this PiggybackPixel.

Returns:
lastUpdateTimestamp

setLastUpdateTimestamp

public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this PiggybackPixel.

Parameters:
lastUpdateTimestamp -

getPixelCode

public java.lang.String getPixelCode()
Gets the pixelCode value for this PiggybackPixel.

Returns:
pixelCode

setPixelCode

public void setPixelCode(java.lang.String pixelCode)
Sets the pixelCode value for this PiggybackPixel.

Parameters:
pixelCode -

getPixelCodeType

public PixelCodeType getPixelCodeType()
Gets the pixelCodeType value for this PiggybackPixel.

Returns:
pixelCodeType

setPixelCodeType

public void setPixelCodeType(PixelCodeType pixelCodeType)
Sets the pixelCodeType value for this PiggybackPixel.

Parameters:
pixelCodeType -

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