Class Book
java.lang.Object
org.apache.camel.component.jooq.db.tables.pojos.Book
- All Implemented Interfaces:
Serializable
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter forPUBLIC.BOOK.AUTHOR_ID.Getter forPUBLIC.BOOK.CO_AUTHOR_ID.byte[]Getter forPUBLIC.BOOK.CONTENT_PDF.Getter forPUBLIC.BOOK.CONTENT_TEXT.Getter forPUBLIC.BOOK.DETAILS_ID.getId()Getter forPUBLIC.BOOK.ID.Getter forPUBLIC.BOOK.LANGUAGE_ID.Getter forPUBLIC.BOOK.PUBLISHED_IN.Getter forPUBLIC.BOOK.REC_TIMESTAMP.Getter forPUBLIC.BOOK.REC_VERSION.getTitle()Getter forPUBLIC.BOOK.TITLE.inthashCode()voidsetAuthorId(Integer authorId) Setter forPUBLIC.BOOK.AUTHOR_ID.voidsetCoAuthorId(Integer coAuthorId) Setter forPUBLIC.BOOK.CO_AUTHOR_ID.voidsetContentPdf(byte[] contentPdf) Setter forPUBLIC.BOOK.CONTENT_PDF.voidsetContentText(String contentText) Setter forPUBLIC.BOOK.CONTENT_TEXT.voidsetDetailsId(Integer detailsId) Setter forPUBLIC.BOOK.DETAILS_ID.voidSetter forPUBLIC.BOOK.ID.voidsetLanguageId(Integer languageId) Setter forPUBLIC.BOOK.LANGUAGE_ID.voidsetPublishedIn(Integer publishedIn) Setter forPUBLIC.BOOK.PUBLISHED_IN.voidsetRecTimestamp(LocalDateTime recTimestamp) Setter forPUBLIC.BOOK.REC_TIMESTAMP.voidsetRecVersion(Integer recVersion) Setter forPUBLIC.BOOK.REC_VERSION.voidSetter forPUBLIC.BOOK.TITLE.toString()
-
Constructor Details
-
Book
public Book() -
Book
-
Book
-
-
Method Details
-
getId
Getter forPUBLIC.BOOK.ID. -
setId
Setter forPUBLIC.BOOK.ID. -
getAuthorId
Getter forPUBLIC.BOOK.AUTHOR_ID. -
setAuthorId
Setter forPUBLIC.BOOK.AUTHOR_ID. -
getCoAuthorId
Getter forPUBLIC.BOOK.CO_AUTHOR_ID. -
setCoAuthorId
Setter forPUBLIC.BOOK.CO_AUTHOR_ID. -
getDetailsId
Getter forPUBLIC.BOOK.DETAILS_ID. -
setDetailsId
Setter forPUBLIC.BOOK.DETAILS_ID. -
getTitle
Getter forPUBLIC.BOOK.TITLE. -
setTitle
Setter forPUBLIC.BOOK.TITLE. -
getPublishedIn
Getter forPUBLIC.BOOK.PUBLISHED_IN. -
setPublishedIn
Setter forPUBLIC.BOOK.PUBLISHED_IN. -
getLanguageId
Getter forPUBLIC.BOOK.LANGUAGE_ID. -
setLanguageId
Setter forPUBLIC.BOOK.LANGUAGE_ID. -
getContentText
Getter forPUBLIC.BOOK.CONTENT_TEXT. -
setContentText
Setter forPUBLIC.BOOK.CONTENT_TEXT. -
getContentPdf
public byte[] getContentPdf()Getter forPUBLIC.BOOK.CONTENT_PDF. -
setContentPdf
public void setContentPdf(byte[] contentPdf) Setter forPUBLIC.BOOK.CONTENT_PDF. -
getRecVersion
Getter forPUBLIC.BOOK.REC_VERSION. -
setRecVersion
Setter forPUBLIC.BOOK.REC_VERSION. -
getRecTimestamp
Getter forPUBLIC.BOOK.REC_TIMESTAMP. -
setRecTimestamp
Setter forPUBLIC.BOOK.REC_TIMESTAMP. -
equals
-
hashCode
public int hashCode() -
toString
-