public class AbstractDAO
extends java.lang.Object
Constructor and Description |
---|
AbstractDAO(java.sql.Connection conn, NFEModel model)
Creates an AbstractDAO with the specified connection and model.
|
Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
getConnection()
Returns the connection.
|
NFEModel |
getModel()
Returns the model.
|
SQLValidator |
getSQLValidator()
Returns the SQLValidator
|
public AbstractDAO(java.sql.Connection conn, NFEModel model)
conn
- connectionmodel
- modelpublic java.sql.Connection getConnection()
public NFEModel getModel()
public SQLValidator getSQLValidator()