Package systextil.bo.loja
Class RecalculaTotais
java.lang.Object
systextil.bo.loja.RecalculaTotais
- Author:
 - maycon
 
- 
Method Summary
Modifier and TypeMethodDescriptiondoubledoublestatic RecalculaTotaisgetTotais(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, int documento, String isento, int tipoCalculo, br.com.intersys.systextil.connection.Amount acrescimoCondicao, double percentualFinal, br.com.intersys.systextil.connection.Amount descontoCondicao, double valorFrete, String tipoProcesso) doubledoubledoubledoubledoubledoubledouble 
- 
Method Details
- 
getTotais
public static RecalculaTotais getTotais(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, int documento, String isento, int tipoCalculo, br.com.intersys.systextil.connection.Amount acrescimoCondicao, double percentualFinal, br.com.intersys.systextil.connection.Amount descontoCondicao, double valorFrete, String tipoProcesso)  - 
getQuantidadeTroca
public double getQuantidadeTroca() - 
getQuantidadeVenda
public double getQuantidadeVenda() - 
getValorDescFinal
public double getValorDescFinal() - 
getValorLiquido
public double getValorLiquido() - 
getValorSubsTribux
public double getValorSubsTribux() - 
getValorTroca
public double getValorTroca() - 
getValorVenda
public double getValorVenda() - 
getValorFrete
public double getValorFrete() - 
getValorProdutos
public double getValorProdutos() 
 -