|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnz.co.econz.nads.soap2.FieldDeviceBean
public class FieldDeviceBean
Constructor Summary | |
---|---|
FieldDeviceBean()
|
|
FieldDeviceBean(java.lang.String primaryKey,
int updateIndex,
java.lang.String deviceID,
java.lang.String name,
java.lang.String userPK,
java.lang.String description,
boolean isDisabled,
boolean isDeleted,
java.util.Calendar whenLastUpdated)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Gets the description value for this FieldDeviceBean. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getDeviceID()
Gets the deviceID value for this FieldDeviceBean. |
java.lang.String |
getName()
Gets the name value for this FieldDeviceBean. |
java.lang.String |
getPrimaryKey()
Gets the primaryKey value for this FieldDeviceBean. |
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 |
getUpdateIndex()
Gets the updateIndex value for this FieldDeviceBean. |
java.lang.String |
getUserPK()
Gets the userPK value for this FieldDeviceBean. |
java.util.Calendar |
getWhenLastUpdated()
Gets the whenLastUpdated value for this FieldDeviceBean. |
int |
hashCode()
|
boolean |
isIsDeleted()
Gets the isDeleted value for this FieldDeviceBean. |
boolean |
isIsDisabled()
Gets the isDisabled value for this FieldDeviceBean. |
void |
setDescription(java.lang.String description)
Sets the description value for this FieldDeviceBean. |
void |
setDeviceID(java.lang.String deviceID)
Sets the deviceID value for this FieldDeviceBean. |
void |
setIsDeleted(boolean isDeleted)
Sets the isDeleted value for this FieldDeviceBean. |
void |
setIsDisabled(boolean isDisabled)
Sets the isDisabled value for this FieldDeviceBean. |
void |
setName(java.lang.String name)
Sets the name value for this FieldDeviceBean. |
void |
setPrimaryKey(java.lang.String primaryKey)
Sets the primaryKey value for this FieldDeviceBean. |
void |
setUpdateIndex(int updateIndex)
Sets the updateIndex value for this FieldDeviceBean. |
void |
setUserPK(java.lang.String userPK)
Sets the userPK value for this FieldDeviceBean. |
void |
setWhenLastUpdated(java.util.Calendar whenLastUpdated)
Sets the whenLastUpdated value for this FieldDeviceBean. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldDeviceBean()
public FieldDeviceBean(java.lang.String primaryKey, int updateIndex, java.lang.String deviceID, java.lang.String name, java.lang.String userPK, java.lang.String description, boolean isDisabled, boolean isDeleted, java.util.Calendar whenLastUpdated)
Method Detail |
---|
public java.lang.String getPrimaryKey()
public void setPrimaryKey(java.lang.String primaryKey)
primaryKey
- * This attribute is read only, it is ignored when updating field
devicespublic int getUpdateIndex()
public void setUpdateIndex(int updateIndex)
updateIndex
- * This attribute is read only and will be ignored when updating
field devicespublic java.lang.String getDeviceID()
public void setDeviceID(java.lang.String deviceID)
deviceID
- * This attribute is read only, it is ignored when updating field
devices and
used when creatingpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- * This attribute is read only, it is ignored when updating field
devices and
used when creatingpublic java.lang.String getUserPK()
public void setUserPK(java.lang.String userPK)
userPK
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public boolean isIsDisabled()
public void setIsDisabled(boolean isDisabled)
isDisabled
- public boolean isIsDeleted()
public void setIsDeleted(boolean isDeleted)
isDeleted
- * This attribute is read only and will be ignored when updating
field devicespublic java.util.Calendar getWhenLastUpdated()
public void setWhenLastUpdated(java.util.Calendar whenLastUpdated)
whenLastUpdated
- * This attribute is read only and will be ignored when updating
field devicespublic 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 |