Package systextil.bo.pedi
Record Class CamposCalculoLimite
java.lang.Object
java.lang.Record
systextil.bo.pedi.CamposCalculoLimite
public record CamposCalculoLimite(CamposCalculoLimite.PedsLiberados pedsLiberados, CamposCalculoLimite.PedsBloqueados pedsBloqueados, CamposCalculoLimite.Tits tits, CamposCalculoLimite.Sinal cartaoCredito, CamposCalculoLimite.Sinal devolMercadoria, CamposCalculoLimite.Sinal chequesAssociados, CamposCalculoLimite.Sinal saldoAdiantamento)
extends Record
Classe com os dados preenchidos na tela empr_f826 - Campos considerados para
o cálculo de limite -, que também contém métodos para gravar e pegar o objeto
da EMPR_008. Os atributos presentes nessa classe são ou contêm atributos do
tipo
CamposCalculoLimite.Sinal.- Author:
- FelpsPrograms
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final recordstatic enumEnum com constantes NULO, MAIS e MENOSstatic final record -
Constructor Summary
ConstructorsConstructorDescriptionCamposCalculoLimite(CamposCalculoLimite.PedsLiberados pedsLiberados, CamposCalculoLimite.PedsBloqueados pedsBloqueados, CamposCalculoLimite.Tits tits, String cartaoCredito, String devolMercadoria, String chequesAssociados, String saldoAdiantamento) CamposCalculoLimite(CamposCalculoLimite.PedsLiberados pedsLiberados, CamposCalculoLimite.PedsBloqueados pedsBloqueados, CamposCalculoLimite.Tits tits, CamposCalculoLimite.Sinal cartaoCredito, CamposCalculoLimite.Sinal devolMercadoria, CamposCalculoLimite.Sinal chequesAssociados, CamposCalculoLimite.Sinal saldoAdiantamento) Creates an instance of aCamposCalculoLimiterecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecartaoCreditorecord component.Returns the value of thechequesAssociadosrecord component.Returns the value of thedevolMercadoriarecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thepedsBloqueadosrecord component.Returns the value of thepedsLiberadosrecord component.static CamposCalculoLimitepegarDaEmpr008(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa) Returns the value of thesaldoAdiantamentorecord component.voidsalvarNaEmpr008(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa) tits()Returns the value of thetitsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CamposCalculoLimite
public CamposCalculoLimite(CamposCalculoLimite.PedsLiberados pedsLiberados, CamposCalculoLimite.PedsBloqueados pedsBloqueados, CamposCalculoLimite.Tits tits, String cartaoCredito, String devolMercadoria, String chequesAssociados, String saldoAdiantamento) -
CamposCalculoLimite
public CamposCalculoLimite(CamposCalculoLimite.PedsLiberados pedsLiberados, CamposCalculoLimite.PedsBloqueados pedsBloqueados, CamposCalculoLimite.Tits tits, CamposCalculoLimite.Sinal cartaoCredito, CamposCalculoLimite.Sinal devolMercadoria, CamposCalculoLimite.Sinal chequesAssociados, CamposCalculoLimite.Sinal saldoAdiantamento) Creates an instance of aCamposCalculoLimiterecord class.- Parameters:
pedsLiberados- the value for thepedsLiberadosrecord componentpedsBloqueados- the value for thepedsBloqueadosrecord componenttits- the value for thetitsrecord componentcartaoCredito- the value for thecartaoCreditorecord componentdevolMercadoria- the value for thedevolMercadoriarecord componentchequesAssociados- the value for thechequesAssociadosrecord componentsaldoAdiantamento- the value for thesaldoAdiantamentorecord component
-
-
Method Details
-
salvarNaEmpr008
public void salvarNaEmpr008(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa) -
pegarDaEmpr008
public static CamposCalculoLimite pegarDaEmpr008(br.com.intersys.systextil.connection.AppConnection conn, int codigoEmpresa) -
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
pedsLiberados
Returns the value of thepedsLiberadosrecord component.- Returns:
- the value of the
pedsLiberadosrecord component
-
pedsBloqueados
Returns the value of thepedsBloqueadosrecord component.- Returns:
- the value of the
pedsBloqueadosrecord component
-
tits
Returns the value of thetitsrecord component.- Returns:
- the value of the
titsrecord component
-
cartaoCredito
Returns the value of thecartaoCreditorecord component.- Returns:
- the value of the
cartaoCreditorecord component
-
devolMercadoria
Returns the value of thedevolMercadoriarecord component.- Returns:
- the value of the
devolMercadoriarecord component
-
chequesAssociados
Returns the value of thechequesAssociadosrecord component.- Returns:
- the value of the
chequesAssociadosrecord component
-
saldoAdiantamento
Returns the value of thesaldoAdiantamentorecord component.- Returns:
- the value of the
saldoAdiantamentorecord component
-