com.ibm.jtopenlite.components
Class UserInfo
java.lang.Object
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.
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