@Scope(value="session")
@Controller(value="pagamentoConvenioRendimentosM")
public class PagamentoConvenioRendimentosMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private PagamentoConvenioRendimentosService |
pagamentoConvenioRendimentosService |
private static long |
serialVersionUID |
private java.math.BigDecimal |
valorDescontoPagmentoTotal |
private java.math.BigDecimal |
valorEstornoTotal |
private java.math.BigDecimal |
valorPagamentoTotal |
private java.math.BigDecimal |
valorPagoConvenioTotal |
private java.math.BigDecimal |
valorPagoRendimentoTotal |
Constructor and Description |
---|
PagamentoConvenioRendimentosMBean() |
Modifier and Type | Method and Description |
---|---|
BaseService |
getService() |
java.math.BigDecimal |
getValorDescontoPagmentoTotal() |
java.math.BigDecimal |
getValorEstornoTotal() |
java.math.BigDecimal |
getValorPagamentoTotal() |
java.math.BigDecimal |
getValorPagoConvenioTotal() |
java.math.BigDecimal |
getValorPagoRendimentoTotal() |
void |
localizarRecuperar(java.lang.String where) |
boolean |
onBackBreadCrumb() |
void |
populaTotais() |
void |
posRecuperar() |
void |
posSalvar() |
void |
setValorDescontoPagmentoTotal(java.math.BigDecimal valorDescontoPagmentoTotal) |
void |
setValorEstornoTotal(java.math.BigDecimal valorEstornoTotal) |
void |
setValorPagamentoTotal(java.math.BigDecimal valorPagamentoTotal) |
void |
setValorPagoConvenioTotal(java.math.BigDecimal valorPagoConvenioTotal) |
void |
setValorPagoRendimentoTotal(java.math.BigDecimal valorPagoRendimentoTotal) |
private static final long serialVersionUID
@Autowired private PagamentoConvenioRendimentosService pagamentoConvenioRendimentosService
private java.math.BigDecimal valorDescontoPagmentoTotal
private java.math.BigDecimal valorPagamentoTotal
private java.math.BigDecimal valorPagoConvenioTotal
private java.math.BigDecimal valorPagoRendimentoTotal
private java.math.BigDecimal valorEstornoTotal
public BaseService getService()
public void posRecuperar() throws ErpException
ErpException
public void localizarRecuperar(java.lang.String where)
public void populaTotais()
public void posSalvar()
public boolean onBackBreadCrumb()
public java.math.BigDecimal getValorDescontoPagmentoTotal()
public void setValorDescontoPagmentoTotal(java.math.BigDecimal valorDescontoPagmentoTotal)
public java.math.BigDecimal getValorPagamentoTotal()
public void setValorPagamentoTotal(java.math.BigDecimal valorPagamentoTotal)
public java.math.BigDecimal getValorPagoConvenioTotal()
public void setValorPagoConvenioTotal(java.math.BigDecimal valorPagoConvenioTotal)
public java.math.BigDecimal getValorPagoRendimentoTotal()
public void setValorPagoRendimentoTotal(java.math.BigDecimal valorPagoRendimentoTotal)
public java.math.BigDecimal getValorEstornoTotal()
public void setValorEstornoTotal(java.math.BigDecimal valorEstornoTotal)