nz.co.econz.nads.timecard1
Class UserBean

java.lang.Object
  extended by nz.co.econz.nads.timecard1.UserBean
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
UserBean()
           
UserBean(java.lang.String primaryKey, int updateIndex, boolean deleted, java.lang.String loginID, java.lang.String name, java.lang.String[] teams, java.lang.String timezone, java.lang.String userTypePK, java.lang.String description, java.lang.String emailAddress, java.lang.String phoneNumber, java.lang.String faxNumber, java.lang.String pagerNumber, java.lang.String mobileNumber, java.lang.String securityQuestion, java.lang.String securityAnswer, SynchronisationBean[] synchronisation)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this UserBean.
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 getEmailAddress()
          Gets the emailAddress value for this UserBean.
 java.lang.String getFaxNumber()
          Gets the faxNumber value for this UserBean.
 java.lang.String getLoginID()
          Gets the loginID value for this UserBean.
 java.lang.String getMobileNumber()
          Gets the mobileNumber value for this UserBean.
 java.lang.String getName()
          Gets the name value for this UserBean.
 java.lang.String getPagerNumber()
          Gets the pagerNumber value for this UserBean.
 java.lang.String getPhoneNumber()
          Gets the phoneNumber value for this UserBean.
 java.lang.String getPrimaryKey()
          Gets the primaryKey value for this UserBean.
 java.lang.String getSecurityAnswer()
          Gets the securityAnswer value for this UserBean.
 java.lang.String getSecurityQuestion()
          Gets the securityQuestion value for this UserBean.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SynchronisationBean[] getSynchronisation()
          Gets the synchronisation value for this UserBean.
 java.lang.String[] getTeams()
          Gets the teams value for this UserBean.
 java.lang.String getTimezone()
          Gets the timezone value for this UserBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getUpdateIndex()
          Gets the updateIndex value for this UserBean.
 java.lang.String getUserTypePK()
          Gets the userTypePK value for this UserBean.
 int hashCode()
           
 boolean isDeleted()
          Gets the deleted value for this UserBean.
 void setDeleted(boolean deleted)
          Sets the deleted value for this UserBean.
 void setDescription(java.lang.String description)
          Sets the description value for this UserBean.
 void setEmailAddress(java.lang.String emailAddress)
          Sets the emailAddress value for this UserBean.
 void setFaxNumber(java.lang.String faxNumber)
          Sets the faxNumber value for this UserBean.
 void setLoginID(java.lang.String loginID)
          Sets the loginID value for this UserBean.
 void setMobileNumber(java.lang.String mobileNumber)
          Sets the mobileNumber value for this UserBean.
 void setName(java.lang.String name)
          Sets the name value for this UserBean.
 void setPagerNumber(java.lang.String pagerNumber)
          Sets the pagerNumber value for this UserBean.
 void setPhoneNumber(java.lang.String phoneNumber)
          Sets the phoneNumber value for this UserBean.
 void setPrimaryKey(java.lang.String primaryKey)
          Sets the primaryKey value for this UserBean.
 void setSecurityAnswer(java.lang.String securityAnswer)
          Sets the securityAnswer value for this UserBean.
 void setSecurityQuestion(java.lang.String securityQuestion)
          Sets the securityQuestion value for this UserBean.
 void setSynchronisation(SynchronisationBean[] synchronisation)
          Sets the synchronisation value for this UserBean.
 void setTeams(java.lang.String[] teams)
          Sets the teams value for this UserBean.
 void setTimezone(java.lang.String timezone)
          Sets the timezone value for this UserBean.
 void setUpdateIndex(int updateIndex)
          Sets the updateIndex value for this UserBean.
 void setUserTypePK(java.lang.String userTypePK)
          Sets the userTypePK value for this UserBean.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserBean

public UserBean()

UserBean

