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

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

public class TLanguage
extends Object
implements Serializable

This class is generated by jOOQ. An entity holding language master data

See Also:
Serialized Form

Constructor Summary
TLanguage()
           
 
Method Summary
 String getCd()
           
 String getDescription()
           
 String getDescriptionEnglish()
           
 Integer getId()
           
 void setCd(String cd)
           
 void setDescription(String description)
           
 void setDescriptionEnglish(String descriptionEnglish)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLanguage

public TLanguage()
Method Detail

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.