org.evolvis
Class User

java.lang.Object
  extended by org.evolvis.User
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
User()
           
User(int user_id, java.lang.String user_name, java.lang.String title, java.lang.String firstname, java.lang.String lastname, java.lang.String address, java.lang.String address2, java.lang.String phone, java.lang.String fax, java.lang.String status, java.lang.String timezone, java.lang.String country_code, int add_date, int language_id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getAdd_date()
          Gets the add_date value for this User.
 java.lang.String getAddress()
          Gets the address value for this User.
 java.lang.String getAddress2()
          Gets the address2 value for this User.
 java.lang.String getCountry_code()
          Gets the country_code value for this User.
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 getFax()
          Gets the fax value for this User.
 java.lang.String getFirstname()
          Gets the firstname value for this User.
 int getLanguage_id()
          Gets the language_id value for this User.
 java.lang.String getLastname()
          Gets the lastname value for this User.
 java.lang.String getPhone()
          Gets the phone value for this User.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStatus()
          Gets the status value for this User.
 java.lang.String getTimezone()
          Gets the timezone value for this User.
 java.lang.String getTitle()
          Gets the title value for this User.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getUser_id()
          Gets the user_id value for this User.
 java.lang.String getUser_name()
          Gets the user_name value for this User.
 int hashCode()
           
 void setAdd_date(int add_date)
          Sets the add_date value for this User.
 void setAddress(java.lang.String address)
          Sets the address value for this User.
 void setAddress2(java.lang.String address2)
          Sets the address2 value for this User.
 void setCountry_code(java.lang.String country_code)
          Sets the country_code value for this User.
 void setFax(java.lang.String fax)
          Sets the fax value for this User.
 void setFirstname(java.lang.String firstname)
          Sets the firstname value for this User.
 void setLanguage_id(int language_id)
          Sets the language_id value for this User.
 void setLastname(java.lang.String lastname)
          Sets the lastname value for this User.
 void setPhone(java.lang.String phone)
          Sets the phone value for this User.
 void setStatus(java.lang.String status)
          Sets the status value for this User.
 void setTimezone(java.lang.String timezone)
          Sets the timezone value for this User.
 void setTitle(java.lang.String title)
          Sets the title value for this User.
 void setUser_id(int user_id)
          Sets the user_id value for this User.
 void setUser_name(java.lang.String user_name)
          Sets the user_name value for this User.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()

User

public User(int user_id,
            java.lang.String user_name,
            java.lang.String title,
            java.lang.String firstname,
            java.lang.String lastname,
            java.lang.String address,
            java.lang.String address2,
            java.lang.String phone,
            java.lang.String fax,
            java.lang.String status,
            java.lang.String timezone,
            java.lang.String country_code,
            int add_date,
            int language_id)
Method Detail

getUser_id

public int getUser_id()
Gets the user_id value for this User.

Returns:
user_id

setUser_id

public void setUser_id(int user_id)
Sets the user_id value for this User.

Parameters:
user_id -

getUser_name

public java.lang.String getUser_name()
Gets the user_name value for this User.

Returns:
user_name

setUser_name

public void setUser_name(java.lang.String user_name)
Sets the user_name value for this User.

Parameters:
user_name -

getTitle

public java.lang.String getTitle()
Gets the title value for this User.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this User.

Parameters:
title -

getFirstname

public java.lang.String getFirstname()
Gets the firstname value for this User.

Returns:
firstname

setFirstname

public void setFirstname(java.lang.String firstname)
Sets the firstname value for this User.

Parameters:
firstname -

getLastname

public java.lang.String getLastname()
Gets the lastname value for this User.

Returns:
lastname

setLastname

public void setLastname(java.lang.String lastname)
Sets the lastname value for this User.

Parameters:
lastname -

getAddress

public java.lang.String getAddress()
Gets the address value for this User.

Returns:
address

setAddress

public void setAddress(java.lang.String address)
Sets the address value for this User.

Parameters:
address -

getAddress2

public java.lang.String getAddress2()
Gets the address2 value for this User.

Returns:
address2

setAddress2

public void setAddress2(java.lang.String address2)
Sets the address2 value for this User.

Parameters:
address2 -

getPhone

public java.lang.String getPhone()
Gets the phone value for this User.

Returns:
phone

setPhone

public void setPhone(java.lang.String phone)
Sets the phone value for this User.

Parameters:
phone -

getFax

public java.lang.String getFax()
Gets the fax value for this User.

Returns:
fax

setFax

public void setFax(java.lang.String fax)
Sets the fax value for this User.

Parameters:
fax -

getStatus

public java.lang.String getStatus()
Gets the status value for this User.

Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this User.

Parameters:
status -

getTimezone

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

Returns:
timezone

setTimezone

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

Parameters:
timezone -

getCountry_code

public java.lang.String getCountry_code()
Gets the country_code value for this User.

Returns:
country_code

setCountry_code

public void setCountry_code(java.lang.String country_code)
Sets the country_code value for this User.

Parameters:
country_code -

getAdd_date

public int getAdd_date()
Gets the add_date value for this User.

Returns:
add_date

setAdd_date

public void setAdd_date(int add_date)
Sets the add_date value for this User.

Parameters:
add_date -

getLanguage_id

public int getLanguage_id()
Gets the language_id value for this User.

Returns:
language_id

setLanguage_id

public void setLanguage_id(int language_id)
Sets the language_id value for this User.

Parameters:
language_id -

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 © 2007. All Rights Reserved.