Class PkfieldsKey
java.lang.Object
mbg.test.mb3.generated.annotated.hierarchical.Immutable.Model.PkfieldsKey
- Direct Known Subclasses:
Pkfields
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionThis method was generated by MyBatis Generator.PkfieldsKey(Integer id2, Integer id1) This method was generated by MyBatis Generator. -
Method Summary
-
Field Details
-
id2
This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.ID2 -
id1
This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.ID1
-
-
Constructor Details
-
PkfieldsKey
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
PkfieldsKey
public PkfieldsKey()This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
-
-
Method Details
-
getId2
This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.ID2- Returns:
- the value of PKFIELDS.ID2
-
setId2
This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.ID2- Parameters:
id2- the value for PKFIELDS.ID2
-
getId1
This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.ID1- Returns:
- the value of PKFIELDS.ID1
-
setId1
This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.ID1- Parameters:
id1- the value for PKFIELDS.ID1
-