com.yahoo.marketing.apt
Class ReportColumn

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

public class ReportColumn
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 description
           
private  ColumnFormatType format
           
private  java.lang.String ID
           
private  java.lang.String name
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ReportColumn()
           
ReportColumn(java.lang.String ID, java.lang.String description, ColumnFormatType format, java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this ReportColumn.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ColumnFormatType getFormat()
          Gets the format value for this ReportColumn.
 java.lang.String getID()
          Gets the ID value for this ReportColumn.
 java.lang.String getName()
          Gets the name value for this ReportColumn.
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 setDescription(java.lang.String description)
          Sets the description value for this ReportColumn.
 void setFormat(ColumnFormatType format)
          Sets the format value for this ReportColumn.
 void setID(java.lang.String ID)
          Sets the ID value for this ReportColumn.
 void setName(java.lang.String name)
          Sets the name value for this ReportColumn.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

private java.lang.String ID

description

private java.lang.String description

format

private ColumnFormatType format

name

private java.lang.String name

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ReportColumn

public ReportColumn()

ReportColumn

public ReportColumn(java.lang.String ID,
                    java.lang.String description,
                    ColumnFormatType format,
                    java.lang.String name)
Method Detail

getID

public java.lang.String getID()
Gets the ID value for this ReportColumn.

Returns:
ID

setID

public void setID(java.lang.String ID)
Sets the ID value for this ReportColumn.

Parameters:
ID -

getDescription

public java.lang.String getDescription()
Gets the description value for this ReportColumn.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ReportColumn.

Parameters:
description -

getFormat

public ColumnFormatType getFormat()
Gets the format value for this ReportColumn.

Returns:
format

setFormat

public void setFormat(ColumnFormatType format)
Sets the format value for this ReportColumn.

Parameters:
format -

getName

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

Returns:
name

setName

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

Parameters:
name -

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