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
  • Constructor Details

  • 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

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • pedsLiberados

      public CamposCalculoLimite.PedsLiberados pedsLiberados()
      Returns the value of the pedsLiberados record component.
      Returns:
      the value of the pedsLiberados record component
    • pedsBloqueados

      public CamposCalculoLimite.PedsBloqueados pedsBloqueados()
      Returns the value of the pedsBloqueados record component.
      Returns:
      the value of the pedsBloqueados record component
    • tits

      public CamposCalculoLimite.Tits tits()
      Returns the value of the tits record component.
      Returns:
      the value of the tits record component
    • cartaoCredito

      public CamposCalculoLimite.Sinal cartaoCredito()
      Returns the value of the cartaoCredito record component.
      Returns:
      the value of the cartaoCredito record component
    • devolMercadoria

      public CamposCalculoLimite.Sinal devolMercadoria()
      Returns the value of the devolMercadoria record component.
      Returns:
      the value of the devolMercadoria record component
    • chequesAssociados

      public CamposCalculoLimite.Sinal chequesAssociados()
      Returns the value of the chequesAssociados record component.
      Returns:
      the value of the chequesAssociados record component
    • saldoAdiantamento

      public CamposCalculoLimite.Sinal saldoAdiantamento()
      Returns the value of the saldoAdiantamento record component.
      Returns:
      the value of the saldoAdiantamento record component