com.ibm.jtopenlite.components

Class 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 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()