java.lang.Object
mbg.test.mb3.generated.miscellaneous.modelonly2.model.PkfieldsKey
mbg.test.mb3.generated.miscellaneous.modelonly2.model.Pkfields

public class Pkfields extends PkfieldsKey
  • Field Details

    • firstname

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

      private String lastname
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.LASTNAME
    • datefield

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

      private Date 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
    • decimal30field

      private Short decimal30field
      This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDS.DECIMAL30FIELD
    • decimal60field

      private Integer 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 BigDecimal 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

    • Pkfields

      public Pkfields()
  • Method Details

    • getFirstname

      public String 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(String 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
    • getLastname

      public String getLastname()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.LASTNAME
      Returns:
      the value of PKFIELDS.LASTNAME
    • setLastname

      public void setLastname(String lastname)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.LASTNAME
      Parameters:
      lastname - the value for PKFIELDS.LASTNAME
    • getDatefield

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

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

      public Date 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(Date 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
    • getDecimal30field

      public Short getDecimal30field()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDS.DECIMAL30FIELD
      Returns:
      the value of PKFIELDS.DECIMAL30FIELD
    • setDecimal30field

      public void setDecimal30field(Short decimal30field)
      This method was generated by MyBatis Generator. This method sets the value of the database column PKFIELDS.DECIMAL30FIELD
      Parameters:
      decimal30field - the value for PKFIELDS.DECIMAL30FIELD
    • getDecimal60field

      public Integer 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(Integer 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 BigDecimal 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(BigDecimal 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