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

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

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

This class is generated by jOOQ.

See Also:
Serialized Form

Constructor Summary
T_639NumbersTable()
           
 
Method Summary
 BigDecimal getBigDecimal()
           
 BigInteger getBigInteger()
           
 Byte getByteDecimal()
           
 Double getDouble()
           
 Float getFloat()
           
 Integer getId()
           
 Integer getInteger()
           
 Integer getIntegerDecimal()
           
 Long getLong()
           
 Long getLongDecimal()
           
 Short getShort()
           
 Short getShortDecimal()
           
 void setBigDecimal(BigDecimal bigDecimal)
           
 void setBigInteger(BigInteger bigInteger)
           
 void setByteDecimal(Byte byteDecimal)
           
 void setDouble(Double double_)
           
 void setFloat(Float float_)
           
 void setId(Integer id)
           
 void setInteger(Integer integer)
           
 void setIntegerDecimal(Integer integerDecimal)
           
 void setLong(Long long_)
           
 void setLongDecimal(Long longDecimal)
           
 void setShort(Short short_)
           
 void setShortDecimal(Short shortDecimal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

T_639NumbersTable

public T_639NumbersTable()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getShort

public Short getShort()

setShort

public void setShort(Short short_)

getInteger

public Integer getInteger()

setInteger

public void setInteger(Integer integer)

getLong

public Long getLong()

setLong

public void setLong(Long long_)

getByteDecimal

public Byte getByteDecimal()

setByteDecimal

public void setByteDecimal(Byte byteDecimal)

getShortDecimal

public Short getShortDecimal()

setShortDecimal

public void setShortDecimal(Short shortDecimal)

getIntegerDecimal

public Integer getIntegerDecimal()

setIntegerDecimal

public void setIntegerDecimal(Integer integerDecimal)

getLongDecimal

public Long getLongDecimal()

setLongDecimal

public void setLongDecimal(Long longDecimal)

getBigInteger

public BigInteger getBigInteger()

setBigInteger

public void setBigInteger(BigInteger bigInteger)

getBigDecimal

public BigDecimal getBigDecimal()

setBigDecimal

public void setBigDecimal(BigDecimal bigDecimal)

getFloat

public Float getFloat()

setFloat

public void setFloat(Float float_)

getDouble

public Double getDouble()

setDouble

public void setDouble(Double double_)


Copyright © 2012. All Rights Reserved.