Class Book
- java.lang.Object
-
- org.apache.camel.component.jooq.db.tables.pojos.Book
-
- All Implemented Interfaces:
Serializable
public class Book extends Object implements Serializable
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAuthorId()Getter forPUBLIC.BOOK.AUTHOR_ID.IntegergetCoAuthorId()Getter forPUBLIC.BOOK.CO_AUTHOR_ID.byte[]getContentPdf()Getter forPUBLIC.BOOK.CONTENT_PDF.StringgetContentText()Getter forPUBLIC.BOOK.CONTENT_TEXT.IntegergetDetailsId()Getter forPUBLIC.BOOK.DETAILS_ID.IntegergetId()Getter forPUBLIC.BOOK.ID.IntegergetLanguageId()Getter forPUBLIC.BOOK.LANGUAGE_ID.IntegergetPublishedIn()Getter forPUBLIC.BOOK.PUBLISHED_IN.LocalDateTimegetRecTimestamp()Getter forPUBLIC.BOOK.REC_TIMESTAMP.IntegergetRecVersion()Getter forPUBLIC.BOOK.REC_VERSION.StringgetTitle()Getter forPUBLIC.BOOK.TITLE.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.voidsetId(Integer id)Setter 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.voidsetTitle(String title)Setter forPUBLIC.BOOK.TITLE.StringtoString()
-
-
-
Method Detail
-
getId
public Integer getId()
Getter forPUBLIC.BOOK.ID.
-
setId
public void setId(Integer id)
Setter forPUBLIC.BOOK.ID.
-
getAuthorId
public Integer getAuthorId()
Getter forPUBLIC.BOOK.AUTHOR_ID.
-
setAuthorId
public void setAuthorId(Integer authorId)
Setter forPUBLIC.BOOK.AUTHOR_ID.
-
getCoAuthorId
public Integer getCoAuthorId()
Getter forPUBLIC.BOOK.CO_AUTHOR_ID.
-
setCoAuthorId
public void setCoAuthorId(Integer coAuthorId)
Setter forPUBLIC.BOOK.CO_AUTHOR_ID.
-
getDetailsId
public Integer getDetailsId()
Getter forPUBLIC.BOOK.DETAILS_ID.
-
setDetailsId
public void setDetailsId(Integer detailsId)
Setter forPUBLIC.BOOK.DETAILS_ID.
-
getTitle
public String getTitle()
Getter forPUBLIC.BOOK.TITLE.
-
setTitle
public void setTitle(String title)
Setter forPUBLIC.BOOK.TITLE.
-
getPublishedIn
public Integer getPublishedIn()
Getter forPUBLIC.BOOK.PUBLISHED_IN.
-
setPublishedIn
public void setPublishedIn(Integer publishedIn)
Setter forPUBLIC.BOOK.PUBLISHED_IN.
-
getLanguageId
public Integer getLanguageId()
Getter forPUBLIC.BOOK.LANGUAGE_ID.
-
setLanguageId
public void setLanguageId(Integer languageId)
Setter forPUBLIC.BOOK.LANGUAGE_ID.
-
getContentText
public String getContentText()
Getter forPUBLIC.BOOK.CONTENT_TEXT.
-
setContentText
public void setContentText(String contentText)
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
public Integer getRecVersion()
Getter forPUBLIC.BOOK.REC_VERSION.
-
setRecVersion
public void setRecVersion(Integer recVersion)
Setter forPUBLIC.BOOK.REC_VERSION.
-
getRecTimestamp
public LocalDateTime getRecTimestamp()
Getter forPUBLIC.BOOK.REC_TIMESTAMP.
-
setRecTimestamp
public void setRecTimestamp(LocalDateTime recTimestamp)
Setter forPUBLIC.BOOK.REC_TIMESTAMP.
-
-