Package hec.rss.model

Class ReservoirOperatesForRule

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

public class ReservoirOperatesForRule extends Object implements Serializable, AsciiSerializable
This is a simple class used to mark wheater a rule is applied to a reservoir
See Also:
  • Field Details

    • reservoirID

      public int reservoirID
    • applyToRes

      public boolean applyToRes
  • Constructor Details

    • ReservoirOperatesForRule

      public ReservoirOperatesForRule()
    • ReservoirOperatesForRule

      public ReservoirOperatesForRule(int id, boolean apply)
  • Method Details

    • 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
    • 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