Class BDObject

java.lang.Object
  extended byBDObject
Direct Known Subclasses:
Profile

public abstract class BDObject
extends java.lang.Object


Field Summary
static Connectivity connection
           
protected  java.lang.String message
           
protected  java.lang.String nameTable
           
 
Constructor Summary
BDObject()
          BDObject constructor comment.
 
Method Summary
abstract  boolean check(int codigo)
          Insert the method's description here.
static boolean connect()
           
static boolean disconnect()
           
abstract  java.util.Vector find()
          Insert the method's description here.
 java.lang.String getMessage()
          Insert the method's description here.
protected  void setMensaje(java.lang.String message)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameTable

protected java.lang.String nameTable

connection

public static Connectivity connection

message

protected java.lang.String message
Constructor Detail

BDObject

public BDObject()
BDObject constructor comment.

Method Detail

find

public abstract java.util.Vector find()
Insert the method's description here. Creation date: (10/7/02 16:28:38)

Returns:
boolean

connect

public static boolean connect()

check

public abstract boolean check(int codigo)
Insert the method's description here. Creation date: (10/7/02 16:28:38)

Parameters:
codigo - java.lang.String
Returns:
boolean

disconnect

public static boolean disconnect()

getMessage

public java.lang.String getMessage()
Insert the method's description here. Creation date: (10/7/02 16:28:38)

Returns:
boolean

setMensaje

protected void setMensaje(java.lang.String message)
Insert the method's description here. Creation date: (10/7/02 16:28:38)

Returns:
boolean