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

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

public class UrlInformationAndBlackListTO
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

UrlInformationAndBlackListTO

public UrlInformationAndBlackListTO()

UrlInformationAndBlackListTO

public UrlInformationAndBlackListTO(String[] blackList,
                                    UrlInformationTO[] urlInformations)
Method Detail

getBlackList

public String[] getBlackList()
Gets the blackList value for this UrlInformationAndBlackListTO.

Returns:
blackList

setBlackList

public void setBlackList(String[] blackList)
Sets the blackList value for this UrlInformationAndBlackListTO.

Parameters:
blackList -

getUrlInformations

public UrlInformationTO[] getUrlInformations()
Gets the urlInformations value for this UrlInformationAndBlackListTO.

Returns:
urlInformations

setUrlInformations

public void setUrlInformations(UrlInformationTO[] urlInformations)
Sets the urlInformations value for this UrlInformationAndBlackListTO.

Parameters:
urlInformations -

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