com.yahoo.marketing.apt
Class Visit

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  long[] contentTopicIDs
           
private  long[] contentTypeIDs
           
private  long[] customContentCategoryIDs
           
private  long[] customSectionIDs
           
private  java.lang.String[] publisherAccountIDs
           
private  long[] siteIDs
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Visit()
           
Visit(long[] contentTopicIDs, long[] contentTypeIDs, long[] customContentCategoryIDs, long[] customSectionIDs, java.lang.String[] publisherAccountIDs, long[] siteIDs)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long[] getContentTopicIDs()
          Gets the contentTopicIDs value for this Visit.
 long[] getContentTypeIDs()
          Gets the contentTypeIDs value for this Visit.
 long[] getCustomContentCategoryIDs()
          Gets the customContentCategoryIDs value for this Visit.
 long[] getCustomSectionIDs()
          Gets the customSectionIDs value for this Visit.
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[] getPublisherAccountIDs()
          Gets the publisherAccountIDs value for this Visit.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long[] getSiteIDs()
          Gets the siteIDs value for this Visit.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContentTopicIDs(long[] contentTopicIDs)
          Sets the contentTopicIDs value for this Visit.
 void setContentTypeIDs(long[] contentTypeIDs)
          Sets the contentTypeIDs value for this Visit.
 void setCustomContentCategoryIDs(long[] customContentCategoryIDs)
          Sets the customContentCategoryIDs value for this Visit.
 void setCustomSectionIDs(long[] customSectionIDs)
          Sets the customSectionIDs value for this Visit.
 void setPublisherAccountIDs(java.lang.String[] publisherAccountIDs)
          Sets the publisherAccountIDs value for this Visit.
 void setSiteIDs(long[] siteIDs)
          Sets the siteIDs value for this Visit.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentTopicIDs

private long[] contentTopicIDs

contentTypeIDs

private long[] contentTypeIDs

customContentCategoryIDs

private long[] customContentCategoryIDs

customSectionIDs

private long[] customSectionIDs

publisherAccountIDs

private java.lang.String[] publisherAccountIDs

siteIDs

private long[] siteIDs

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

Visit

public Visit()

Visit

public Visit(long[] contentTopicIDs,
             long[] contentTypeIDs,
             long[] customContentCategoryIDs,
             long[] customSectionIDs,
             java.lang.String[] publisherAccountIDs,
             long[] siteIDs)
Method Detail

getContentTopicIDs

public long[] getContentTopicIDs()
Gets the contentTopicIDs value for this Visit.

Returns:
contentTopicIDs

setContentTopicIDs

public void setContentTopicIDs(long[] contentTopicIDs)
Sets the contentTopicIDs value for this Visit.

Parameters:
contentTopicIDs -

getContentTypeIDs

public long[] getContentTypeIDs()
Gets the contentTypeIDs value for this Visit.

Returns:
contentTypeIDs

setContentTypeIDs

public void setContentTypeIDs(long[] contentTypeIDs)
Sets the contentTypeIDs value for this Visit.

Parameters:
contentTypeIDs -

getCustomContentCategoryIDs

public long[] getCustomContentCategoryIDs()
Gets the customContentCategoryIDs value for this Visit.

Returns:
customContentCategoryIDs

setCustomContentCategoryIDs

public void setCustomContentCategoryIDs(long[] customContentCategoryIDs)
Sets the customContentCategoryIDs value for this Visit.

Parameters:
customContentCategoryIDs -

getCustomSectionIDs

public long[] getCustomSectionIDs()
Gets the customSectionIDs value for this Visit.

Returns:
customSectionIDs

setCustomSectionIDs

public void setCustomSectionIDs(long[] customSectionIDs)
Sets the customSectionIDs value for this Visit.

Parameters:
customSectionIDs -

getPublisherAccountIDs

public java.lang.String[] getPublisherAccountIDs()
Gets the publisherAccountIDs value for this Visit.

Returns:
publisherAccountIDs

setPublisherAccountIDs

public void setPublisherAccountIDs(java.lang.String[] publisherAccountIDs)
Sets the publisherAccountIDs value for this Visit.

Parameters:
publisherAccountIDs -

getSiteIDs

public long[] getSiteIDs()
Gets the siteIDs value for this Visit.

Returns:
siteIDs

setSiteIDs

public void setSiteIDs(long[] siteIDs)
Sets the siteIDs value for this Visit.

Parameters:
siteIDs -

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