java.lang.Object
mbg.test.mb3.generated.annotated.flat.model.Pkonly

public class Pkonly extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private Integer
    This field was generated by MyBatis Generator.
    private Integer
    This field was generated by MyBatis Generator.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object that)
    This method was generated by MyBatis Generator.
    This method was generated by MyBatis Generator.
    This method was generated by MyBatis Generator.
    int
    This method was generated by MyBatis Generator.
    void
    This method was generated by MyBatis Generator.
    void
    This method was generated by MyBatis Generator.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

    • Pkonly

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

      public void setId(Integer id)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKONLY.ID
      Parameters:
      id - the value for 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
    • setSeqNum

      public void setSeqNum(Integer seqNum)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKONLY.SEQ_NUM
      Parameters:
      seqNum - the value for PKONLY.SEQ_NUM
    • equals

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

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