Package systextil.integracao.dto
Record Class Flnf015DTO
java.lang.Object
java.lang.Record
systextil.integracao.dto.Flnf015DTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thechave_acessorecord component.data_vld()Returns the value of thedata_vldrecord 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.usuario()Returns the value of theusuariorecord component.Returns the value of thevalidacaorecord component.
-
Constructor Details
-
Flnf015DTO
public Flnf015DTO(int documento, int serie, Date emissor, String validacao, String status, String usuario, Date data_vld, String chave_acesso) Creates an instance of aFlnf015DTOrecord class.- Parameters:
documento- the value for thedocumentorecord componentserie- the value for theserierecord componentemissor- the value for theemissorrecord componentvalidacao- the value for thevalidacaorecord componentstatus- the value for thestatusrecord componentusuario- the value for theusuariorecord componentdata_vld- the value for thedata_vldrecord 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
-
emissor
Returns the value of theemissorrecord component.- Returns:
- the value of the
emissorrecord component
-
validacao
Returns the value of thevalidacaorecord component.- Returns:
- the value of the
validacaorecord component
-
status
Returns the value of thestatusrecord component.- Returns:
- the value of the
statusrecord component
-
usuario
Returns the value of theusuariorecord component.- Returns:
- the value of the
usuariorecord component
-
data_vld
Returns the value of thedata_vldrecord component.- Returns:
- the value of the
data_vldrecord 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 '=='.
-