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

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

public class UrlInformationTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UrlInformationTO()
           
UrlInformationTO(FormTO[] formList, String url)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 FormTO[] getFormList()
          Gets the formList value for this UrlInformationTO.
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
 String getUrl()
          Gets the url value for this UrlInformationTO.
 int hashCode()
           
 void setFormList(FormTO[] formList)
          Sets the formList value for this UrlInformationTO.
 void setUrl(String url)
          Sets the url value for this UrlInformationTO.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlInformationTO

public UrlInformationTO()

UrlInformationTO

public UrlInformationTO(FormTO[] formList,
                        String url)
Method Detail

getFormList

public FormTO[] getFormList()
Gets the formList value for this UrlInformationTO.

Returns:
formList

setFormList

public void setFormList(FormTO[] formList)
Sets the formList value for this UrlInformationTO.

Parameters:
formList -

getUrl

public String getUrl()
Gets the url value for this UrlInformationTO.

Returns:
url

setUrl

public void setUrl(String url)
Sets the url value for this UrlInformationTO.

Parameters:
url -

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