Package systextil.dao
Class ProdutoPartePeca
java.lang.Object
systextil.dao.ProdutoPartePeca
Representa a tabela
BASI_018
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ProdutoPartePeca
get
(br.com.intersys.systextil.connection.AppConnection conn, int codigoPartePeca) static String
getDescricao
(br.com.intersys.systextil.connection.AppConnection conn, int codigoPartePeca)
-
Field Details
-
codigo_parte_peca
public final int codigo_parte_peca -
descricao_parte_peca
-
exp_optiplan
public final int exp_optiplan
-
-
Method Details
-
get
public static ProdutoPartePeca get(br.com.intersys.systextil.connection.AppConnection conn, int codigoPartePeca) -
getDescricao
public static String getDescricao(br.com.intersys.systextil.connection.AppConnection conn, int codigoPartePeca)
-