com.ibm.jtopenlite.components
Class UserInfo

java.lang.Object
  extended by com.ibm.jtopenlite.components.UserInfo

public final class UserInfo
extends Object

Represents user information returned by the ListUsers class. The toString() method will print the fields in a format similar to WRKUSRPRF.


Method Summary
 String getDamaged()
           
 String getDescription()
           
 String getExpired()
           
 long getGID()
           
 String getLocked()
           
 String getName()
           
 String getStatus()
           
 long getStorageMax()
          Returns 1 if the setting is *NOMAX.
 long getStorageUsed()
           
 long getUID()
           
 String getUserClass()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getUserClass

public String getUserClass()

getExpired

public String getExpired()

getStorageMax

public long getStorageMax()
Returns 1 if the setting is *NOMAX.


getStorageUsed

public long getStorageUsed()

getDescription

public String getDescription()

getLocked

public String getLocked()

getDamaged

public String getDamaged()

getStatus

public String getStatus()

getUID

public long getUID()

getGID

public long getGID()

toString

public String toString()
Overrides:
toString in class Object