|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnz.co.econz.nads.timecard1.CustomFieldBean
public class CustomFieldBean
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 |
---|
public CustomFieldBean()
public CustomFieldBean(java.lang.String name, FieldDeviceProperty deviceProperty, int orderIndex, java.lang.String primaryKey)
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public FieldDeviceProperty getDeviceProperty()
public void setDeviceProperty(FieldDeviceProperty deviceProperty)
deviceProperty
- public int getOrderIndex()
public void setOrderIndex(int orderIndex)
orderIndex
- public java.lang.String getPrimaryKey()
public void setPrimaryKey(java.lang.String primaryKey)
primaryKey
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |