com.yahoo.marketing.apt
Class ROITarget

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  OptimizationMetric optimizationMetric
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.Double value
           
 
Constructor Summary
ROITarget()
           
ROITarget(OptimizationMetric optimizationMetric, java.lang.Double value)
           
 
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
 OptimizationMetric getOptimizationMetric()
          Gets the optimizationMetric value for this ROITarget.
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.Double getValue()
          Gets the value value for this ROITarget.
 int hashCode()
           
 void setOptimizationMetric(OptimizationMetric optimizationMetric)
          Sets the optimizationMetric value for this ROITarget.
 void setValue(java.lang.Double value)
          Sets the value value for this ROITarget.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

optimizationMetric

private OptimizationMetric optimizationMetric

value

private java.lang.Double value

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ROITarget

public ROITarget()

ROITarget

public ROITarget(OptimizationMetric optimizationMetric,
                 java.lang.Double value)
Method Detail

getOptimizationMetric

public OptimizationMetric getOptimizationMetric()
Gets the optimizationMetric value for this ROITarget.

Returns:
optimizationMetric

setOptimizationMetric

public void setOptimizationMetric(OptimizationMetric optimizationMetric)
Sets the optimizationMetric value for this ROITarget.

Parameters:
optimizationMetric -

getValue

public java.lang.Double getValue()
Gets the value value for this ROITarget.

Returns:
value

setValue

public void setValue(java.lang.Double value)
Sets the value value for this ROITarget.

Parameters:
value -

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