Class Fieldsonly
java.lang.Object
mbg.test.mb3.generated.miscellaneous.modelonly2.model.Fieldsonly
-
Field Summary
Fields -
Constructor Summary
Constructors -
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.voidsetDoublefield(Double doublefield) This method was generated by MyBatis Generator.voidsetFloatfield(Double floatfield) This method was generated by MyBatis Generator.voidsetIntegerfield(Integer integerfield) 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
public 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
-
setIntegerfield
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
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
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
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
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
-