com.gsoft.titration.client
Class UserItem
- public class UserItem
***********************************************************************
Copyright (C) 2005 Steve Gee
ioexcept@gmail.com
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Constructor Summary |
UserItem() |
UserItem(String un, String pw, String dn, int uid) |
dname
private String dname
pword
private String pword
uname
private String uname
userid
private int userid
UserItem
public UserItem()
UserItem
public UserItem(String un, String pw, String dn, int uid)
getDname
public String getDname()
getPword
public String getPword()
getUname
public String getUname()
getUserid
public int getUserid()
setDname
public void setDname(String dname)
setPword
public void setPword(String pword)
setUname
public void setUname(String uname)
setUserid
public void setUserid(int userid)
toString
public String toString()