java.lang.Object
mbg.test.mb3.generated.hierarchical.immutable.model.CompoundkeyKey
Direct Known Subclasses:
Compoundkey

public class CompoundkeyKey extends Object
  • Field Details

    • id

      private Integer id
      This field was generated by MyBatis Generator. This field corresponds to the database column COMPOUNDKEY.ID
    • updatedate

      private Date updatedate
      This field was generated by MyBatis Generator. This field corresponds to the database column COMPOUNDKEY.UPDATEDATE
  • Constructor Details

    • CompoundkeyKey

      public CompoundkeyKey(Integer id, Date updatedate)
      This method was generated by MyBatis Generator. This method corresponds to the database table COMPOUNDKEY
  • Method Details

    • getId

      public Integer 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

      public Date 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