org.jooq.util.maven.example.mysql.tables.pojos
Class TDates
java.lang.Object
org.jooq.util.maven.example.mysql.tables.pojos.TDates
- All Implemented Interfaces:
- Serializable
public class TDates
- extends Object
- implements Serializable
This class is generated by jOOQ.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TDates
public TDates()
getId
public Integer getId()
setId
public void setId(Integer id)
getD
public Date getD()
setD
public void setD(Date d)
getT
public Time getT()
setT
public void setT(Time t)
getTs
public Timestamp getTs()
setTs
public void setTs(Timestamp ts)
getDInt
public Integer getDInt()
setDInt
public void setDInt(Integer dInt)
getTsBigint
public Long getTsBigint()
setTsBigint
public void setTsBigint(Long tsBigint)
Copyright © 2012. All Rights Reserved.