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

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

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

This class is generated by jOOQ.

See Also:
Serialized Form

Constructor Summary
TBookDetails()
           
 
Method Summary
 Integer getId()
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TBookDetails

public TBookDetails()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)


Copyright © 2012. All Rights Reserved.