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

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

public class TUnsigned
extends Object
implements Serializable

This class is generated by jOOQ.

See Also:
Serialized Form

Constructor Summary
TUnsigned()
           
 
Method Summary
 org.jooq.tools.unsigned.UByte getUByte()
           
 org.jooq.tools.unsigned.UInteger getUInt()
           
 org.jooq.tools.unsigned.ULong getULong()
           
 org.jooq.tools.unsigned.UShort getUShort()
           
 void setUByte(org.jooq.tools.unsigned.UByte uByte)
           
 void setUInt(org.jooq.tools.unsigned.UInteger uInt)
           
 void setULong(org.jooq.tools.unsigned.ULong uLong)
           
 void setUShort(org.jooq.tools.unsigned.UShort uShort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TUnsigned

public TUnsigned()
Method Detail

getUByte

public org.jooq.tools.unsigned.UByte getUByte()

setUByte

public void setUByte(org.jooq.tools.unsigned.UByte uByte)

getUShort

public org.jooq.tools.unsigned.UShort getUShort()

setUShort

public void setUShort(org.jooq.tools.unsigned.UShort uShort)

getUInt

public org.jooq.tools.unsigned.UInteger getUInt()

setUInt

public void setUInt(org.jooq.tools.unsigned.UInteger uInt)

getULong

public org.jooq.tools.unsigned.ULong getULong()

setULong

public void setULong(org.jooq.tools.unsigned.ULong uLong)


Copyright © 2012. All Rights Reserved.