@Generated(value={"http://www.jooq.org","2.6.1"}, comments="This class is generated by jOOQ") public class T_639NumbersTable extends Object implements Serializable
| Constructor and Description |
|---|
T_639NumbersTable() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBigDecimal() |
BigInteger |
getBigInteger() |
Byte |
getByte() |
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 |
setByte(Byte byte_) |
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) |
public Integer getId()
public void setId(Integer id)
public Byte getByte()
public void setByte(Byte byte_)
public Short getShort()
public void setShort(Short short_)
public Integer getInteger()
public void setInteger(Integer integer)
public Long getLong()
public void setLong(Long long_)
public Byte getByteDecimal()
public void setByteDecimal(Byte byteDecimal)
public Short getShortDecimal()
public void setShortDecimal(Short shortDecimal)
public Integer getIntegerDecimal()
public void setIntegerDecimal(Integer integerDecimal)
public Long getLongDecimal()
public void setLongDecimal(Long longDecimal)
public BigInteger getBigInteger()
public void setBigInteger(BigInteger bigInteger)
public BigDecimal getBigDecimal()
public void setBigDecimal(BigDecimal bigDecimal)
public Float getFloat()
public void setFloat(Float float_)
public Double getDouble()
public void setDouble(Double double_)
Copyright © 2012. All Rights Reserved.