Class TabelaDePrecoInsumoDAO

java.lang.Object
systextil.fiscal.industrializacao.TabelaDePrecoInsumoDAO
All Implemented Interfaces:
br.com.intersys.systextil.connection.IDAO<TabelaDePrecoInsumoDTO>

public class TabelaDePrecoInsumoDAO extends Object implements br.com.intersys.systextil.connection.IDAO<TabelaDePrecoInsumoDTO>
Representa a tabela PEDI_092
  • Constructor Details

    • TabelaDePrecoInsumoDAO

      public TabelaDePrecoInsumoDAO()
  • Method Details

    • parse

      public TabelaDePrecoInsumoDTO parse(br.com.intersys.systextil.connection.AppConnection conn)
      Specified by:
      parse in interface br.com.intersys.systextil.connection.IDAO<TabelaDePrecoInsumoDTO>
    • getTableName

      public String getTableName()
      Specified by:
      getTableName in interface br.com.intersys.systextil.connection.IDAO<TabelaDePrecoInsumoDTO>
    • listPrimaryKeys

      public String[] listPrimaryKeys()
      Specified by:
      listPrimaryKeys in interface br.com.intersys.systextil.connection.IDAO<TabelaDePrecoInsumoDTO>
    • get

      public TabelaDePrecoInsumoDTO get(br.com.intersys.systextil.connection.AppConnection conn, int colecao, int mes, int sequencia)