org.ozoneDB.adminGui.feature.account
Class Account
java.lang.Object
org.ozoneDB.adminGui.feature.account.Account
- public final class Account
- extends java.lang.Object
This class contains constants for the account and group data models.
- Version:
- 1.0
- Author:
Ibsen Ramos-Bonilla
Copyright © 1997-2004 by SMB GmbH. All Rights Reserved.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COLUMN_USER_ID
public static final java.lang.String COLUMN_USER_ID
- See Also:
- Constant Field Values
COLUMN_USER_NAME
public static final java.lang.String COLUMN_USER_NAME
- See Also:
- Constant Field Values
COLUMN_USER_PWD
public static final java.lang.String COLUMN_USER_PWD
- See Also:
- Constant Field Values
COLUMN_USER_STATUS
public static final java.lang.String COLUMN_USER_STATUS
- See Also:
- Constant Field Values
COLUMN_POS_USER_ID
public static final int COLUMN_POS_USER_ID
- See Also:
- Constant Field Values
COLUMN_POS_USER_NAME
public static final int COLUMN_POS_USER_NAME
- See Also:
- Constant Field Values
COLUMN_POS_USER_PWD
public static final int COLUMN_POS_USER_PWD
- See Also:
- Constant Field Values
COLUMN_POS_USER_STATUS
public static final int COLUMN_POS_USER_STATUS
- See Also:
- Constant Field Values
NODE_IS_ACCOUNT
public static final int NODE_IS_ACCOUNT
- See Also:
- Constant Field Values
NODE_IS_GROUP
public static final int NODE_IS_GROUP
- See Also:
- Constant Field Values
NODE_IS_USER
public static final int NODE_IS_USER
- See Also:
- Constant Field Values
Account
public Account()
Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.