com.yahoo.marketing.apt
Class Palette

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

public class Palette
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  java.lang.String backgroundColor
           
private  java.lang.String borderColor
           
private  java.util.Calendar createTimestamp
           
private  java.lang.String descriptionColor
           
private  java.lang.Long ID
           
private  java.util.Calendar lastUpdateTimestamp
           
private  java.lang.String name
           
private  java.lang.String titleColor
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String urlColor
           
 
Constructor Summary
Palette()
           
Palette(java.lang.Long ID, java.lang.String accountID, java.lang.String backgroundColor, java.lang.String borderColor, java.util.Calendar createTimestamp, java.lang.String descriptionColor, java.util.Calendar lastUpdateTimestamp, java.lang.String name, java.lang.String titleColor, java.lang.String urlColor)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountID()
          Gets the accountID value for this Palette.
 java.lang.String getBackgroundColor()
          Gets the backgroundColor value for this Palette.
 java.lang.String getBorderColor()
          Gets the borderColor value for this Palette.
 java.util.Calendar getCreateTimestamp()
          Gets the createTimestamp value for this Palette.
 java.lang.String getDescriptionColor()
          Gets the descriptionColor value for this Palette.
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.Long getID()
          Gets the ID value for this Palette.
 java.util.Calendar getLastUpdateTimestamp()
          Gets the lastUpdateTimestamp value for this Palette.
 java.lang.String getName()
          Gets the name value for this Palette.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTitleColor()
          Gets the titleColor value for this Palette.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUrlColor()
          Gets the urlColor value for this Palette.
 int hashCode()
           
 void setAccountID(java.lang.String accountID)
          Sets the accountID value for this Palette.
 void setBackgroundColor(java.lang.String backgroundColor)
          Sets the backgroundColor value for this Palette.
 void setBorderColor(java.lang.String borderColor)
          Sets the borderColor value for this Palette.
 void setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this Palette.
 void setDescriptionColor(java.lang.String descriptionColor)
          Sets the descriptionColor value for this Palette.
 void setID(java.lang.Long ID)
          Sets the ID value for this Palette.
 void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
          Sets the lastUpdateTimestamp value for this Palette.
 void setName(java.lang.String name)
          Sets the name value for this Palette.
 void setTitleColor(java.lang.String titleColor)
          Sets the titleColor value for this Palette.
 void setUrlColor(java.lang.String urlColor)
          Sets the urlColor value for this Palette.
 
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

backgroundColor

private java.lang.String backgroundColor

borderColor

private java.lang.String borderColor

createTimestamp

private java.util.Calendar createTimestamp

descriptionColor

private java.lang.String descriptionColor

lastUpdateTimestamp

private java.util.Calendar lastUpdateTimestamp

name

private java.lang.String name

titleColor

private java.lang.String titleColor

urlColor

private java.lang.String urlColor

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

Palette

public Palette()

Palette

public Palette(java.lang.Long ID,
               java.lang.String accountID,
               java.lang.String backgroundColor,
               java.lang.String borderColor,
               java.util.Calendar createTimestamp,
               java.lang.String descriptionColor,
               java.util.Calendar lastUpdateTimestamp,
               java.lang.String name,
               java.lang.String titleColor,
               java.lang.String urlColor)
Method Detail

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getAccountID

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

Returns:
accountID

setAccountID

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

Parameters:
accountID -

getBackgroundColor

public java.lang.String getBackgroundColor()
Gets the backgroundColor value for this Palette.

Returns:
backgroundColor

setBackgroundColor

public void setBackgroundColor(java.lang.String backgroundColor)
Sets the backgroundColor value for this Palette.

Parameters:
backgroundColor -

getBorderColor

public java.lang.String getBorderColor()
Gets the borderColor value for this Palette.

Returns:
borderColor

setBorderColor

public void setBorderColor(java.lang.String borderColor)
Sets the borderColor value for this Palette.

Parameters:
borderColor -

getCreateTimestamp

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

Returns:
createTimestamp

setCreateTimestamp

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

Parameters:
createTimestamp -

getDescriptionColor

public java.lang.String getDescriptionColor()
Gets the descriptionColor value for this Palette.

Returns:
descriptionColor

setDescriptionColor

public void setDescriptionColor(java.lang.String descriptionColor)
Sets the descriptionColor value for this Palette.

Parameters:
descriptionColor -

getLastUpdateTimestamp

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

Returns:
lastUpdateTimestamp

setLastUpdateTimestamp

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

Parameters:
lastUpdateTimestamp -

getName

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

Returns:
name

setName

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

Parameters:
name -

getTitleColor

public java.lang.String getTitleColor()
Gets the titleColor value for this Palette.

Returns:
titleColor

setTitleColor

public void setTitleColor(java.lang.String titleColor)
Sets the titleColor value for this Palette.

Parameters:
titleColor -

getUrlColor

public java.lang.String getUrlColor()
Gets the urlColor value for this Palette.

Returns:
urlColor

setUrlColor

public void setUrlColor(java.lang.String urlColor)
Sets the urlColor value for this Palette.

Parameters:
urlColor -

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