Record Class RotinaRecalculoDTO
java.lang.Object
java.lang.Record
br.com.intersys.systextil.function.pcpc.rotinarecalculo.dto.RotinaRecalculoDTO
-
Constructor Summary
ConstructorsConstructorDescriptionRotinaRecalculoDTO(int ordem_producao, int ordem_confeccao, String nivel_recal, String grupo_recal, String subrgrupo_recal, String item_recal, int periodo_producao_real) Creates an instance of aRotinaRecalculoDTOrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thegrupo_recalrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theitem_recalrecord component.Returns the value of thenivel_recalrecord component.intReturns the value of theordem_confeccaorecord component.intReturns the value of theordem_producaorecord component.intReturns the value of theperiodo_producao_realrecord component.Returns the value of thesubrgrupo_recalrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
RotinaRecalculoDTO
public RotinaRecalculoDTO(int ordem_producao, int ordem_confeccao, String nivel_recal, String grupo_recal, String subrgrupo_recal, String item_recal, int periodo_producao_real) Creates an instance of aRotinaRecalculoDTOrecord class.- Parameters:
ordem_producao- the value for theordem_producaorecord componentordem_confeccao- the value for theordem_confeccaorecord componentnivel_recal- the value for thenivel_recalrecord componentgrupo_recal- the value for thegrupo_recalrecord componentsubrgrupo_recal- the value for thesubrgrupo_recalrecord componentitem_recal- the value for theitem_recalrecord componentperiodo_producao_real- the value for theperiodo_producao_realrecord 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 '=='. -
ordem_producao
public int ordem_producao()Returns the value of theordem_producaorecord component.- Returns:
- the value of the
ordem_producaorecord component
-
ordem_confeccao
public int ordem_confeccao()Returns the value of theordem_confeccaorecord component.- Returns:
- the value of the
ordem_confeccaorecord component
-
nivel_recal
Returns the value of thenivel_recalrecord component.- Returns:
- the value of the
nivel_recalrecord component
-
grupo_recal
Returns the value of thegrupo_recalrecord component.- Returns:
- the value of the
grupo_recalrecord component
-
subrgrupo_recal
Returns the value of thesubrgrupo_recalrecord component.- Returns:
- the value of the
subrgrupo_recalrecord component
-
item_recal
Returns the value of theitem_recalrecord component.- Returns:
- the value of the
item_recalrecord component
-
periodo_producao_real
public int periodo_producao_real()Returns the value of theperiodo_producao_realrecord component.- Returns:
- the value of the
periodo_producao_realrecord component
-