Package systextil.integracao.dto
Record Class Flnf010DTO
java.lang.Object
java.lang.Record
systextil.integracao.dto.Flnf010DTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thechave_acessorecord component.Returns the value of thedata_emissaorecord component.Returns the value of thedata_leiturarecord component.intReturns the value of thedocumentorecord component.emissor()Returns the value of theemissorrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intserie()Returns the value of theserierecord component.status()Returns the value of thestatusrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Flnf010DTO
public Flnf010DTO(int documento, int serie, Date data_emissao, Date data_leitura, String emissor, String status, String chave_acesso) Creates an instance of aFlnf010DTOrecord class.- Parameters:
documento- the value for thedocumentorecord componentserie- the value for theserierecord componentdata_emissao- the value for thedata_emissaorecord componentdata_leitura- the value for thedata_leiturarecord componentemissor- the value for theemissorrecord componentstatus- the value for thestatusrecord componentchave_acesso- the value for thechave_acessorecord component
-
-
Method Details
-
documento
public int documento()Returns the value of thedocumentorecord component.- Returns:
- the value of the
documentorecord component
-
serie
public int serie()Returns the value of theserierecord component.- Returns:
- the value of the
serierecord component
-
data_emissao
Returns the value of thedata_emissaorecord component.- Returns:
- the value of the
data_emissaorecord component
-
data_leitura
Returns the value of thedata_leiturarecord component.- Returns:
- the value of the
data_leiturarecord component
-
emissor
Returns the value of theemissorrecord component.- Returns:
- the value of the
emissorrecord component
-
status
Returns the value of thestatusrecord component.- Returns:
- the value of the
statusrecord component
-
chave_acesso
Returns the value of thechave_acessorecord component.- Returns:
- the value of the
chave_acessorecord component
-
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 '=='.
-