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
ConstructorsConstructorDescriptionDadosImpressaoEtiquetaLive(TipoEtiquetaLive tipoEtiqueta, int quantidadeItens, int sequenciaItemNota, br.com.intersys.systextil.util.CodProduto produto, String enderecoProduto, int quantidadeAgrupada, int quantidadeCopias) Creates an instance of aDadosImpressaoEtiquetaLiverecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theenderecoProdutorecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.br.com.intersys.systextil.util.CodProdutoproduto()Returns the value of theprodutorecord component.intReturns the value of thequantidadeAgrupadarecord component.intReturns the value of thequantidadeCopiasrecord component.intReturns the value of thequantidadeItensrecord component.intReturns the value of thesequenciaItemNotarecord component.Returns the value of thetipoEtiquetarecord component.final StringtoString()Returns a string representation of this record class.
-
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 aDadosImpressaoEtiquetaLiverecord class.- Parameters:
tipoEtiqueta- the value for thetipoEtiquetarecord componentquantidadeItens- the value for thequantidadeItensrecord componentsequenciaItemNota- the value for thesequenciaItemNotarecord componentproduto- the value for theprodutorecord componentenderecoProduto- the value for theenderecoProdutorecord componentquantidadeAgrupada- the value for thequantidadeAgrupadarecord componentquantidadeCopias- the value for thequantidadeCopiasrecord component
-
-
Method Details
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
tipoEtiqueta
Returns the value of thetipoEtiquetarecord component.- Returns:
- the value of the
tipoEtiquetarecord component
-
quantidadeItens
public int quantidadeItens()Returns the value of thequantidadeItensrecord component.- Returns:
- the value of the
quantidadeItensrecord component
-
sequenciaItemNota
public int sequenciaItemNota()Returns the value of thesequenciaItemNotarecord component.- Returns:
- the value of the
sequenciaItemNotarecord component
-
produto
public br.com.intersys.systextil.util.CodProduto produto()Returns the value of theprodutorecord component.- Returns:
- the value of the
produtorecord component
-
enderecoProduto
Returns the value of theenderecoProdutorecord component.- Returns:
- the value of the
enderecoProdutorecord component
-
quantidadeAgrupada
public int quantidadeAgrupada()Returns the value of thequantidadeAgrupadarecord component.- Returns:
- the value of the
quantidadeAgrupadarecord component
-
quantidadeCopias
public int quantidadeCopias()Returns the value of thequantidadeCopiasrecord component.- Returns:
- the value of the
quantidadeCopiasrecord component
-