org.tanukisoftware.wrapper
Class WrapperGroup

java.lang.Object
  extended by org.tanukisoftware.wrapper.WrapperGroup
Direct Known Subclasses:
WrapperUNIXGroup, WrapperWin32Group

public abstract class WrapperGroup
extends Object

A WrapperGroup contains information about a group which a user belongs to. A WrapperGroup is obtained via a WrapperUser.

Author:
Leif Mortenson

Method Summary
 String getGroup()
          Returns the name of the group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGroup

public String getGroup()
Returns the name of the group.

Returns:
The name of the group.


Copyright 1999, 2006 Tanuki Software Inc., All Rights Reserved.