com.quadrique.jbuildingblocks.gui
Class JbbUser
java.lang.Object
com.quadrique.jbuildingblocks.gui.JbbUser
public class JbbUser
- extends Object
This class represents an user of the application
- Author:
- Hervé Rivere
UNKNOWN_TYPE
public static final int UNKNOWN_TYPE
- constants
- See Also:
- Constant Field Values
ADMINISTRATOR_TYPE
public static final int ADMINISTRATOR_TYPE
- See Also:
- Constant Field Values
OPERATOR_TYPE
public static final int OPERATOR_TYPE
- See Also:
- Constant Field Values
JbbUser
public JbbUser()
- constructor
JbbUser
public JbbUser(String zName,
String zPwd,
int zType)
- constructor
getName
public String getName()
getPwd
public String getPwd()
getType
public int getType()
setName
public void setName(String zName)
- Parameters:
zName -
setPwd
public void setPwd(String zPwd)
- Parameters:
zPwd -
setType
public void setType(int zType)
- Parameters:
zType -
Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.