All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Authentication.ODD.User

java.lang.Object
   |
   +----Authentication.ODD.Group
           |
           +----Authentication.ODD.User

public class User
extends Group
SmartCard class

Version:
1.0
Author:
Authentication Subgroup

Method Index

 o getDealerID()
gets the dealership id
 o getPreferences()
gets the user preferences
 o getUserID()
gets the user id
 o setPreferences(Vector)
sets the user preferences

Methods

 o setPreferences
 public void setPreferences(Vector newPrefs)
sets the user preferences

Parameters:
newPrefs - A list of new preferences
See Also:
Vector
 o getPreferences
 public Vector getPreferences()
gets the user preferences

Returns:
A list of user preferences
See Also:
Vector
 o getUserID
 public int getUserID()
gets the user id

Returns:
the user id
 o getDealerID
 public int getDealerID()
gets the dealership id

Returns:
The dealership id

All Packages  Class Hierarchy  This Package  Previous  Next  Index