nz.co.econz.nads.soap2
Class FieldDeviceBean

java.lang.Object
  extended by nz.co.econz.nads.soap2.FieldDeviceBean
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EmailFieldDeviceBean, LoginStatefulFieldDeviceBean, NavmanFieldDeviceBean, NoDeviceFieldDeviceBean, SMSFieldDeviceBean

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

See Also:
Serialized Form

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

FieldDeviceBean

public FieldDeviceBean()

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

getPrimaryKey

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

Returns:
primaryKey * This attribute is read only, it is ignored when updating field devices

setPrimaryKey

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

Parameters:
primaryKey - * This attribute is read only, it is ignored when updating field devices

getUpdateIndex

public int getUpdateIndex()
Gets the updateIndex value for this FieldDeviceBean.

Returns:
updateIndex * This attribute is read only and will be ignored when updating field devices

setUpdateIndex

public void setUpdateIndex(int updateIndex)
Sets the updateIndex value for this FieldDeviceBean.

Parameters:
updateIndex - * This attribute is read only and will be ignored when updating field devices

getDeviceID

public java.lang.String getDeviceID()
Gets the deviceID value for this FieldDeviceBean.

Returns:
deviceID * This attribute is read only, it is ignored when updating field devices and used when creating

setDeviceID

public void setDeviceID(java.lang.String deviceID)
Sets the deviceID value for this FieldDeviceBean.

Parameters:
deviceID - * This attribute is read only, it is ignored when updating field devices and used when creating

getName

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

Returns:
name * This attribute is read only, it is ignored when updating field devices and used when creating

setName

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

Parameters:
name - * This attribute is read only, it is ignored when updating field devices and used when creating

getUserPK

public java.lang.String getUserPK()
Gets the userPK value for this FieldDeviceBean.

Returns:
userPK

setUserPK

public void setUserPK(java.lang.String userPK)
Sets the userPK value for this FieldDeviceBean.

Parameters:
userPK -

getDescription

public java.lang.String getDescription()
Gets the description value for this FieldDeviceBean.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this FieldDeviceBean.

Parameters:
description -

isIsDisabled

public boolean isIsDisabled()
Gets the isDisabled value for this FieldDeviceBean.

Returns:
isDisabled

setIsDisabled

public void setIsDisabled(boolean isDisabled)
Sets the isDisabled value for this FieldDeviceBean.

Parameters:
isDisabled -

isIsDeleted

public boolean isIsDeleted()
Gets the isDeleted value for this FieldDeviceBean.

Returns:
isDeleted * This attribute is read only and will be ignored when updating field devices

setIsDeleted

public void setIsDeleted(boolean isDeleted)
Sets the isDeleted value for this FieldDeviceBean.

Parameters:
isDeleted - * This attribute is read only and will be ignored when updating field devices

getWhenLastUpdated

public java.util.Calendar getWhenLastUpdated()
Gets the whenLastUpdated value for this FieldDeviceBean.

Returns:
whenLastUpdated * This attribute is read only and will be ignored when updating field devices

setWhenLastUpdated

public void setWhenLastUpdated(java.util.Calendar whenLastUpdated)
Sets the whenLastUpdated value for this FieldDeviceBean.

Parameters:
whenLastUpdated - * This attribute is read only and will be ignored when updating field devices

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