pt.despodata.java.ddata
Class DDataEntryField

java.lang.Object
  extended bypt.despodata.java.ddata.DDataEntryField

public class DDataEntryField
extends java.lang.Object

Title: Biblioteca de classes para aplicações com BD

Description:

Description of each field used in the DDataEntry

Descreve toda a informação necessária para um campo usado num DDataEntry.

Esta informação é consituida pela necessária para apresentar o campo visualmente e relativamente ao dataSource onde a informação é lida/escrita Copyright: Copyright (c) Sérgio Ferreira

Company: Despodata

Version:
1.0
Author:
Sérgio Ferreira

Constructor Summary
DDataEntryField()
           
 
Method Summary
 void generateFieldInformation()
          Generate all the information about the field using information on the data base.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDataEntryField

public DDataEntryField()
Method Detail

generateFieldInformation

public void generateFieldInformation()
Generate all the information about the field using information on the data base.

It uses the class DData???

If the table and(or) column is not defined throws an exception