org.mantisbt.connect.model
Class Account
java.lang.Object
org.mantisbt.connect.model.Account
- All Implemented Interfaces:
- IAccount
- public class Account
- extends java.lang.Object
- implements IAccount
- Author:
- Peter Lanser, planser@users.sourceforge.net
Constructor Summary |
Account(long id,
java.lang.String name,
java.lang.String realName,
java.lang.String email)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Account
public Account(long id,
java.lang.String name,
java.lang.String realName,
java.lang.String email)
getEmail
public java.lang.String getEmail()
- Specified by:
getEmail
in interface IAccount
getId
public long getId()
- Specified by:
getId
in interface IAccount
getName
public java.lang.String getName()
- Specified by:
getName
in interface IAccount
getRealName
public java.lang.String getRealName()
- Specified by:
getRealName
in interface IAccount
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object obj)