java.lang.Object
mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.PkonlyKey

public class PkonlyKey extends Object
  • Field Details

    • id

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

      private Integer seqNum
      This field was generated by MyBatis Generator. This field corresponds to the database column PKONLY.SEQ_NUM
  • Constructor Details

    • PkonlyKey

      public PkonlyKey(Integer id, Integer seqNum)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKONLY
  • Method Details

    • getId

      public Integer getId()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKONLY.ID
      Returns:
      the value of PKONLY.ID
    • getSeqNum

      public Integer getSeqNum()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKONLY.SEQ_NUM
      Returns:
      the value of PKONLY.SEQ_NUM