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.


Field Summary
 private Stringdname
           
 private Stringpword
           
 private Stringuname
           
 private intuserid
           

Constructor Summary
UserItem()
           
UserItem(String un, String pw, String dn, int uid)
           

Method Summary
 StringgetDname()
           
 StringgetPword()
           
 StringgetUname()
           
 intgetUserid()
           
 voidsetDname(String dname)
           
 voidsetPword(String pword)
           
 voidsetUname(String uname)
           
 voidsetUserid(int userid)
           
 StringtoString()
           

Field Detail

dname

private String dname

pword

private String pword

uname

private String uname

userid

private int userid
Constructor Detail

UserItem

public UserItem()

UserItem

public UserItem(String un, String pw, String dn, int uid)
Method Detail

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()