com.yahoo.marketing.apt
Class CompositeURL

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Url clickThroughURL
           
private  Url clickTrackingURL
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.Integer urlIndex
           
 
Constructor Summary
CompositeURL()
           
CompositeURL(Url clickThroughURL, Url clickTrackingURL, java.lang.Integer urlIndex)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Url getClickThroughURL()
          Gets the clickThroughURL value for this CompositeURL.
 Url getClickTrackingURL()
          Gets the clickTrackingURL value for this CompositeURL.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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
 java.lang.Integer getUrlIndex()
          Gets the urlIndex value for this CompositeURL.
 int hashCode()
           
 void setClickThroughURL(Url clickThroughURL)
          Sets the clickThroughURL value for this CompositeURL.
 void setClickTrackingURL(Url clickTrackingURL)
          Sets the clickTrackingURL value for this CompositeURL.
 void setUrlIndex(java.lang.Integer urlIndex)
          Sets the urlIndex value for this CompositeURL.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clickThroughURL

private Url clickThroughURL

clickTrackingURL

private Url clickTrackingURL

urlIndex

private java.lang.Integer urlIndex

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

CompositeURL

public CompositeURL()

CompositeURL

public CompositeURL(Url clickThroughURL,
                    Url clickTrackingURL,
                    java.lang.Integer urlIndex)
Method Detail

getClickThroughURL

public Url getClickThroughURL()
Gets the clickThroughURL value for this CompositeURL.

Returns:
clickThroughURL

setClickThroughURL

public void setClickThroughURL(Url clickThroughURL)
Sets the clickThroughURL value for this CompositeURL.

Parameters:
clickThroughURL -

getClickTrackingURL

public Url getClickTrackingURL()
Gets the clickTrackingURL value for this CompositeURL.

Returns:
clickTrackingURL

setClickTrackingURL

public void setClickTrackingURL(Url clickTrackingURL)
Sets the clickTrackingURL value for this CompositeURL.

Parameters:
clickTrackingURL -

getUrlIndex

public java.lang.Integer getUrlIndex()
Gets the urlIndex value for this CompositeURL.

Returns:
urlIndex

setUrlIndex

public void setUrlIndex(java.lang.Integer urlIndex)
Sets the urlIndex value for this CompositeURL.

Parameters:
urlIndex -

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