Class CompoundkeyKey
java.lang.Object
mbg.test.mb3.generated.conditional.immutable.model.CompoundkeyKey
- Direct Known Subclasses:
Compoundkey
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCompoundkeyKey(Integer id, Date updatedate) This method was generated by MyBatis Generator. -
Method Summary
Modifier and TypeMethodDescriptiongetId()This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.
-
Field Details
-
id
This field was generated by MyBatis Generator. This field corresponds to the database column COMPOUNDKEY.ID -
updatedate
This field was generated by MyBatis Generator. This field corresponds to the database column COMPOUNDKEY.UPDATEDATE
-
-
Constructor Details
-
CompoundkeyKey
This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY
-
-
Method Details
-
getId
This method was generated by MyBatis Generator. This method returns the value of the database column COMPOUNDKEY.ID- Returns:
- the value of COMPOUNDKEY.ID
-
getUpdatedate
This method was generated by MyBatis Generator. This method returns the value of the database column COMPOUNDKEY.UPDATEDATE- Returns:
- the value of COMPOUNDKEY.UPDATEDATE
-