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
-
address1
-
-
address2
-
-
alphpgrnum
-
-
alphsvcph
-
-
cardexpiry
-
-
cardname
-
-
cardnum
-
-
city
-
-
country
-
-
DSNType
- Datasource type of system database.
-
emailaddr
-
-
firstname
-
-
gParm
- Handle to global parameter.
-
jaggDSN
- Path for setDSN of Jagg.class.
-
jaggPath
- Path for creating instances of Jagg.class.
-
JDPSystem
- The JDP System number that we are logging into on the server.
-
lastname
-
-
mainmsg
- Handle to main window status message.
-
mainWindow
- Handle to the main window.
-
NDSPath
- The NDS path to the default tree and context.
-
password
-
-
phonenum
-
-
state
-
-
status
-
-
suserid
-
-
u
- Handle to the DBUtils instance.
-
userid
-
-
username
-
-
zipcode
-
-
User()
-
-
getAddress1()
-
-
getAddress2()
-
-
getAlphpgrnum()
-
-
getAlphsvcph()
-
-
getCardexpiry()
-
-
getCardname()
-
-
getCardnum()
-
-
getCity()
-
-
getCountry()
-
-
getEmailaddr()
-
-
getFirstname()
-
-
getGlobalParm()
- Get handle to global parameter.
-
getJaggPath()
- Get path for creating instances of JDPJagg.class.
-
getLastname()
-
-
getMainWindow()
- Get handle to the main window.
-
getPhonenum()
-
-
getState()
-
-
getStatus()
-
-
getUserid()
-
-
getUsername()
-
-
getZipcode()
-
mainWindow
public Frame mainWindow
- Handle to the main window.
jaggPath
public String jaggPath
- Path for creating instances of Jagg.class.
jaggDSN
public String jaggDSN
- Path for setDSN of Jagg.class.
JDPSystem
public String JDPSystem
- The JDP System number that we are logging into on the server.
NDSPath
public String NDSPath
- The NDS path to the default tree and context.
DSNType
public int DSNType
- Datasource type of system database.
mainmsg
public StatusMessage mainmsg
- Handle to main window status message.
u
public DBUtils u
- Handle to the DBUtils instance.
gParm
public Vector gParm
- Handle to global parameter.
userid
public int userid
suserid
public String suserid
username
public String username
password
public String password
firstname
public String firstname
lastname
public String lastname
address1
public String address1
address2
public String address2
city
public String city
state
public String state
zipcode
public String zipcode
country
public String country
cardnum
public String cardnum
cardexpiry
public String cardexpiry
cardname
public String cardname
phonenum
public String phonenum
emailaddr
public String emailaddr
alphsvcph
public String alphsvcph
alphpgrnum
public String alphpgrnum
status
public String status
User
public User()
getJaggPath
public String getJaggPath()
- Get path for creating instances of JDPJagg.class.
- Returns:
- path for creating instances of JDPJagg.class.
getGlobalParm
public Vector getGlobalParm()
- Get handle to global parameter.
- Returns:
- handle to global parameter.
getMainWindow
public MainWindow getMainWindow()
- Get handle to the main window.
- Returns:
- handle to the main window.
getUserid
public int getUserid()
getUsername
public String getUsername()
getFirstname
public String getFirstname()
getLastname
public String getLastname()
getAddress1
public String getAddress1()
getAddress2
public String getAddress2()
getCity
public String getCity()
getState
public String getState()
getZipcode
public String getZipcode()
getCountry
public String getCountry()
getCardnum
public String getCardnum()
getCardexpiry
public String getCardexpiry()
getCardname
public String getCardname()
getPhonenum
public String getPhonenum()
getEmailaddr
public String getEmailaddr()
getAlphsvcph
public String getAlphsvcph()
getAlphpgrnum
public String getAlphpgrnum()
getStatus
public String getStatus()
All Packages Class Hierarchy This Package Previous Next Index