com.konakart.wsapp
Class Manufacturer

java.lang.Object
  extended by com.konakart.wsapp.Manufacturer
All Implemented Interfaces:
java.io.Serializable

public class Manufacturer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Manufacturer()
           
Manufacturer(Address[] addresses, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String custom4, java.lang.String custom5, int id, java.lang.String image, java.util.Calendar lastClick, java.lang.String name, int numberOfProducts, java.lang.String url, int urlClicked)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Address[] getAddresses()
          Gets the addresses value for this Manufacturer.
 java.lang.String getCustom1()
          Gets the custom1 value for this Manufacturer.
 java.lang.String getCustom2()
          Gets the custom2 value for this Manufacturer.
 java.lang.String getCustom3()
          Gets the custom3 value for this Manufacturer.
 java.lang.String getCustom4()
          Gets the custom4 value for this Manufacturer.
 java.lang.String getCustom5()
          Gets the custom5 value for this Manufacturer.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this Manufacturer.
 java.lang.String getImage()
          Gets the image value for this Manufacturer.
 java.util.Calendar getLastClick()
          Gets the lastClick value for this Manufacturer.
 java.lang.String getName()
          Gets the name value for this Manufacturer.
 int getNumberOfProducts()
          Gets the numberOfProducts value for this Manufacturer.
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
 java.lang.String getUrl()
          Gets the url value for this Manufacturer.
 int getUrlClicked()
          Gets the urlClicked value for this Manufacturer.
 int hashCode()
           
 void setAddresses(Address[] addresses)
          Sets the addresses value for this Manufacturer.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this Manufacturer.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this Manufacturer.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this Manufacturer.
 void setCustom4(java.lang.String custom4)
          Sets the custom4 value for this Manufacturer.
 void setCustom5(java.lang.String custom5)
          Sets the custom5 value for this Manufacturer.
 void setId(int id)
          Sets the id value for this Manufacturer.
 void setImage(java.lang.String image)
          Sets the image value for this Manufacturer.
 void setLastClick(java.util.Calendar lastClick)
          Sets the lastClick value for this Manufacturer.
 void setName(java.lang.String name)
          Sets the name value for this Manufacturer.
 void setNumberOfProducts(int numberOfProducts)
          Sets the numberOfProducts value for this Manufacturer.
 void setUrl(java.lang.String url)
          Sets the url value for this Manufacturer.
 void setUrlClicked(int urlClicked)
          Sets the urlClicked value for this Manufacturer.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Manufacturer

public Manufacturer()

Manufacturer

public Manufacturer(Address[] addresses,
                    java.lang.String custom1,
                    java.lang.String custom2,
                    java.lang.String custom3,
                    java.lang.String custom4,
                    java.lang.String custom5,
                    int id,
                    java.lang.String image,
                    java.util.Calendar lastClick,
                    java.lang.String name,
                    int numberOfProducts,
                    java.lang.String url,
                    int urlClicked)
Method Detail

getAddresses

public Address[] getAddresses()
Gets the addresses value for this Manufacturer.

Returns:
addresses

setAddresses

public void setAddresses(Address[] addresses)
Sets the addresses value for this Manufacturer.

Parameters:
addresses -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this Manufacturer.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this Manufacturer.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this Manufacturer.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this Manufacturer.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this Manufacturer.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this Manufacturer.

Parameters:
custom3 -

getCustom4

public java.lang.String getCustom4()
Gets the custom4 value for this Manufacturer.

Returns:
custom4

setCustom4

public void setCustom4(java.lang.String custom4)
Sets the custom4 value for this Manufacturer.

Parameters:
custom4 -

getCustom5

public java.lang.String getCustom5()
Gets the custom5 value for this Manufacturer.

Returns:
custom5

setCustom5

public void setCustom5(java.lang.String custom5)
Sets the custom5 value for this Manufacturer.

Parameters:
custom5 -

getId

public int getId()
Gets the id value for this Manufacturer.

Returns:
id

setId

public void setId(int id)
Sets the id value for this Manufacturer.

Parameters:
id -

getImage

public java.lang.String getImage()
Gets the image value for this Manufacturer.

Returns:
image

setImage

public void setImage(java.lang.String image)
Sets the image value for this Manufacturer.

Parameters:
image -

getLastClick

public java.util.Calendar getLastClick()
Gets the lastClick value for this Manufacturer.

Returns:
lastClick

setLastClick

public void setLastClick(java.util.Calendar lastClick)
Sets the lastClick value for this Manufacturer.

Parameters:
lastClick -

getName

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

Returns:
name

setName

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

Parameters:
name -

getNumberOfProducts

public int getNumberOfProducts()
Gets the numberOfProducts value for this Manufacturer.

Returns:
numberOfProducts

setNumberOfProducts

public void setNumberOfProducts(int numberOfProducts)
Sets the numberOfProducts value for this Manufacturer.

Parameters:
numberOfProducts -

getUrl

public java.lang.String getUrl()
Gets the url value for this Manufacturer.

Returns:
url

setUrl

public void setUrl(java.lang.String url)
Sets the url value for this Manufacturer.

Parameters:
url -

getUrlClicked

public int getUrlClicked()
Gets the urlClicked value for this Manufacturer.

Returns:
urlClicked

setUrlClicked

public void setUrlClicked(int urlClicked)
Sets the urlClicked value for this Manufacturer.

Parameters:
urlClicked -

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



Copyright © 2011 DS Data Systems UK Ltd.