com.konakart.wsapp
Class ProdCustAttr

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

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

See Also:
Serialized Form

Constructor Summary
ProdCustAttr()
           
ProdCustAttr(java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, int facetNumber, int id, java.lang.String msgCatKey, java.lang.String name, java.lang.String template, int type, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustom1()
          Gets the custom1 value for this ProdCustAttr.
 java.lang.String getCustom2()
          Gets the custom2 value for this ProdCustAttr.
 java.lang.String getCustom3()
          Gets the custom3 value for this ProdCustAttr.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getFacetNumber()
          Gets the facetNumber value for this ProdCustAttr.
 int getId()
          Gets the id value for this ProdCustAttr.
 java.lang.String getMsgCatKey()
          Gets the msgCatKey value for this ProdCustAttr.
 java.lang.String getName()
          Gets the name value for this ProdCustAttr.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTemplate()
          Gets the template value for this ProdCustAttr.
 int getType()
          Gets the type value for this ProdCustAttr.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValue()
          Gets the value value for this ProdCustAttr.
 int hashCode()
           
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this ProdCustAttr.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this ProdCustAttr.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this ProdCustAttr.
 void setFacetNumber(int facetNumber)
          Sets the facetNumber value for this ProdCustAttr.
 void setId(int id)
          Sets the id value for this ProdCustAttr.
 void setMsgCatKey(java.lang.String msgCatKey)
          Sets the msgCatKey value for this ProdCustAttr.
 void setName(java.lang.String name)
          Sets the name value for this ProdCustAttr.
 void setTemplate(java.lang.String template)
          Sets the template value for this ProdCustAttr.
 void setType(int type)
          Sets the type value for this ProdCustAttr.
 void setValue(java.lang.String value)
          Sets the value value for this ProdCustAttr.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProdCustAttr

public ProdCustAttr()

ProdCustAttr

public ProdCustAttr(java.lang.String custom1,
                    java.lang.String custom2,
                    java.lang.String custom3,
                    int facetNumber,
                    int id,
                    java.lang.String msgCatKey,
                    java.lang.String name,
                    java.lang.String template,
                    int type,
                    java.lang.String value)
Method Detail

getCustom1

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

Returns:
custom1

setCustom1

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

Parameters:
custom1 -

getCustom2

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

Returns:
custom2

setCustom2

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

Parameters:
custom2 -

getCustom3

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

Returns:
custom3

setCustom3

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

Parameters:
custom3 -

getFacetNumber

public int getFacetNumber()
Gets the facetNumber value for this ProdCustAttr.

Returns:
facetNumber

setFacetNumber

public void setFacetNumber(int facetNumber)
Sets the facetNumber value for this ProdCustAttr.

Parameters:
facetNumber -

getId

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

Returns:
id

setId

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

Parameters:
id -

getMsgCatKey

public java.lang.String getMsgCatKey()
Gets the msgCatKey value for this ProdCustAttr.

Returns:
msgCatKey

setMsgCatKey

public void setMsgCatKey(java.lang.String msgCatKey)
Sets the msgCatKey value for this ProdCustAttr.

Parameters:
msgCatKey -

getName

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

Returns:
name

setName

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

Parameters:
name -

getTemplate

public java.lang.String getTemplate()
Gets the template value for this ProdCustAttr.

Returns:
template

setTemplate

public void setTemplate(java.lang.String template)
Sets the template value for this ProdCustAttr.

Parameters:
template -

getType

public int getType()
Gets the type value for this ProdCustAttr.

Returns:
type

setType

public void setType(int type)
Sets the type value for this ProdCustAttr.

Parameters:
type -

getValue

public java.lang.String getValue()
Gets the value value for this ProdCustAttr.

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this ProdCustAttr.

Parameters:
value -

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.