public class Pkfields extends PkfieldsKey
Constructor and Description |
---|
Pkfields()
This method was generated by MyBatis Generator.
|
Pkfields(Integer id2,
Integer id1,
String firstname,
String lastname,
Date datefield,
Date timefield,
Date timestampfield,
Short decimal30field,
Integer decimal60field,
Long decimal100field,
BigDecimal decimal155field,
Integer wierdField,
Date birthDate,
String stringboolean)
This method was generated by MyBatis Generator.
|
Modifier and Type | Method and Description |
---|---|
Date |
getBirthDate()
This method was generated by MyBatis Generator.
|
Date |
getDatefield()
This method was generated by MyBatis Generator.
|
Long |
getDecimal100field()
This method was generated by MyBatis Generator.
|
BigDecimal |
getDecimal155field()
This method was generated by MyBatis Generator.
|
Short |
getDecimal30field()
This method was generated by MyBatis Generator.
|
Integer |
getDecimal60field()
This method was generated by MyBatis Generator.
|
String |
getFirstname()
This method was generated by MyBatis Generator.
|
String |
getLastname()
This method was generated by MyBatis Generator.
|
String |
getStringboolean()
This method was generated by MyBatis Generator.
|
Date |
getTimefield()
This method was generated by MyBatis Generator.
|
Date |
getTimestampfield()
This method was generated by MyBatis Generator.
|
Integer |
getWierdField()
This method was generated by MyBatis Generator.
|
void |
setBirthDate(Date birthDate)
This method was generated by MyBatis Generator.
|
void |
setDatefield(Date datefield)
This method was generated by MyBatis Generator.
|
void |
setDecimal100field(Long decimal100field)
This method was generated by MyBatis Generator.
|
void |
setDecimal155field(BigDecimal decimal155field)
This method was generated by MyBatis Generator.
|
void |
setDecimal30field(Short decimal30field)
This method was generated by MyBatis Generator.
|
void |
setDecimal60field(Integer decimal60field)
This method was generated by MyBatis Generator.
|
void |
setFirstname(String firstname)
This method was generated by MyBatis Generator.
|
void |
setLastname(String lastname)
This method was generated by MyBatis Generator.
|
void |
setStringboolean(String stringboolean)
This method was generated by MyBatis Generator.
|
void |
setTimefield(Date timefield)
This method was generated by MyBatis Generator.
|
void |
setTimestampfield(Date timestampfield)
This method was generated by MyBatis Generator.
|
void |
setWierdField(Integer wierdField)
This method was generated by MyBatis Generator.
|
getId1, getId2, setId1, setId2
public Pkfields(Integer id2, Integer id1, String firstname, String lastname, Date datefield, Date timefield, Date timestampfield, Short decimal30field, Integer decimal60field, Long decimal100field, BigDecimal decimal155field, Integer wierdField, Date birthDate, String stringboolean)
public Pkfields()
public String getFirstname()
public void setFirstname(String firstname)
firstname
- the value for PKFIELDS.FIRSTNAMEpublic String getLastname()
public void setLastname(String lastname)
lastname
- the value for PKFIELDS.LASTNAMEpublic Date getDatefield()
public void setDatefield(Date datefield)
datefield
- the value for PKFIELDS.DATEFIELDpublic Date getTimefield()
public void setTimefield(Date timefield)
timefield
- the value for PKFIELDS.TIMEFIELDpublic Date getTimestampfield()
public void setTimestampfield(Date timestampfield)
timestampfield
- the value for PKFIELDS.TIMESTAMPFIELDpublic Short getDecimal30field()
public void setDecimal30field(Short decimal30field)
decimal30field
- the value for PKFIELDS.DECIMAL30FIELDpublic Integer getDecimal60field()
public void setDecimal60field(Integer decimal60field)
decimal60field
- the value for PKFIELDS.DECIMAL60FIELDpublic Long getDecimal100field()
public void setDecimal100field(Long decimal100field)
decimal100field
- the value for PKFIELDS.DECIMAL100FIELDpublic BigDecimal getDecimal155field()
public void setDecimal155field(BigDecimal decimal155field)
decimal155field
- the value for PKFIELDS.DECIMAL155FIELDpublic Integer getWierdField()
public void setWierdField(Integer wierdField)
wierdField
- the value for PKFIELDS.wierd$Fieldpublic Date getBirthDate()
public void setBirthDate(Date birthDate)
birthDate
- the value for PKFIELDS.birth datepublic String getStringboolean()
public void setStringboolean(String stringboolean)
stringboolean
- the value for PKFIELDS.STRINGBOOLEANCopyright © 2010–2018 MyBatis.org. All rights reserved.