Record Class LintulFunctions.SoilNutrientRatesResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.models.lintul5.LintulFunctions.SoilNutrientRatesResult
- Enclosing class:
- LintulFunctions
public static record LintulFunctions.SoilNutrientRatesResult(double RNMINS, double RPMINS, double RKMINS, double RNMINT, double RPMINT, double RKMINT)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionSoilNutrientRatesResult(double RNMINS, double RPMINS, double RKMINS, double RNMINT, double RPMINT, double RKMINT) Creates an instance of aSoilNutrientRatesResultrecord 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.doubleRKMINS()Returns the value of theRKMINSrecord component.doubleRKMINT()Returns the value of theRKMINTrecord component.doubleRNMINS()Returns the value of theRNMINSrecord component.doubleRNMINT()Returns the value of theRNMINTrecord component.doubleRPMINS()Returns the value of theRPMINSrecord component.doubleRPMINT()Returns the value of theRPMINTrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SoilNutrientRatesResult
public SoilNutrientRatesResult(double RNMINS, double RPMINS, double RKMINS, double RNMINT, double RPMINT, double RKMINT) Creates an instance of aSoilNutrientRatesResultrecord class.- Parameters:
RNMINS- the value for theRNMINSrecord componentRPMINS- the value for theRPMINSrecord componentRKMINS- the value for theRKMINSrecord componentRNMINT- the value for theRNMINTrecord componentRPMINT- the value for theRPMINTrecord componentRKMINT- the value for theRKMINTrecord 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 with '=='. -
RNMINS
public double RNMINS()Returns the value of theRNMINSrecord component.- Returns:
- the value of the
RNMINSrecord component
-
RPMINS
public double RPMINS()Returns the value of theRPMINSrecord component.- Returns:
- the value of the
RPMINSrecord component
-
RKMINS
public double RKMINS()Returns the value of theRKMINSrecord component.- Returns:
- the value of the
RKMINSrecord component
-
RNMINT
public double RNMINT()Returns the value of theRNMINTrecord component.- Returns:
- the value of the
RNMINTrecord component
-
RPMINT
public double RPMINT()Returns the value of theRPMINTrecord component.- Returns:
- the value of the
RPMINTrecord component
-
RKMINT
public double RKMINT()Returns the value of theRKMINTrecord component.- Returns:
- the value of the
RKMINTrecord component
-