java.lang.Object
mbg.test.mb3.generated.conditional.immutable.model.PkfieldsKey
Direct Known Subclasses:
Pkfields

public class PkfieldsKey extends Object
  • 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

    • PkfieldsKey

      public PkfieldsKey(Integer id2, Integer id1)
      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

      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
    • 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
    • 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