Class PkblobsKey

java.lang.Object
mbg.test.mb3.generated.hierarchical.model.PkblobsKey
Direct Known Subclasses:
PkblobsWithBLOBs

public class PkblobsKey extends Object
This class was generated by MyBatis Generator. This class corresponds to the database table PKBLOBS
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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.
    int
    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 PKBLOBS.ID
  • Constructor Details

    • PkblobsKey

      public PkblobsKey()
  • Method Details

    • getId

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

      public void setId(Integer id)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKBLOBS.ID
      Parameters:
      id - the value for PKBLOBS.ID
    • equals

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

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