org.ferris.journal.jws.account
Class Account

java.lang.Object
  extended by org.ferris.journal.jws.account.Account
All Implemented Interfaces:
Serializable

public class Account
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Account()
           
Account(Long id, String password, String username)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Long getId()
          Gets the id value for this Account.
 String getPassword()
          Gets the password value for this Account.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUsername()
          Gets the username value for this Account.
 int hashCode()
           
 void setId(Long id)
          Sets the id value for this Account.
 void setPassword(String password)
          Sets the password value for this Account.
 void setUsername(String username)
          Sets the username value for this Account.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account

public Account()

Account

public Account(Long id,
               String password,
               String username)
Method Detail

getId

public Long getId()
Gets the id value for this Account.

Returns:
id

setId

public void setId(Long id)
Sets the id value for this Account.

Parameters:
id -

getPassword

public String getPassword()
Gets the password value for this Account.

Returns:
password

setPassword

public void setPassword(String password)
Sets the password value for this Account.

Parameters:
password -

getUsername

public String getUsername()
Gets the username value for this Account.

Returns:
username

setUsername

public void setUsername(String username)
Sets the username value for this Account.

Parameters:
username -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © March 15, 2008-2011 The Ferris Foundation. All Rights Reserved.