org.scrashmeow.ojb.content
Class DataType

java.lang.Object
  |
  +--org.scrashmeow.ojb.content.DataType

public class DataType
extends java.lang.Object


Field Summary
protected  java.lang.Long aBigInt
           
protected  byte[] aBinary
           
protected  java.lang.String aChar
           
protected  java.sql.Date aDate
           
protected  java.math.BigDecimal aDecimal
           
protected  java.lang.Double aDouble
           
protected  java.lang.Double aFloat
           
protected  byte[] aLongVarBinary
           
protected  java.lang.String aLongVarChar
           
protected  java.lang.Integer anInteger
           
protected  java.math.BigDecimal aNumeric
           
protected  java.lang.Float aReal
           
protected  java.lang.Short aSmallInt
           
protected  java.sql.Time aTime
           
protected  java.sql.Timestamp aTimestamp
           
protected  java.lang.Byte aTinyInt
           
protected  byte[] aVarBinary
           
protected  java.lang.String aVarChar
           
protected  java.lang.Integer uid
           
 
Constructor Summary
DataType()
           
 
Method Summary
 java.lang.Long getABigInt()
           
 byte[] getABinary()
           
 java.lang.String getAChar()
           
 java.math.BigDecimal getADecimal()
           
 java.lang.Double getADouble()
           
 java.lang.Double getAFloat()
           
 byte[] getALongVarBinary()
           
 java.lang.String getALongVarChar()
           
 java.lang.Integer getAnInteger()
           
 java.math.BigDecimal getANumeric()
           
 java.lang.Float getAReal()
           
 java.lang.Short getASmallInt()
           
 java.lang.Byte getATinyInt()
           
 byte[] getAVarBinary()
           
 java.lang.String getAVarChar()
           
 java.lang.Integer getUid()
           
 void setABigInt(java.lang.Long long1)
           
 void setABinary(byte[] bs)
           
 void setAChar(java.lang.String string)
           
 void setADecimal(java.math.BigDecimal decimal)
           
 void setADouble(java.lang.Double double1)
           
 void setAFloat(java.lang.Double double1)
           
 void setALongVarBinary(byte[] bs)
           
 void setALongVarChar(java.lang.String string)
           
 void setAnInteger(java.lang.Integer integer)
           
 void setANumeric(java.math.BigDecimal decimal)
           
 void setAReal(java.lang.Float float1)
           
 void setASmallInt(java.lang.Short short1)
           
 void setATinyInt(java.lang.Byte byte1)
           
 void setAVarBinary(byte[] bs)
           
 void setAVarChar(java.lang.String string)
           
 void setUid(java.lang.Integer integer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uid

protected java.lang.Integer uid

aChar

protected java.lang.String aChar

aVarChar

protected java.lang.String aVarChar

aLongVarChar

protected java.lang.String aLongVarChar

aNumeric

protected java.math.BigDecimal aNumeric

aDecimal

protected java.math.BigDecimal aDecimal

aTinyInt

protected java.lang.Byte aTinyInt

aSmallInt

protected java.lang.Short aSmallInt

anInteger

protected java.lang.Integer anInteger

aBigInt

protected java.lang.Long aBigInt

aReal

protected java.lang.Float aReal

aFloat

protected java.lang.Double aFloat

aDouble

protected java.lang.Double aDouble

aBinary

protected byte[] aBinary

aVarBinary

protected byte[] aVarBinary

aLongVarBinary

protected byte[] aLongVarBinary

aDate

protected java.sql.Date aDate

aTime

protected java.sql.Time aTime

aTimestamp

protected java.sql.Timestamp aTimestamp
Constructor Detail

DataType

public DataType()
Method Detail

getAChar

public java.lang.String getAChar()
Returns:

getAnInteger

public java.lang.Integer getAnInteger()
Returns:

getUid

public java.lang.Integer getUid()
Returns:

setAChar

public void setAChar(java.lang.String string)
Parameters:
string -

setAnInteger

public void setAnInteger(java.lang.Integer integer)
Parameters:
integer -

setUid

public void setUid(java.lang.Integer integer)
Parameters:
integer -

getADecimal

public java.math.BigDecimal getADecimal()
Returns:

getALongVarChar

public java.lang.String getALongVarChar()
Returns:

getANumeric

public java.math.BigDecimal getANumeric()
Returns:

setADecimal

public void setADecimal(java.math.BigDecimal decimal)
Parameters:
decimal -

setALongVarChar

public void setALongVarChar(java.lang.String string)
Parameters:
string -

setANumeric

public void setANumeric(java.math.BigDecimal decimal)
Parameters:
decimal -

getAVarChar

public java.lang.String getAVarChar()
Returns:

setAVarChar

public void setAVarChar(java.lang.String string)
Parameters:
string -

getABigInt

public java.lang.Long getABigInt()
Returns:

getASmallInt

public java.lang.Short getASmallInt()
Returns:

getATinyInt

public java.lang.Byte getATinyInt()
Returns:

setABigInt

public void setABigInt(java.lang.Long long1)
Parameters:
long1 -

setASmallInt

public void setASmallInt(java.lang.Short short1)
Parameters:
short1 -

setATinyInt

public void setATinyInt(java.lang.Byte byte1)
Parameters:
byte1 -

getADouble

public java.lang.Double getADouble()
Returns:

getAFloat

public java.lang.Double getAFloat()
Returns:

getAReal

public java.lang.Float getAReal()
Returns:

setADouble

public void setADouble(java.lang.Double double1)
Parameters:
double1 -

setAFloat

public void setAFloat(java.lang.Double double1)
Parameters:
double1 -

setAReal

public void setAReal(java.lang.Float float1)
Parameters:
float1 -

getABinary

public byte[] getABinary()
Returns:

getALongVarBinary

public byte[] getALongVarBinary()
Returns:

getAVarBinary

public byte[] getAVarBinary()
Returns:

setABinary

public void setABinary(byte[] bs)
Parameters:
bs -

setALongVarBinary

public void setALongVarBinary(byte[] bs)
Parameters:
bs -

setAVarBinary

public void setAVarBinary(byte[] bs)
Parameters:
bs -


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.