org.jooq.util.maven.example.postgres.tables.pojos
Class TBook

java.lang.Object
  extended by org.jooq.util.maven.example.postgres.tables.pojos.TBook
All Implemented Interfaces:
Serializable

@Generated(value={"http://www.jooq.org","2.3.3"},
           comments="This class is generated by jOOQ")
public class TBook
extends Object
implements Serializable

This class is generated by jOOQ.

See Also:
Serialized Form

Constructor Summary
TBook()
           
 
Method Summary
 Integer getAuthorId()
           
 Integer getCoAuthorId()
           
 byte[] getContentPdf()
           
 String getContentText()
           
 Integer getDetailsId()
           
 Integer getId()
           
 Integer getLanguageId()
           
 Integer getPublishedIn()
           
 UBookStatus getStatus()
           
 String getTitle()
           
 void setAuthorId(Integer authorId)
           
 void setCoAuthorId(Integer coAuthorId)
           
 void setContentPdf(byte[] contentPdf)
           
 void setContentText(String contentText)
           
 void setDetailsId(Integer detailsId)
           
 void setId(Integer id)
           
 void setLanguageId(Integer languageId)
           
 void setPublishedIn(Integer publishedIn)
           
 void setStatus(UBookStatus status)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TBook

public TBook()
Method Detail

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 UBookStatus getStatus()

setStatus

public void setStatus(UBookStatus status)


Copyright © 2012. All Rights Reserved.