All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.User

java.lang.Object
   |
   +----com.ibm.as400.access.User

public class User
extends Object
implements Serializable
The User class represents an AS/400 user.

See Also:
UserList

Method Index

 o getDescription()
Returns the user description.
 o getName()
Returns the user name.
 o toString()
Returns the text representing the user name.

Methods

 o getDescription
 public String getDescription()
Returns the user description.

Returns:
The user description.
 o getName
 public String getName()
Returns the user name.

Returns:
The user name.
 o toString
 public String toString()
Returns the text representing the user name.

Returns:
The text representing user name.
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index