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

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

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

This class is generated by jOOQ.

See Also:
Serialized Form

Constructor Summary
TBookStore()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TBookStore

public TBookStore()
Method Detail

getName

public String getName()

setName

public void setName(String name)


Copyright © 2012. All Rights Reserved.