org.jooq.util.maven.example.mysql.tables.pojos
Class VBook
java.lang.Object
org.jooq.util.maven.example.mysql.tables.pojos.VBook
- All Implemented Interfaces:
- Serializable
public class VBook
- extends Object
- implements Serializable
This class is generated by jOOQ.
VIEW
- See Also:
- Serialized Form
|
Constructor Summary |
VBook()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VBook
public VBook()
getId
public Integer getId()
setId
public void setId(Integer id)
getAuthorId
public Integer getAuthorId()
setAuthorId
public void setAuthorId(Integer authorId)
getCoAuthorId
public Integer getCoAuthorId()
setCoAuthorId
public void setCoAuthorId(Integer coAuthorId)
getDetailsId
public Integer getDetailsId()
setDetailsId
public void setDetailsId(Integer detailsId)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getPublishedIn
public Integer getPublishedIn()
setPublishedIn
public void setPublishedIn(Integer publishedIn)
getLanguageId
public Integer getLanguageId()
setLanguageId
public void setLanguageId(Integer languageId)
getContentText
public String getContentText()
setContentText
public void setContentText(String contentText)
getContentPdf
public byte[] getContentPdf()
setContentPdf
public void setContentPdf(byte[] contentPdf)
getStatus
public VBookStatus getStatus()
setStatus
public void setStatus(VBookStatus status)
Copyright © 2012. All Rights Reserved.