Package hec.model

Class TrialReference

java.lang.Object
hec.model.TrialReference
All Implemented Interfaces:
AsciiSerializable, FieldAccessor, Serializable

public class TrialReference extends Object implements AsciiSerializable
See Also:
  • Field Details

    • mgrIndex

      public int mgrIndex
      index of the TrialForecastRun
    • modelPosition

      public int modelPosition
      index into altlist of model
    • trialKey

      public String trialKey
      trial key ie Q1
  • Constructor Details

    • TrialReference

      public TrialReference()
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equals

      public boolean equals(TrialReference that)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setFieldObject

      public boolean setFieldObject(Field fld, Object fobj)
      Description copied from interface: FieldAccessor
      This allows access to fields withing the implementing object to set there data.
      Specified by:
      setFieldObject in interface FieldAccessor
      Parameters:
      fld - The java field object representing the member field to be set
      fobj - The data to set in that field
      Returns:
      returns true if successful
    • getFieldObject

      public Object getFieldObject(Field fld)
      Description copied from interface: FieldAccessor
      This method allows access to java.lang.reflect.Field objects within the implementing class.
      Specified by:
      getFieldObject in interface FieldAccessor
      Parameters:
      fld - The field to get.
      Returns:
      The data object that is stored in the given field