org.jooq.util.maven.example.postgres.tables.pojos
Class TLanguage
java.lang.Object
org.jooq.util.maven.example.postgres.tables.pojos.TLanguage
- All Implemented Interfaces:
- Serializable
@Generated(value={"http://www.jooq.org","2.3.3"},
comments="This class is generated by jOOQ")
public class TLanguage- extends Object
- implements Serializable
This class is generated by jOOQ.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TLanguage
public TLanguage()
getCd
public String getCd()
setCd
public void setCd(String cd)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getDescriptionEnglish
public String getDescriptionEnglish()
setDescriptionEnglish
public void setDescriptionEnglish(String descriptionEnglish)
getId
public Integer getId()
setId
public void setId(Integer id)
Copyright © 2012. All Rights Reserved.