Class WrapperUNIXGroup


  • public class WrapperUNIXGroup
    extends WrapperGroup
    A WrapperGroup contains information about a group which a user belongs to. A WrapperGroup is obtained via a WrapperUser.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getGID()
      Returns the GID of the group.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getGID

        public int getGID()
        Returns the GID of the group.
        Returns:
        The GID of the group.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object