org.ozoneDB.adminGui.feature.account.users
Class UserItem

java.lang.Object
  extended byorg.ozoneDB.adminGui.feature.account.AccountItem
      extended byorg.ozoneDB.adminGui.feature.account.users.UserItem

public class UserItem
extends AccountItem

This class creates users objects that are loaded into the Groups tree.

Version:
1.0
Author:

Ibsen Ramos-Bonilla
Copyright © 1997-2004 by SMB GmbH. All Rights Reserved.


Constructor Summary
UserItem(GroupItem gItem, java.lang.String name, int id)
          Overloaded constructor initializes the a new item.
 
Method Summary
 GroupItem getGroup()
          This method returns the handle to the parent group node.
 void orphan()
          This method disconnects the current account from its parent.
 
Methods inherited from class org.ozoneDB.adminGui.feature.account.AccountItem
addChild, getChildAt, getChildCount, getChildren, getId, getIndexOfChild, isAdmin, removeChild, setChildren, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserItem

public UserItem(GroupItem gItem,
                java.lang.String name,
                int id)
Overloaded constructor initializes the a new item.

Parameters:
gItem - - the parent group node.
name - - the item name.
id - - the item id.
Method Detail

getGroup

public GroupItem getGroup()
This method returns the handle to the parent group node.

Returns:
GroupItem - parent group item.

orphan

public void orphan()
This method disconnects the current account from its parent.



Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.