Record Class DadosImpressaoEtiquetaLive

java.lang.Object
java.lang.Record
systextil.services.estoque.estq_e600_live.DadosImpressaoEtiquetaLive

public record DadosImpressaoEtiquetaLive(TipoEtiquetaLive tipoEtiqueta, int quantidadeItens, int sequenciaItemNota, br.com.intersys.systextil.util.CodProduto produto, String enderecoProduto, int quantidadeAgrupada, int quantidadeCopias) extends Record
  • Constructor Summary

    Constructors
    Constructor
    Description
    DadosImpressaoEtiquetaLive(TipoEtiquetaLive tipoEtiqueta, int quantidadeItens, int sequenciaItemNota, br.com.intersys.systextil.util.CodProduto produto, String enderecoProduto, int quantidadeAgrupada, int quantidadeCopias)
    Creates an instance of a DadosImpressaoEtiquetaLive record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the enderecoProduto record component.
    final boolean
    Indicates whether some other object is "equal to" this one.
    final int
    Returns a hash code value for this object.
    br.com.intersys.systextil.util.CodProduto
    Returns the value of the produto record component.
    int
    Returns the value of the quantidadeAgrupada record component.
    int
    Returns the value of the quantidadeCopias record component.
    int
    Returns the value of the quantidadeItens record component.
    int
    Returns the value of the sequenciaItemNota record component.
    Returns the value of the tipoEtiqueta record component.
    final String
    Returns a string representation of this record class.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DadosImpressaoEtiquetaLive

      public DadosImpressaoEtiquetaLive(TipoEtiquetaLive tipoEtiqueta, int quantidadeItens, int sequenciaItemNota, br.com.intersys.systextil.util.CodProduto produto, String enderecoProduto, int quantidadeAgrupada, int quantidadeCopias)
      Creates an instance of a DadosImpressaoEtiquetaLive record class.
      Parameters:
      tipoEtiqueta - the value for the tipoEtiqueta record component
      quantidadeItens - the value for the quantidadeItens record component
      sequenciaItemNota - the value for the sequenciaItemNota record component
      produto - the value for the produto record component
      enderecoProduto - the value for the enderecoProduto record component
      quantidadeAgrupada - the value for the quantidadeAgrupada record component
      quantidadeCopias - the value for the quantidadeCopias record component
  • Method Details

    • 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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      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.
    • tipoEtiqueta

      public TipoEtiquetaLive tipoEtiqueta()
      Returns the value of the tipoEtiqueta record component.
      Returns:
      the value of the tipoEtiqueta record component
    • quantidadeItens

      public int quantidadeItens()
      Returns the value of the quantidadeItens record component.
      Returns:
      the value of the quantidadeItens record component
    • sequenciaItemNota

      public int sequenciaItemNota()
      Returns the value of the sequenciaItemNota record component.
      Returns:
      the value of the sequenciaItemNota record component
    • produto

      public br.com.intersys.systextil.util.CodProduto produto()
      Returns the value of the produto record component.
      Returns:
      the value of the produto record component
    • enderecoProduto

      public String enderecoProduto()
      Returns the value of the enderecoProduto record component.
      Returns:
      the value of the enderecoProduto record component
    • quantidadeAgrupada

      public int quantidadeAgrupada()
      Returns the value of the quantidadeAgrupada record component.
      Returns:
      the value of the quantidadeAgrupada record component
    • quantidadeCopias

      public int quantidadeCopias()
      Returns the value of the quantidadeCopias record component.
      Returns:
      the value of the quantidadeCopias record component