com.yahoo.marketing.apt
Class Pixel

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

public class Pixel
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 accountID
           
private  TimePeriod clickLookBackTimePeriod
           
private  java.util.Calendar createTimestamp
           
private  TimePeriod expirationTimePeriod
           
private  java.lang.Long ID
           
private  TimePeriod impressionLookBackTimePeriod
           
private  java.lang.Boolean isActive
           
private  java.util.Calendar lastUpdateTimestamp
           
private  java.lang.String name
           
private  PixelFrequency pixelFrequency
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Pixel()
           
Pixel(java.lang.Long ID, java.lang.String accountID, TimePeriod clickLookBackTimePeriod, java.util.Calendar createTimestamp, TimePeriod expirationTimePeriod, TimePeriod impressionLookBackTimePeriod, java.lang.Boolean isActive, java.util.Calendar lastUpdateTimestamp, java.lang.String name, PixelFrequency pixelFrequency)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountID()
          Gets the accountID value for this Pixel.
 TimePeriod getClickLookBackTimePeriod()
          Gets the clickLookBackTimePeriod value for this Pixel.
 java.util.Calendar getCreateTimestamp()
          Gets the createTimestamp value for this Pixel.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 TimePeriod getExpirationTimePeriod()
          Gets the expirationTimePeriod value for this Pixel.
 java.lang.Long getID()
          Gets the ID value for this Pixel.
 TimePeriod getImpressionLookBackTimePeriod()
          Gets the impressionLookBackTimePeriod value for this Pixel.
 java.lang.Boolean getIsActive()
          Gets the isActive value for this Pixel.
 java.util.Calendar getLastUpdateTimestamp()
          Gets the lastUpdateTimestamp value for this Pixel.
 java.lang.String getName()
          Gets the name value for this Pixel.
 PixelFrequency getPixelFrequency()
          Gets the pixelFrequency value for this Pixel.
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 setAccountID(java.lang.String accountID)
          Sets the accountID value for this Pixel.
 void setClickLookBackTimePeriod(TimePeriod clickLookBackTimePeriod)
          Sets the clickLookBackTimePeriod value for this Pixel.
 void setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this Pixel.
 void setExpirationTimePeriod(TimePeriod expirationTimePeriod)
          Sets the expirationTimePeriod value for this Pixel.
 void setID(java.lang.Long ID)
          Sets the ID value for this Pixel.
 void setImpressionLookBackTimePeriod(TimePeriod impressionLookBackTimePeriod)
          Sets the impressionLookBackTimePeriod value for this Pixel.
 void setIsActive(java.lang.Boolean isActive)
          Sets the isActive value for this Pixel.
 void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
          Sets the lastUpdateTimestamp value for this Pixel.
 void setName(java.lang.String name)
          Sets the name value for this Pixel.
 void setPixelFrequency(PixelFrequency pixelFrequency)
          Sets the pixelFrequency value for this Pixel.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

private java.lang.Long ID

accountID

private java.lang.String accountID

clickLookBackTimePeriod

private TimePeriod clickLookBackTimePeriod

createTimestamp

private java.util.Calendar createTimestamp

expirationTimePeriod

private TimePeriod expirationTimePeriod

impressionLookBackTimePeriod

private TimePeriod impressionLookBackTimePeriod

isActive

private java.lang.Boolean isActive

lastUpdateTimestamp

private java.util.Calendar lastUpdateTimestamp

name

private java.lang.String name

pixelFrequency

private PixelFrequency pixelFrequency

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

Pixel

public Pixel()

Pixel

public Pixel(java.lang.Long ID,
             java.lang.String accountID,
             TimePeriod clickLookBackTimePeriod,
             java.util.Calendar createTimestamp,
             TimePeriod expirationTimePeriod,
             TimePeriod impressionLookBackTimePeriod,
             java.lang.Boolean isActive,
             java.util.Calendar lastUpdateTimestamp,
             java.lang.String name,
             PixelFrequency pixelFrequency)
Method Detail

getID

public java.lang.Long getID()
Gets the ID value for this Pixel.

Returns:
ID

setID

public void setID(java.lang.Long ID)
Sets the ID value for this Pixel.

Parameters:
ID -

getAccountID

public java.lang.String getAccountID()
Gets the accountID value for this Pixel.

Returns:
accountID

setAccountID

public void setAccountID(java.lang.String accountID)
Sets the accountID value for this Pixel.

Parameters:
accountID -

getClickLookBackTimePeriod

public TimePeriod getClickLookBackTimePeriod()
Gets the clickLookBackTimePeriod value for this Pixel.

Returns:
clickLookBackTimePeriod

setClickLookBackTimePeriod

public void setClickLookBackTimePeriod(TimePeriod clickLookBackTimePeriod)
Sets the clickLookBackTimePeriod value for this Pixel.

Parameters:
clickLookBackTimePeriod -

getCreateTimestamp

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

Returns:
createTimestamp

setCreateTimestamp

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

Parameters:
createTimestamp -

getExpirationTimePeriod

public TimePeriod getExpirationTimePeriod()
Gets the expirationTimePeriod value for this Pixel.

Returns:
expirationTimePeriod

setExpirationTimePeriod

public void setExpirationTimePeriod(TimePeriod expirationTimePeriod)
Sets the expirationTimePeriod value for this Pixel.

Parameters:
expirationTimePeriod -

getImpressionLookBackTimePeriod

public TimePeriod getImpressionLookBackTimePeriod()
Gets the impressionLookBackTimePeriod value for this Pixel.

Returns:
impressionLookBackTimePeriod

setImpressionLookBackTimePeriod

public void setImpressionLookBackTimePeriod(TimePeriod impressionLookBackTimePeriod)
Sets the impressionLookBackTimePeriod value for this Pixel.

Parameters:
impressionLookBackTimePeriod -

getIsActive

public java.lang.Boolean getIsActive()
Gets the isActive value for this Pixel.

Returns:
isActive

setIsActive

public void setIsActive(java.lang.Boolean isActive)
Sets the isActive value for this Pixel.

Parameters:
isActive -

getLastUpdateTimestamp

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

Returns:
lastUpdateTimestamp

setLastUpdateTimestamp

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

Parameters:
lastUpdateTimestamp -

getName

public java.lang.String getName()
Gets the name value for this Pixel.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Pixel.

Parameters:
name -

getPixelFrequency

public PixelFrequency getPixelFrequency()
Gets the pixelFrequency value for this Pixel.

Returns:
pixelFrequency

setPixelFrequency

public void setPixelFrequency(PixelFrequency pixelFrequency)
Sets the pixelFrequency value for this Pixel.

Parameters:
pixelFrequency -

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