Package systextil.bo.pedi
Record Class CamposCalculoLimite.PedsLiberados
java.lang.Object
java.lang.Record
systextil.bo.pedi.CamposCalculoLimite.PedsLiberados
- Enclosing class:
CamposCalculoLimite
public static record CamposCalculoLimite.PedsLiberados(CamposCalculoLimite.Sinal vista, CamposCalculoLimite.Sinal prazo, CamposCalculoLimite.Sinal pedLiberadoCartao)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionPedsLiberados(String vista, String prazo, String pedLiberadoCartao) PedsLiberados(CamposCalculoLimite.Sinal vista, CamposCalculoLimite.Sinal prazo, CamposCalculoLimite.Sinal pedLiberadoCartao) Creates an instance of aPedsLiberadosrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thepedLiberadoCartaorecord component.prazo()Returns the value of theprazorecord component.final StringtoString()Returns a string representation of this record class.vista()Returns the value of thevistarecord component.
-
Constructor Details
-
PedsLiberados
-
PedsLiberados
public PedsLiberados(CamposCalculoLimite.Sinal vista, CamposCalculoLimite.Sinal prazo, CamposCalculoLimite.Sinal pedLiberadoCartao) Creates an instance of aPedsLiberadosrecord class.- Parameters:
vista- the value for thevistarecord componentprazo- the value for theprazorecord componentpedLiberadoCartao- the value for thepedLiberadoCartaorecord 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. All components in this record class are compared withObjects::equals(Object,Object). -
vista
Returns the value of thevistarecord component.- Returns:
- the value of the
vistarecord component
-
prazo
Returns the value of theprazorecord component.- Returns:
- the value of the
prazorecord component
-
pedLiberadoCartao
Returns the value of thepedLiberadoCartaorecord component.- Returns:
- the value of the
pedLiberadoCartaorecord component
-