|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcommgrids.nuggets.wiley.Login
commgrids.nuggets.wiley.User
commgrids.nuggets.wiley.UserAccessRights
Title:
Description:
Copyright: Copyright (c) 2002
Company:
Field Summary |
Fields inherited from class commgrids.nuggets.wiley.Login |
database |
Constructor Summary | |
UserAccessRights()
Creates a new UserAccessRights object. |
Method Summary | |
int |
getAdmin()
|
int |
getAttachNotify()
|
int |
getCcNotify()
|
java.lang.String |
getEmail()
|
int |
getEmailNotify()
|
int |
getReadAccess()
|
void |
getUserAccessRights()
DOCUMENT ME! |
int |
getWriteAccess()
|
static void |
main(java.lang.String[] args)
DOCUMENT ME! |
void |
setAdmin(int aAdmin)
|
void |
setAttachNotify(int aAttachNotify)
|
void |
setCCNotify(int aCcNotify)
|
void |
setEmail(java.lang.String aEmail)
|
void |
setEmailNotify(int aEmailNotify)
|
void |
setReadAccess(int aReadaccess)
|
void |
setWriteAccess(int aWriteaccess)
|
Methods inherited from class commgrids.nuggets.wiley.User |
arrayToVector, compareByAdminName, compareByEmail, compareByFirstName, compareByLastName, compareByTopic, compareByUserName, constructUserInfo, getAdminName, getFirstName, getLastName, getRole, getSuperAdminName, getTopic, isAdmin, isSuperAdmin, setAdmin, setAdminName, setFirstName, setLastName, setRole, setSuperAdmin, setSuperAdminName, setTopic, vectorToArray |
Methods inherited from class commgrids.nuggets.wiley.Login |
clearErrors, getPassword, getPasswordError, getUserName, getUserNameError, isFirstTry, isValid, setFirstTry, setPassword, setPasswordError, setUserName, setUserNameError, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserAccessRights()
Method Detail |
public void setAdmin(int aAdmin)
aAdmin
- - the new value for adminpublic int getAdmin()
public void setAttachNotify(int aAttachNotify)
aAttachNotify
- - the new value for attachNotifypublic int getAttachNotify()
public void setCCNotify(int aCcNotify)
aCcNotify
- - the new value for ccNotifypublic int getCcNotify()
public void setEmail(java.lang.String aEmail)
setEmail
in class User
aEmail
- - the new value for emailpublic java.lang.String getEmail()
getEmail
in class User
public void setEmailNotify(int aEmailNotify)
aEmailNotify
- - the new value for emailNotifypublic int getEmailNotify()
public void setReadAccess(int aReadaccess)
aReadaccess
- - the new value for readaccesspublic int getReadAccess()
public void setWriteAccess(int aWriteaccess)
aWriteaccess
- - the new value for writeaccesspublic int getWriteAccess()
public static void main(java.lang.String[] args)
args
- DOCUMENT ME!public void getUserAccessRights()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |