All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.bulletproof.sql.User

java.lang.Object
   |
   +----com.bulletproof.sql.User

public class User
extends Object

Variable Index

 o address1
 o address2
 o alphpgrnum
 o alphsvcph
 o cardexpiry
 o cardname
 o cardnum
 o city
 o country
 o DSNType
Datasource type of system database.
 o emailaddr
 o firstname
 o gParm
Handle to global parameter.
 o jaggDSN
Path for setDSN of Jagg.class.
 o jaggPath
Path for creating instances of Jagg.class.
 o JDPSystem
The JDP System number that we are logging into on the server.
 o lastname
 o mainmsg
Handle to main window status message.
 o mainWindow
Handle to the main window.
 o NDSPath
The NDS path to the default tree and context.
 o password
 o phonenum
 o state
 o status
 o suserid
 o u
Handle to the DBUtils instance.
 o userid
 o username
 o zipcode

Constructor Index

 o User()

Method Index

 o getAddress1()
 o getAddress2()
 o getAlphpgrnum()
 o getAlphsvcph()
 o getCardexpiry()
 o getCardname()
 o getCardnum()
 o getCity()
 o getCountry()
 o getEmailaddr()
 o getFirstname()
 o getGlobalParm()
Get handle to global parameter.
 o getJaggPath()
Get path for creating instances of JDPJagg.class.
 o getLastname()
 o getMainWindow()
Get handle to the main window.
 o getPhonenum()
 o getState()
 o getStatus()
 o getUserid()
 o getUsername()
 o getZipcode()

Variables

 o mainWindow
 public Frame mainWindow
Handle to the main window.

 o jaggPath
 public String jaggPath
Path for creating instances of Jagg.class.

 o jaggDSN
 public String jaggDSN
Path for setDSN of Jagg.class.

 o JDPSystem
 public String JDPSystem
The JDP System number that we are logging into on the server.

 o NDSPath
 public String NDSPath
The NDS path to the default tree and context.

 o DSNType
 public int DSNType
Datasource type of system database.

 o mainmsg
 public StatusMessage mainmsg
Handle to main window status message.

 o u
 public DBUtils u
Handle to the DBUtils instance.

 o gParm
 public Vector gParm
Handle to global parameter.

 o userid
 public int userid
 o suserid
 public String suserid
 o username
 public String username
 o password
 public String password
 o firstname
 public String firstname
 o lastname
 public String lastname
 o address1
 public String address1
 o address2
 public String address2
 o city
 public String city
 o state
 public String state
 o zipcode
 public String zipcode
 o country
 public String country
 o cardnum
 public String cardnum
 o cardexpiry
 public String cardexpiry
 o cardname
 public String cardname
 o phonenum
 public String phonenum
 o emailaddr
 public String emailaddr
 o alphsvcph
 public String alphsvcph
 o alphpgrnum
 public String alphpgrnum
 o status
 public String status

Constructors

 o User
 public User()

Methods

 o getJaggPath
 public String getJaggPath()
Get path for creating instances of JDPJagg.class.

Returns:
path for creating instances of JDPJagg.class.
 o getGlobalParm
 public Vector getGlobalParm()
Get handle to global parameter.

Returns:
handle to global parameter.
 o getMainWindow
 public MainWindow getMainWindow()
Get handle to the main window.

Returns:
handle to the main window.
 o getUserid
 public int getUserid()
 o getUsername
 public String getUsername()
 o getFirstname
 public String getFirstname()
 o getLastname
 public String getLastname()
 o getAddress1
 public String getAddress1()
 o getAddress2
 public String getAddress2()
 o getCity
 public String getCity()
 o getState
 public String getState()
 o getZipcode
 public String getZipcode()
 o getCountry
 public String getCountry()
 o getCardnum
 public String getCardnum()
 o getCardexpiry
 public String getCardexpiry()
 o getCardname
 public String getCardname()
 o getPhonenum
 public String getPhonenum()
 o getEmailaddr
 public String getEmailaddr()
 o getAlphsvcph
 public String getAlphsvcph()
 o getAlphpgrnum
 public String getAlphpgrnum()
 o getStatus
 public String getStatus()

All Packages  Class Hierarchy  This Package  Previous  Next  Index