net.parityinc.higgins.rpps.core.obj
Class FormTO

java.lang.Object
  extended bynet.parityinc.higgins.rpps.core.obj.FormTO
All Implemented Interfaces:
Serializable

public class FormTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FormTO()
           
FormTO(String action, String id, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAction()
          Gets the action value for this FormTO.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this FormTO.
 String getName()
          Gets the name value for this FormTO.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAction(String action)
          Sets the action value for this FormTO.
 void setId(String id)
          Sets the id value for this FormTO.
 void setName(String name)
          Sets the name value for this FormTO.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormTO

public FormTO()

FormTO

public FormTO(String action,
              String id,
              String name)
Method Detail

getAction

public String getAction()
Gets the action value for this FormTO.

Returns:
action

setAction

public void setAction(String action)
Sets the action value for this FormTO.

Parameters:
action -

getId

public String getId()
Gets the id value for this FormTO.

Returns:
id

setId

public void setId(String id)
Sets the id value for this FormTO.

Parameters:
id -

getName

public String getName()
Gets the name value for this FormTO.

Returns:
name

setName

public void setName(String name)
Sets the name value for this FormTO.

Parameters:
name -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer