java.lang.Object
mbg.test.mb3.generated.simpleannotated.model.Fieldsonly

public class Fieldsonly extends Object
  • Field Details

    • integerfield

      private Integer integerfield
      This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSONLY.INTEGERFIELD
    • doublefield

      private Double doublefield
      This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSONLY.DOUBLEFIELD
    • floatfield

      private Double floatfield
      This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSONLY.FLOATFIELD
  • Constructor Details

    • Fieldsonly

      public Fieldsonly()
  • Method Details

    • getIntegerfield

      public Integer getIntegerfield()
      This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSONLY.INTEGERFIELD
      Returns:
      the value of FIELDSONLY.INTEGERFIELD
    • setIntegerfield

      public void setIntegerfield(Integer integerfield)
      This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSONLY.INTEGERFIELD
      Parameters:
      integerfield - the value for FIELDSONLY.INTEGERFIELD
    • getDoublefield

      public Double getDoublefield()
      This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSONLY.DOUBLEFIELD
      Returns:
      the value of FIELDSONLY.DOUBLEFIELD
    • setDoublefield

      public void setDoublefield(Double doublefield)
      This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSONLY.DOUBLEFIELD
      Parameters:
      doublefield - the value for FIELDSONLY.DOUBLEFIELD
    • getFloatfield

      public Double getFloatfield()
      This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSONLY.FLOATFIELD
      Returns:
      the value of FIELDSONLY.FLOATFIELD
    • setFloatfield

      public void setFloatfield(Double floatfield)
      This method was generated by MyBatis Generator. This method sets the value of the database column FIELDSONLY.FLOATFIELD
      Parameters:
      floatfield - the value for FIELDSONLY.FLOATFIELD
    • equals

      public boolean equals(Object that)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY
      Overrides:
      toString in class Object