Class MyObjectKey

java.lang.Object
mbg.test.common.BaseClass
mbg.test.mb3.generated.miscellaneous.model.MyObjectKey
Direct Known Subclasses:
MyObject

public class MyObjectKey extends BaseClass
  • Field Details

    • id2

      private Integer id2
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.ID2
    • id1

      private Integer id1
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.ID1
  • Constructor Details

    • MyObjectKey

      public MyObjectKey()
  • Method Details

    • getId2

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

      public MyObjectKey withId2(Integer id2)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
    • setId2

      public void setId2(Integer id2)
      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

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

      public MyObjectKey withId1(Integer id1)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
    • setId1

      public void setId1(Integer id1)
      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

      public boolean equals(Object that)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
      Overrides:
      hashCode in class Object