java.lang.Object
mbg.test.mb3.generated.conditional.immutable.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(Integer integerfield, Double doublefield, Double floatfield)
      This method was generated by MyBatis Generator. This method corresponds to the database table 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
    • 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
    • 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