Package hec.rss.model

Class IntakeGeometry

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

public class IntakeGeometry extends Object implements AsciiSerializable, Cloneable
See Also:
  • Constructor Details

    • IntakeGeometry

      public IntakeGeometry()
  • Method Details

    • getIntakeOpeningType

      public IntakeOpeningType getIntakeOpeningType()
    • setIntakeOpeningType

      public void setIntakeOpeningType(IntakeOpeningType openingType)
    • getRectangularLength

      public double getRectangularLength()
    • setRectangularLength

      public void setRectangularLength(double rectangularLength)
    • getRectangularWidth

      public double getRectangularWidth()
    • setRectangularWidth

      public void setRectangularWidth(double rectangularWidth)
    • getInvertElevation

      public double getInvertElevation()
    • setInvertElevation

      public void setInvertElevation(double invertElevation)
    • getOpening

      public IntakeOpening getOpening()
    • setOpening

      public void setOpening(IntakeOpening opening)
    • getCircularDiameter

      public double getCircularDiameter()
    • setCircularDiameter

      public void setCircularDiameter(double circularDiameter)
    • clone

      protected Object clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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