org.apache.jdo.tck.pc.fieldtypes
Class AllTypes

java.lang.Object
  extended byorg.apache.jdo.tck.pc.fieldtypes.AllTypes

public class AllTypes
extends java.lang.Object


Nested Class Summary
static class AllTypes.Oid
           
 
Field Summary
static java.math.BigDecimal[] BigDecimal_values
           
static java.math.BigInteger[] BigInteger_values
           
static boolean[] boolean_values
           
static java.lang.Boolean[] Boolean_values
           
static byte[] byte_values
           
static java.lang.Byte[] Byte_values
           
static char[] char_values
           
static java.lang.Character[] Character_values
           
static java.util.Date[] Date_values
           
static double DOUBLE_LARGEST
           
static double DOUBLE_SMALLEST
           
static double[] double_values
           
static java.lang.Double[] Double_values
           
static float FLOAT_LARGEST
           
static float FLOAT_SMALLEST
           
static float[] float_values
           
static java.lang.Float[] Float_values
           
static int[] int_values
           
static java.lang.Integer[] Integer_values
           
static java.util.Locale[] Locale_values
           
static long[] long_values
           
static java.lang.Long[] Long_values
           
static int NUM_VALUES
           
static short[] short_values
           
static java.lang.Short[] Short_values
           
static java.lang.String[] String_values
           
static int veryLargeNegativeInt
           
static int veryLargePositiveInt
           
 
Constructor Summary
AllTypes()
           
AllTypes(int id)
           
 
Method Summary
 java.math.BigDecimal getBigDecimal()
           
 java.math.BigInteger getBigInteger()
           
 boolean getboolean()
           
 java.lang.Boolean getBoolean()
           
 byte getbyte()
           
 java.lang.Byte getByte()
           
 char getchar()
           
 java.lang.Character getCharacter()
           
 java.util.Date getDate()
           
 double getdouble()
           
 java.lang.Double getDouble()
           
 float getfloat()
           
 java.lang.Float getFloat()
           
 int getint()
           
 java.lang.Integer getInteger()
           
 java.util.Locale getLocale()
           
 long getlong()
           
 java.lang.Long getLong()
           
 short getshort()
           
 java.lang.Short getShort()
           
 java.lang.String getString()
           
static void load(javax.jdo.PersistenceManager pm)
           
 void setBigDecimal(java.math.BigDecimal bd)
           
 void setBigInteger(java.math.BigInteger bi)
           
 void setboolean(boolean b)
           
 void setBoolean(java.lang.Boolean b)
           
 void setbyte(byte b)
           
 void setByte(java.lang.Byte b)
           
 void setchar(char c)
           
 void setCharacter(java.lang.Character c)
           
 void setDate(java.util.Date d)
           
 void setdouble(double d)
           
 void setDouble(java.lang.Double d)
           
 void setfloat(float f)
           
 void setFloat(java.lang.Float f)
           
 void setId(int id)
           
 void setint(int i)
           
 void setInteger(java.lang.Integer i)
           
 void setLocale(java.util.Locale l)
           
 void setlong(long l)
           
 void setLong(java.lang.Long l)
           
 void setshort(short s)
           
 void setShort(java.lang.Short s)
           
 void setString(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

veryLargePositiveInt

public static int veryLargePositiveInt

veryLargeNegativeInt

public static int veryLargeNegativeInt

NUM_VALUES

public static int NUM_VALUES

boolean_values

public static final boolean[] boolean_values

byte_values

public static final byte[] byte_values

char_values

public static final char[] char_values

DOUBLE_SMALLEST

public static final double DOUBLE_SMALLEST
See Also:
Constant Field Values

DOUBLE_LARGEST

public static final double DOUBLE_LARGEST
See Also:
Constant Field Values

double_values

public static final double[] double_values

FLOAT_SMALLEST

public static final float FLOAT_SMALLEST
See Also:
Constant Field Values

FLOAT_LARGEST

public static final float FLOAT_LARGEST
See Also:
Constant Field Values

float_values

public static final float[] float_values

int_values

public static final int[] int_values

long_values

public static final long[] long_values

short_values

public static final short[] short_values

Boolean_values

public static final java.lang.Boolean[] Boolean_values

Byte_values

public static final java.lang.Byte[] Byte_values

Character_values

public static final java.lang.Character[] Character_values

Double_values

public static final java.lang.Double[] Double_values

Float_values

public static final java.lang.Float[] Float_values

Integer_values

public static final java.lang.Integer[] Integer_values

Long_values

public static final java.lang.Long[] Long_values

Short_values

public static final java.lang.Short[] Short_values

String_values

public static final java.lang.String[] String_values

Locale_values

public static final java.util.Locale[] Locale_values

BigDecimal_values

public static final java.math.BigDecimal[] BigDecimal_values

BigInteger_values

public static final java.math.BigInteger[] BigInteger_values

Date_values

public static final java.util.Date[] Date_values
Constructor Detail

AllTypes

public AllTypes()

AllTypes

public AllTypes(int id)
Method Detail

setId

public void setId(int id)

getboolean

public boolean getboolean()

setboolean

public void setboolean(boolean b)

getbyte

public byte getbyte()

setbyte

public void setbyte(byte b)

getchar

public char getchar()

setchar

public void setchar(char c)

getdouble

public double getdouble()

setdouble

public void setdouble(double d)

getfloat

public float getfloat()

setfloat

public void setfloat(float f)

getint

public int getint()

setint

public void setint(int i)

getlong

public long getlong()

setlong

public void setlong(long l)

getshort

public short getshort()

setshort

public void setshort(short s)

getBoolean

public java.lang.Boolean getBoolean()

setBoolean

public void setBoolean(java.lang.Boolean b)

getByte

public java.lang.Byte getByte()

setByte

public void setByte(java.lang.Byte b)

getCharacter

public java.lang.Character getCharacter()

setCharacter

public void setCharacter(java.lang.Character c)

getDouble

public java.lang.Double getDouble()

setDouble

public void setDouble(java.lang.Double d)

getFloat

public java.lang.Float getFloat()

setFloat

public void setFloat(java.lang.Float f)

getInteger

public java.lang.Integer getInteger()

setInteger

public void setInteger(java.lang.Integer i)

getLong

public java.lang.Long getLong()

setLong

public void setLong(java.lang.Long l)

getShort

public java.lang.Short getShort()

setShort

public void setShort(java.lang.Short s)

getString

public java.lang.String getString()

setString

public void setString(java.lang.String s)

getLocale

public java.util.Locale getLocale()

setLocale

public void setLocale(java.util.Locale l)

getDate

public java.util.Date getDate()

setDate

public void setDate(java.util.Date d)

getBigDecimal

public java.math.BigDecimal getBigDecimal()

setBigDecimal

public void setBigDecimal(java.math.BigDecimal bd)

getBigInteger

public java.math.BigInteger getBigInteger()

setBigInteger

public void setBigInteger(java.math.BigInteger bi)

load

public static void load(javax.jdo.PersistenceManager pm)


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.