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

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

public class T_785
extends Object
implements Serializable

This class is generated by jOOQ.

See Also:
Serialized Form

Constructor Summary
T_785()
           
 
Method Summary
 Integer getId()
           
 String getName()
           
 String getValue()
           
 void setId(Integer id)
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

T_785

public T_785()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2012. All Rights Reserved.