Class PkfieldsKey
java.lang.Object
mbg.test.mb3.generated.mixed.conditional.model.PkfieldsKey
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Pkfields
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method was generated by MyBatis Generator.getId1()This method was generated by MyBatis Generator.getId2()This method was generated by MyBatis Generator.inthashCode()This method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.voidThis method was generated by MyBatis Generator.
-
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 -
serialVersionUID
private static final long serialVersionUIDThis field was generated by MyBatis Generator. This field corresponds to the database table PKFIELDS- See Also:
-
-
Constructor Details
-
PkfieldsKey
public PkfieldsKey()
-
-
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
-
equals
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS -
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
-