Package systextil.bo.pedi
Record Class CamposCalculoLimite.PedsBloqueados
java.lang.Object
java.lang.Record
systextil.bo.pedi.CamposCalculoLimite.PedsBloqueados
- Enclosing class:
CamposCalculoLimite
public static record CamposCalculoLimite.PedsBloqueados(CamposCalculoLimite.Sinal vista, CamposCalculoLimite.Sinal prazo, CamposCalculoLimite.Sinal consLimite, CamposCalculoLimite.Sinal pedBloqueadoCartao)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionPedsBloqueados(String vista, String prazo, String consLimite, String pedBloqueadoCartao) PedsBloqueados(CamposCalculoLimite.Sinal vista, CamposCalculoLimite.Sinal prazo, CamposCalculoLimite.Sinal consLimite, CamposCalculoLimite.Sinal pedBloqueadoCartao) Creates an instance of aPedsBloqueadosrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theconsLimiterecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thepedBloqueadoCartaorecord 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
-
PedsBloqueados
-
PedsBloqueados
public PedsBloqueados(CamposCalculoLimite.Sinal vista, CamposCalculoLimite.Sinal prazo, CamposCalculoLimite.Sinal consLimite, CamposCalculoLimite.Sinal pedBloqueadoCartao) Creates an instance of aPedsBloqueadosrecord class.- Parameters:
vista- the value for thevistarecord componentprazo- the value for theprazorecord componentconsLimite- the value for theconsLimiterecord componentpedBloqueadoCartao- the value for thepedBloqueadoCartaorecord 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
-
consLimite
Returns the value of theconsLimiterecord component.- Returns:
- the value of the
consLimiterecord component
-
pedBloqueadoCartao
Returns the value of thepedBloqueadoCartaorecord component.- Returns:
- the value of the
pedBloqueadoCartaorecord component
-