Class Fieldsonly
java.lang.Object
mbg.test.mb3.generated.hierarchical.immutable.model.Fieldsonly
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFieldsonly(Integer integerfield, Double doublefield, Double floatfield) This method was generated by MyBatis Generator. -
Method Summary
Modifier and TypeMethodDescriptionThis method was generated by MyBatis Generator.This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.
-
Field Details
-
integerfield
This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSONLY.INTEGERFIELD -
doublefield
This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSONLY.DOUBLEFIELD -
floatfield
This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSONLY.FLOATFIELD
-
-
Constructor Details
-
Fieldsonly
This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSONLY
-
-
Method Details
-
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
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
This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSONLY.FLOATFIELD- Returns:
- the value of FIELDSONLY.FLOATFIELD
-