org.jooq.util.maven.example.mysql.tables.pojos
Class VLibrary

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

public class VLibrary
extends Object
implements Serializable

This class is generated by jOOQ. VIEW

See Also:
Serialized Form

Constructor Summary
VLibrary()
           
 
Method Summary
 String getAuthor()
           
 String getTitle()
           
 void setAuthor(String author)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VLibrary

public VLibrary()
Method Detail

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


Copyright © 2012. All Rights Reserved.