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
ConstructorDescriptionSoilNutrientRatesResult
(double RNMINS, double RPMINS, double RKMINS, double RNMINT, double RPMINT, double RKMINT) Creates an instance of aSoilNutrientRatesResult
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.double
RKMINS()
Returns the value of theRKMINS
record component.double
RKMINT()
Returns the value of theRKMINT
record component.double
RNMINS()
Returns the value of theRNMINS
record component.double
RNMINT()
Returns the value of theRNMINT
record component.double
RPMINS()
Returns the value of theRPMINS
record component.double
RPMINT()
Returns the value of theRPMINT
record component.final String
toString()
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 aSoilNutrientRatesResult
record class.- Parameters:
RNMINS
- the value for theRNMINS
record componentRPMINS
- the value for theRPMINS
record componentRKMINS
- the value for theRKMINS
record componentRNMINT
- the value for theRNMINT
record componentRPMINT
- the value for theRPMINT
record componentRKMINT
- the value for theRKMINT
record 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 theRNMINS
record component.- Returns:
- the value of the
RNMINS
record component
-
RPMINS
public double RPMINS()Returns the value of theRPMINS
record component.- Returns:
- the value of the
RPMINS
record component
-
RKMINS
public double RKMINS()Returns the value of theRKMINS
record component.- Returns:
- the value of the
RKMINS
record component
-
RNMINT
public double RNMINT()Returns the value of theRNMINT
record component.- Returns:
- the value of the
RNMINT
record component
-
RPMINT
public double RPMINT()Returns the value of theRPMINT
record component.- Returns:
- the value of the
RPMINT
record component
-
RKMINT
public double RKMINT()Returns the value of theRKMINT
record component.- Returns:
- the value of the
RKMINT
record component
-