commgrids.nuggets.wiley
Class UserAccessRights

java.lang.Object
  extended bycommgrids.nuggets.wiley.Login
      extended bycommgrids.nuggets.wiley.User
          extended bycommgrids.nuggets.wiley.UserAccessRights

public class UserAccessRights
extends User

Title:

Description:

Copyright: Copyright (c) 2002

Company:

Version:
1.0
Author:
unascribed

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

UserAccessRights

public UserAccessRights()
Creates a new UserAccessRights object.

Method Detail

setAdmin

public void setAdmin(int aAdmin)
Parameters:
aAdmin - - the new value for admin

getAdmin

public int getAdmin()
Returns:
the int value of admin.

setAttachNotify

public void setAttachNotify(int aAttachNotify)
Parameters:
aAttachNotify - - the new value for attachNotify

getAttachNotify

public int getAttachNotify()
Returns:
the int value of attachNotify.

setCCNotify

public void setCCNotify(int aCcNotify)
Parameters:
aCcNotify - - the new value for ccNotify

getCcNotify

public int getCcNotify()
Returns:
the int value of ccNotify.

setEmail

public void setEmail(java.lang.String aEmail)
Overrides:
setEmail in class User
Parameters:
aEmail - - the new value for email

getEmail

public java.lang.String getEmail()
Overrides:
getEmail in class User
Returns:
the String value of email.

setEmailNotify

public void setEmailNotify(int aEmailNotify)
Parameters:
aEmailNotify - - the new value for emailNotify

getEmailNotify

public int getEmailNotify()
Returns:
the int value of emailNotify.

setReadAccess

public void setReadAccess(int aReadaccess)
Parameters:
aReadaccess - - the new value for readaccess

getReadAccess

public int getReadAccess()
Returns:
the int value of readaccess.

setWriteAccess

public void setWriteAccess(int aWriteaccess)
Parameters:
aWriteaccess - - the new value for writeaccess

getWriteAccess

public int getWriteAccess()
Returns:
the int value of writeaccess.

main

public static void main(java.lang.String[] args)
DOCUMENT ME!

Parameters:
args - DOCUMENT ME!

getUserAccessRights

public void getUserAccessRights()
DOCUMENT ME!