com.yahoo.marketing.apt
Class TextFlashVariableConstraints

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

public class TextFlashVariableConstraints
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 defaultText
           
private  java.lang.Boolean editable
           
private  java.lang.String flashVariableName
           
private  java.lang.Boolean hidden
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
TextFlashVariableConstraints()
           
TextFlashVariableConstraints(java.lang.String defaultText, java.lang.Boolean editable, java.lang.String flashVariableName, java.lang.Boolean hidden)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDefaultText()
          Gets the defaultText value for this TextFlashVariableConstraints.
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.Boolean getEditable()
          Gets the editable value for this TextFlashVariableConstraints.
 java.lang.String getFlashVariableName()
          Gets the flashVariableName value for this TextFlashVariableConstraints.
 java.lang.Boolean getHidden()
          Gets the hidden value for this TextFlashVariableConstraints.
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 setDefaultText(java.lang.String defaultText)
          Sets the defaultText value for this TextFlashVariableConstraints.
 void setEditable(java.lang.Boolean editable)
          Sets the editable value for this TextFlashVariableConstraints.
 void setFlashVariableName(java.lang.String flashVariableName)
          Sets the flashVariableName value for this TextFlashVariableConstraints.
 void setHidden(java.lang.Boolean hidden)
          Sets the hidden value for this TextFlashVariableConstraints.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultText

private java.lang.String defaultText

editable

private java.lang.Boolean editable

flashVariableName

private java.lang.String flashVariableName

hidden

private java.lang.Boolean hidden

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

TextFlashVariableConstraints

public TextFlashVariableConstraints()

TextFlashVariableConstraints

public TextFlashVariableConstraints(java.lang.String defaultText,
                                    java.lang.Boolean editable,
                                    java.lang.String flashVariableName,
                                    java.lang.Boolean hidden)
Method Detail

getDefaultText

public java.lang.String getDefaultText()
Gets the defaultText value for this TextFlashVariableConstraints.

Returns:
defaultText

setDefaultText

public void setDefaultText(java.lang.String defaultText)
Sets the defaultText value for this TextFlashVariableConstraints.

Parameters:
defaultText -

getEditable

public java.lang.Boolean getEditable()
Gets the editable value for this TextFlashVariableConstraints.

Returns:
editable

setEditable

public void setEditable(java.lang.Boolean editable)
Sets the editable value for this TextFlashVariableConstraints.

Parameters:
editable -

getFlashVariableName

public java.lang.String getFlashVariableName()
Gets the flashVariableName value for this TextFlashVariableConstraints.

Returns:
flashVariableName

setFlashVariableName

public void setFlashVariableName(java.lang.String flashVariableName)
Sets the flashVariableName value for this TextFlashVariableConstraints.

Parameters:
flashVariableName -

getHidden

public java.lang.Boolean getHidden()
Gets the hidden value for this TextFlashVariableConstraints.

Returns:
hidden

setHidden

public void setHidden(java.lang.Boolean hidden)
Sets the hidden value for this TextFlashVariableConstraints.

Parameters:
hidden -

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