nz.co.econz.nads.timecard1
Class CustomFieldBean

java.lang.Object
  extended by nz.co.econz.nads.timecard1.CustomFieldBean
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BooleanCustomField, CurrencyCustomField, DecimalCustomField, ListCustomField, TextCustomField, TimeCustomField, WholeNumberCustomField

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

See Also:
Serialized Form

Constructor Summary
CustomFieldBean()
           
CustomFieldBean(java.lang.String name, FieldDeviceProperty deviceProperty, int orderIndex, java.lang.String primaryKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 FieldDeviceProperty getDeviceProperty()
          Gets the deviceProperty value for this CustomFieldBean.
 java.lang.String getName()
          Gets the name value for this CustomFieldBean.
 int getOrderIndex()
          Gets the orderIndex value for this CustomFieldBean.
 java.lang.String getPrimaryKey()
          Gets the primaryKey value for this CustomFieldBean.
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
 int hashCode()
           
 void setDeviceProperty(FieldDeviceProperty deviceProperty)
          Sets the deviceProperty value for this CustomFieldBean.
 void setName(java.lang.String name)
          Sets the name value for this CustomFieldBean.
 void setOrderIndex(int orderIndex)
          Sets the orderIndex value for this CustomFieldBean.
 void setPrimaryKey(java.lang.String primaryKey)
          Sets the primaryKey value for this CustomFieldBean.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFieldBean

public CustomFieldBean()

CustomFieldBean

public CustomFieldBean(java.lang.String name,
                       FieldDeviceProperty deviceProperty,
                       int orderIndex,
                       java.lang.String primaryKey)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getDeviceProperty

public FieldDeviceProperty getDeviceProperty()
Gets the deviceProperty value for this CustomFieldBean.

Returns:
deviceProperty

setDeviceProperty

public void setDeviceProperty(FieldDeviceProperty deviceProperty)
Sets the deviceProperty value for this CustomFieldBean.

Parameters:
deviceProperty -

getOrderIndex

public int getOrderIndex()
Gets the orderIndex value for this CustomFieldBean.

Returns:
orderIndex

setOrderIndex

public void setOrderIndex(int orderIndex)
Sets the orderIndex value for this CustomFieldBean.

Parameters:
orderIndex -

getPrimaryKey

public java.lang.String getPrimaryKey()
Gets the primaryKey value for this CustomFieldBean.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(java.lang.String primaryKey)
Sets the primaryKey value for this CustomFieldBean.

Parameters:
primaryKey -

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 © 2017 The Electronic Company of New Zealand (1971) Limited