|
|
@@ -7,7 +7,7 @@ package com.thmodel.jooq.tables.records;
|
|
|
import com.thmodel.jooq.tables.Parttyinfo;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
-import java.time.LocalDateTime;
|
|
|
+import java.sql.Timestamp;
|
|
|
|
|
|
import javax.annotation.Generated;
|
|
|
|
|
|
@@ -30,9 +30,9 @@ import org.jooq.types.UInteger;
|
|
|
comments = "This class is generated by jOOQ"
|
|
|
)
|
|
|
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
|
|
|
-public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> implements Record14<Integer, String, String, String, String, LocalDateTime, LocalDateTime, LocalDateTime, LocalDateTime, BigDecimal, BigDecimal, BigDecimal, UInteger, String> {
|
|
|
+public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> implements Record14<Integer, String, String, String, String, Timestamp, Timestamp, Timestamp, Timestamp, BigDecimal, BigDecimal, BigDecimal, UInteger, String> {
|
|
|
|
|
|
- private static final long serialVersionUID = -998544727;
|
|
|
+ private static final long serialVersionUID = -89574262;
|
|
|
|
|
|
/**
|
|
|
* Setter for <code>thmodeltest.parttyinfo.PK</code>.
|
|
|
@@ -107,57 +107,57 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
/**
|
|
|
* Setter for <code>thmodeltest.parttyinfo.SBeg</code>.
|
|
|
*/
|
|
|
- public void setSbeg(LocalDateTime value) {
|
|
|
+ public void setSbeg(Timestamp value) {
|
|
|
set(5, value);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* Getter for <code>thmodeltest.parttyinfo.SBeg</code>.
|
|
|
*/
|
|
|
- public LocalDateTime getSbeg() {
|
|
|
- return (LocalDateTime) get(5);
|
|
|
+ public Timestamp getSbeg() {
|
|
|
+ return (Timestamp) get(5);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* Setter for <code>thmodeltest.parttyinfo.SEndt</code>.
|
|
|
*/
|
|
|
- public void setSendt(LocalDateTime value) {
|
|
|
+ public void setSendt(Timestamp value) {
|
|
|
set(6, value);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* Getter for <code>thmodeltest.parttyinfo.SEndt</code>.
|
|
|
*/
|
|
|
- public LocalDateTime getSendt() {
|
|
|
- return (LocalDateTime) get(6);
|
|
|
+ public Timestamp getSendt() {
|
|
|
+ return (Timestamp) get(6);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* Setter for <code>thmodeltest.parttyinfo.Beg</code>.
|
|
|
*/
|
|
|
- public void setBeg(LocalDateTime value) {
|
|
|
+ public void setBeg(Timestamp value) {
|
|
|
set(7, value);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* Getter for <code>thmodeltest.parttyinfo.Beg</code>.
|
|
|
*/
|
|
|
- public LocalDateTime getBeg() {
|
|
|
- return (LocalDateTime) get(7);
|
|
|
+ public Timestamp getBeg() {
|
|
|
+ return (Timestamp) get(7);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* Setter for <code>thmodeltest.parttyinfo.Endt</code>.
|
|
|
*/
|
|
|
- public void setEndt(LocalDateTime value) {
|
|
|
+ public void setEndt(Timestamp value) {
|
|
|
set(8, value);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* Getter for <code>thmodeltest.parttyinfo.Endt</code>.
|
|
|
*/
|
|
|
- public LocalDateTime getEndt() {
|
|
|
- return (LocalDateTime) get(8);
|
|
|
+ public Timestamp getEndt() {
|
|
|
+ return (Timestamp) get(8);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -250,7 +250,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public Row14<Integer, String, String, String, String, LocalDateTime, LocalDateTime, LocalDateTime, LocalDateTime, BigDecimal, BigDecimal, BigDecimal, UInteger, String> fieldsRow() {
|
|
|
+ public Row14<Integer, String, String, String, String, Timestamp, Timestamp, Timestamp, Timestamp, BigDecimal, BigDecimal, BigDecimal, UInteger, String> fieldsRow() {
|
|
|
return (Row14) super.fieldsRow();
|
|
|
}
|
|
|
|
|
|
@@ -258,7 +258,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public Row14<Integer, String, String, String, String, LocalDateTime, LocalDateTime, LocalDateTime, LocalDateTime, BigDecimal, BigDecimal, BigDecimal, UInteger, String> valuesRow() {
|
|
|
+ public Row14<Integer, String, String, String, String, Timestamp, Timestamp, Timestamp, Timestamp, BigDecimal, BigDecimal, BigDecimal, UInteger, String> valuesRow() {
|
|
|
return (Row14) super.valuesRow();
|
|
|
}
|
|
|
|
|
|
@@ -306,7 +306,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public Field<LocalDateTime> field6() {
|
|
|
+ public Field<Timestamp> field6() {
|
|
|
return Parttyinfo.PARTTYINFO.SBEG;
|
|
|
}
|
|
|
|
|
|
@@ -314,7 +314,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public Field<LocalDateTime> field7() {
|
|
|
+ public Field<Timestamp> field7() {
|
|
|
return Parttyinfo.PARTTYINFO.SENDT;
|
|
|
}
|
|
|
|
|
|
@@ -322,7 +322,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public Field<LocalDateTime> field8() {
|
|
|
+ public Field<Timestamp> field8() {
|
|
|
return Parttyinfo.PARTTYINFO.BEG;
|
|
|
}
|
|
|
|
|
|
@@ -330,7 +330,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public Field<LocalDateTime> field9() {
|
|
|
+ public Field<Timestamp> field9() {
|
|
|
return Parttyinfo.PARTTYINFO.ENDT;
|
|
|
}
|
|
|
|
|
|
@@ -418,7 +418,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public LocalDateTime component6() {
|
|
|
+ public Timestamp component6() {
|
|
|
return getSbeg();
|
|
|
}
|
|
|
|
|
|
@@ -426,7 +426,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public LocalDateTime component7() {
|
|
|
+ public Timestamp component7() {
|
|
|
return getSendt();
|
|
|
}
|
|
|
|
|
|
@@ -434,7 +434,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public LocalDateTime component8() {
|
|
|
+ public Timestamp component8() {
|
|
|
return getBeg();
|
|
|
}
|
|
|
|
|
|
@@ -442,7 +442,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public LocalDateTime component9() {
|
|
|
+ public Timestamp component9() {
|
|
|
return getEndt();
|
|
|
}
|
|
|
|
|
|
@@ -530,7 +530,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public LocalDateTime value6() {
|
|
|
+ public Timestamp value6() {
|
|
|
return getSbeg();
|
|
|
}
|
|
|
|
|
|
@@ -538,7 +538,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public LocalDateTime value7() {
|
|
|
+ public Timestamp value7() {
|
|
|
return getSendt();
|
|
|
}
|
|
|
|
|
|
@@ -546,7 +546,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public LocalDateTime value8() {
|
|
|
+ public Timestamp value8() {
|
|
|
return getBeg();
|
|
|
}
|
|
|
|
|
|
@@ -554,7 +554,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public LocalDateTime value9() {
|
|
|
+ public Timestamp value9() {
|
|
|
return getEndt();
|
|
|
}
|
|
|
|
|
|
@@ -647,7 +647,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public ParttyinfoRecord value6(LocalDateTime value) {
|
|
|
+ public ParttyinfoRecord value6(Timestamp value) {
|
|
|
setSbeg(value);
|
|
|
return this;
|
|
|
}
|
|
|
@@ -656,7 +656,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public ParttyinfoRecord value7(LocalDateTime value) {
|
|
|
+ public ParttyinfoRecord value7(Timestamp value) {
|
|
|
setSendt(value);
|
|
|
return this;
|
|
|
}
|
|
|
@@ -665,7 +665,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public ParttyinfoRecord value8(LocalDateTime value) {
|
|
|
+ public ParttyinfoRecord value8(Timestamp value) {
|
|
|
setBeg(value);
|
|
|
return this;
|
|
|
}
|
|
|
@@ -674,7 +674,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public ParttyinfoRecord value9(LocalDateTime value) {
|
|
|
+ public ParttyinfoRecord value9(Timestamp value) {
|
|
|
setEndt(value);
|
|
|
return this;
|
|
|
}
|
|
|
@@ -728,7 +728,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
* {@inheritDoc}
|
|
|
*/
|
|
|
@Override
|
|
|
- public ParttyinfoRecord values(Integer value1, String value2, String value3, String value4, String value5, LocalDateTime value6, LocalDateTime value7, LocalDateTime value8, LocalDateTime value9, BigDecimal value10, BigDecimal value11, BigDecimal value12, UInteger value13, String value14) {
|
|
|
+ public ParttyinfoRecord values(Integer value1, String value2, String value3, String value4, String value5, Timestamp value6, Timestamp value7, Timestamp value8, Timestamp value9, BigDecimal value10, BigDecimal value11, BigDecimal value12, UInteger value13, String value14) {
|
|
|
value1(value1);
|
|
|
value2(value2);
|
|
|
value3(value3);
|
|
|
@@ -760,7 +760,7 @@ public class ParttyinfoRecord extends UpdatableRecordImpl<ParttyinfoRecord> impl
|
|
|
/**
|
|
|
* Create a detached, initialised ParttyinfoRecord
|
|
|
*/
|
|
|
- public ParttyinfoRecord(Integer pk, String pic, String caption, String intro, String term, LocalDateTime sbeg, LocalDateTime sendt, LocalDateTime beg, LocalDateTime endt, BigDecimal meprice, BigDecimal moprice, BigDecimal brprice, UInteger isbanner, String banner) {
|
|
|
+ public ParttyinfoRecord(Integer pk, String pic, String caption, String intro, String term, Timestamp sbeg, Timestamp sendt, Timestamp beg, Timestamp endt, BigDecimal meprice, BigDecimal moprice, BigDecimal brprice, UInteger isbanner, String banner) {
|
|
|
super(Parttyinfo.PARTTYINFO);
|
|
|
|
|
|
set(0, pk);
|