Class Generatedalwaystest
java.lang.Object
mbg.test.common.BaseClass
mbg.test.mb3.generated.annotated.miscellaneous.model.Generatedalwaystest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]This field was generated by MyBatis Generator.private IntegerThis field was generated by MyBatis Generator.private IntegerThis field was generated by MyBatis Generator.private IntegerThis field was generated by MyBatis Generator.private StringThis field was generated by MyBatis Generator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method was generated by MyBatis Generator.byte[]getBlob1()This method was generated by MyBatis Generator.getId()This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.getName()This method was generated by MyBatis Generator.inthashCode()This method was generated by MyBatis Generator.voidsetBlob1(byte[] blob1) This method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.voidsetIdPlus1(Integer idPlus1) This method was generated by MyBatis Generator.voidsetIdPlus2(Integer idPlus2) This method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.Methods inherited from class mbg.test.common.BaseClass
getLastname, setLastname
-
Field Details
-
id
This field was generated by MyBatis Generator. This field corresponds to the database column GENERATEDALWAYSTEST.ID -
name
This field was generated by MyBatis Generator. This field corresponds to the database column GENERATEDALWAYSTEST.NAME -
idPlus1
This field was generated by MyBatis Generator. This field corresponds to the database column GENERATEDALWAYSTEST.ID_PLUS1 -
idPlus2
This field was generated by MyBatis Generator. This field corresponds to the database column GENERATEDALWAYSTEST.ID_PLUS2 -
blob1
private byte[] blob1This field was generated by MyBatis Generator. This field corresponds to the database column GENERATEDALWAYSTEST.BLOB1
-
-
Constructor Details
-
Generatedalwaystest
public Generatedalwaystest()
-
-
Method Details
-
getId
This method was generated by MyBatis Generator. This method returns the value of the database column GENERATEDALWAYSTEST.ID- Returns:
- the value of GENERATEDALWAYSTEST.ID
-
setId
This method was generated by MyBatis Generator. This method sets the value of the database column GENERATEDALWAYSTEST.ID- Parameters:
id- the value for GENERATEDALWAYSTEST.ID
-
getName
This method was generated by MyBatis Generator. This method returns the value of the database column GENERATEDALWAYSTEST.NAME- Returns:
- the value of GENERATEDALWAYSTEST.NAME
-
setName
This method was generated by MyBatis Generator. This method sets the value of the database column GENERATEDALWAYSTEST.NAME- Parameters:
name- the value for GENERATEDALWAYSTEST.NAME
-
getIdPlus1
This method was generated by MyBatis Generator. This method returns the value of the database column GENERATEDALWAYSTEST.ID_PLUS1- Returns:
- the value of GENERATEDALWAYSTEST.ID_PLUS1
-
setIdPlus1
This method was generated by MyBatis Generator. This method sets the value of the database column GENERATEDALWAYSTEST.ID_PLUS1- Parameters:
idPlus1- the value for GENERATEDALWAYSTEST.ID_PLUS1
-
getIdPlus2
This method was generated by MyBatis Generator. This method returns the value of the database column GENERATEDALWAYSTEST.ID_PLUS2- Returns:
- the value of GENERATEDALWAYSTEST.ID_PLUS2
-
setIdPlus2
This method was generated by MyBatis Generator. This method sets the value of the database column GENERATEDALWAYSTEST.ID_PLUS2- Parameters:
idPlus2- the value for GENERATEDALWAYSTEST.ID_PLUS2
-
getBlob1
public byte[] getBlob1()This method was generated by MyBatis Generator. This method returns the value of the database column GENERATEDALWAYSTEST.BLOB1- Returns:
- the value of GENERATEDALWAYSTEST.BLOB1
-
setBlob1
public void setBlob1(byte[] blob1) This method was generated by MyBatis Generator. This method sets the value of the database column GENERATEDALWAYSTEST.BLOB1- Parameters:
blob1- the value for GENERATEDALWAYSTEST.BLOB1
-
equals
This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST -
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table GENERATEDALWAYSTEST
-