org.ozoneDB.adminGui.feature.account
Class Account

java.lang.Object
  extended byorg.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.


Field Summary
static int COLUMN_POS_USER_ID
           
static int COLUMN_POS_USER_NAME
           
static int COLUMN_POS_USER_PWD
           
static int COLUMN_POS_USER_STATUS
           
static java.lang.String COLUMN_USER_ID
           
static java.lang.String COLUMN_USER_NAME
           
static java.lang.String COLUMN_USER_PWD
           
static java.lang.String COLUMN_USER_STATUS
           
static int NODE_IS_ACCOUNT
           
static int NODE_IS_GROUP
           
static int NODE_IS_USER
           
 
Constructor Summary
Account()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Account

public Account()


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