public UserBean(java.lang.String primaryKey,
                int updateIndex,
                boolean deleted,
                java.lang.String loginID,
                java.lang.String name,
                java.lang.String[] teams,
                java.lang.String timezone,
                java.lang.String userTypePK,
                java.lang.String description,
                java.lang.String emailAddress,
                java.lang.String phoneNumber,
                java.lang.String faxNumber,
                java.lang.String pagerNumber,
                java.lang.String mobileNumber,
                java.lang.String securityQuestion,
                java.lang.String securityAnswer,
                SynchronisationBean[] synchronisation)
Method Detail

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getUpdateIndex

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

Returns:
updateIndex

setUpdateIndex

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

Parameters:
updateIndex -

isDeleted

public boolean isDeleted()
Gets the deleted value for this UserBean.

Returns:
deleted

setDeleted

public void setDeleted(boolean deleted)
Sets the deleted value for this UserBean.

Parameters:
deleted -

getLoginID

public java.lang.String getLoginID()
Gets the loginID value for this UserBean.

Returns:
loginID

setLoginID

public void setLoginID(java.lang.String loginID)
Sets the loginID value for this UserBean.

Parameters:
loginID -

getName

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

Returns:
name

setName

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

Parameters:
name -

getTeams

public java.lang.String[] getTeams()
Gets the teams value for this UserBean.

Returns:
teams

setTeams

public void setTeams(java.lang.String[] teams)
Sets the teams value for this UserBean.

Parameters:
teams -

getTimezone

public java.lang.String getTimezone()
Gets the timezone value for this UserBean.

Returns:
timezone

setTimezone

public void setTimezone(java.lang.String timezone)
Sets the timezone value for this UserBean.

Parameters:
timezone -

getUserTypePK

public java.lang.String getUserTypePK()
Gets the userTypePK value for this UserBean.

Returns:
userTypePK

setUserTypePK

public void setUserTypePK(java.lang.String userTypePK)
Sets the userTypePK value for this UserBean.

Parameters:
userTypePK -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getEmailAddress

public java.lang.String getEmailAddress()
Gets the emailAddress value for this UserBean.

Returns:
emailAddress

setEmailAddress

public void setEmailAddress(java.lang.String emailAddress)
Sets the emailAddress value for this UserBean.

Parameters:
emailAddress -

getPhoneNumber

public java.lang.String getPhoneNumber()
Gets the phoneNumber value for this UserBean.

Returns:
phoneNumber

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this UserBean.

Parameters:
phoneNumber -

getFaxNumber

public java.lang.String getFaxNumber()
Gets the faxNumber value for this UserBean.

Returns:
faxNumber

setFaxNumber

public void setFaxNumber(java.lang.String faxNumber)
Sets the faxNumber value for this UserBean.

Parameters:
faxNumber -

getPagerNumber

public java.lang.String getPagerNumber()
Gets the pagerNumber value for this UserBean.

Returns:
pagerNumber

setPagerNumber

public void setPagerNumber(java.lang.String pagerNumber)
Sets the pagerNumber value for this UserBean.

Parameters:
pagerNumber -

getMobileNumber

public java.lang.String getMobileNumber()
Gets the mobileNumber value for this UserBean.

Returns:
mobileNumber

setMobileNumber

public void setMobileNumber(java.lang.String mobileNumber)
Sets the mobileNumber value for this UserBean.

Parameters:
mobileNumber -

getSecurityQuestion

public java.lang.String getSecurityQuestion()
Gets the securityQuestion value for this UserBean.

Returns:
securityQuestion

setSecurityQuestion

public void setSecurityQuestion(java.lang.String securityQuestion)
Sets the securityQuestion value for this UserBean.

Parameters:
securityQuestion -

getSecurityAnswer

public java.lang.String getSecurityAnswer()
Gets the securityAnswer value for this UserBean.

Returns:
securityAnswer

setSecurityAnswer

public void setSecurityAnswer(java.lang.String securityAnswer)
Sets the securityAnswer value for this UserBean.

Parameters:
securityAnswer -

getSynchronisation

public SynchronisationBean[] getSynchronisation()
Gets the synchronisation value for this UserBean.

Returns:
synchronisation

setSynchronisation

public void setSynchronisation(SynchronisationBean[] synchronisation)
Sets the synchronisation value for this UserBean.

Parameters:
synchronisation -

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