public class MyObject extends MyObjectKey
  • Field Details

    • firstname

      private FirstName firstname
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.FIRSTNAME
    • startDate

      private Date startDate
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.DATEFIELD
    • timefield

      private MyTime timefield
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.TIMEFIELD
    • timestampfield

      private Date timestampfield
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.TIMESTAMPFIELD
    • decimal60field

      private int decimal60field
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.DECIMAL60FIELD
    • decimal100field

      private Long decimal100field
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.DECIMAL100FIELD
    • decimal155field

      private Double decimal155field
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.DECIMAL155FIELD
    • wierdField

      private Integer wierdField
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.wierd$Field
    • birthDate

      private Date birthDate
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.birth date
    • stringboolean

      private String stringboolean
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.STRINGBOOLEAN
  • Constructor Details

    • MyObject

      public MyObject()
  • Method Details

    • getFirstname

      public FirstName getFirstname()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.FIRSTNAME
      Returns:
      the value of PKFIELDS.FIRSTNAME
    • setFirstname

      public void setFirstname(FirstName firstname)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.FIRSTNAME
      Parameters:
      firstname - the value for PKFIELDS.FIRSTNAME
    • getStartDate

      public Date getStartDate()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.DATEFIELD
      Returns:
      the value of PKFIELDS.DATEFIELD
    • setStartDate

      public void setStartDate(Date startDate)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.DATEFIELD
      Parameters:
      startDate - the value for PKFIELDS.DATEFIELD
    • getTimefield

      public MyTime getTimefield()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.TIMEFIELD
      Returns:
      the value of PKFIELDS.TIMEFIELD
    • setTimefield

      public void setTimefield(MyTime timefield)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.TIMEFIELD
      Parameters:
      timefield - the value for PKFIELDS.TIMEFIELD
    • getTimestampfield

      public Date getTimestampfield()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.TIMESTAMPFIELD
      Returns:
      the value of PKFIELDS.TIMESTAMPFIELD
    • setTimestampfield

      public void setTimestampfield(Date timestampfield)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.TIMESTAMPFIELD
      Parameters:
      timestampfield - the value for PKFIELDS.TIMESTAMPFIELD
    • getDecimal60field

      public int getDecimal60field()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.DECIMAL60FIELD
      Returns:
      the value of PKFIELDS.DECIMAL60FIELD
    • setDecimal60field

      public void setDecimal60field(int decimal60field)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.DECIMAL60FIELD
      Parameters:
      decimal60field - the value for PKFIELDS.DECIMAL60FIELD
    • getDecimal100field

      public Long getDecimal100field()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.DECIMAL100FIELD
      Returns:
      the value of PKFIELDS.DECIMAL100FIELD
    • setDecimal100field

      public void setDecimal100field(Long decimal100field)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.DECIMAL100FIELD
      Parameters:
      decimal100field - the value for PKFIELDS.DECIMAL100FIELD
    • getDecimal155field

      public Double getDecimal155field()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.DECIMAL155FIELD
      Returns:
      the value of PKFIELDS.DECIMAL155FIELD
    • setDecimal155field

      public void setDecimal155field(Double decimal155field)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.DECIMAL155FIELD
      Parameters:
      decimal155field - the value for PKFIELDS.DECIMAL155FIELD
    • getWierdField

      public Integer getWierdField()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.wierd$Field
      Returns:
      the value of PKFIELDS.wierd$Field
    • setWierdField

      public void setWierdField(Integer wierdField)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.wierd$Field
      Parameters:
      wierdField - the value for PKFIELDS.wierd$Field
    • getBirthDate

      public Date getBirthDate()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.birth date
      Returns:
      the value of PKFIELDS.birth date
    • setBirthDate

      public void setBirthDate(Date birthDate)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.birth date
      Parameters:
      birthDate - the value for PKFIELDS.birth date
    • getStringboolean

      public String getStringboolean()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.STRINGBOOLEAN
      Returns:
      the value of PKFIELDS.STRINGBOOLEAN
    • setStringboolean

      public void setStringboolean(String stringboolean)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.STRINGBOOLEAN
      Parameters:
      stringboolean - the value for PKFIELDS.STRINGBOOLEAN
    • 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 MyObjectKey
    • hashCode

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