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
-
getDescription()
- Returns the user description.
-
getName()
- Returns the user name.
-
toString()
- Returns the text representing the user name.
getDescription
public String getDescription()
- Returns the user description.
- Returns:
- The user description.
getName
public String getName()
- Returns the user name.
- Returns:
- The user name.
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