org.hibernate.test.annotations.dataTypes
Class SomeOtherEntity
java.lang.Object
org.hibernate.test.annotations.dataTypes.SomeOtherEntity
@Entity
public class SomeOtherEntity
- extends Object
Constructor Summary |
SomeOtherEntity()
|
SomeOtherEntity(int id)
|
SomeOtherEntity(int id,
boolean booleanData,
byte byteData,
char characterData,
short shortData,
int integerData,
long longData,
double doubleData,
float floatData)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected int id
booleanData
protected boolean booleanData
byteData
protected byte byteData
characterData
protected char characterData
shortData
protected short shortData
integerData
protected int integerData
longData
protected long longData
doubleData
protected double doubleData
floatData
protected float floatData
grade
protected Grade grade
SomeOtherEntity
public SomeOtherEntity()
SomeOtherEntity
public SomeOtherEntity(int id)
SomeOtherEntity
public SomeOtherEntity(int id,
boolean booleanData,
byte byteData,
char characterData,
short shortData,
int integerData,
long longData,
double doubleData,
float floatData)
getId
public Integer getId()
setId
public void setId(Integer id)
getCharacterData
public Character getCharacterData()
setCharacterData
public void setCharacterData(Character characterData)
getShortData
public Short getShortData()
setShortData
public void setShortData(Short shortData)
getIntegerData
public Integer getIntegerData()
setIntegerData
public void setIntegerData(Integer integerData)
getLongData
public Long getLongData()
setLongData
public void setLongData(Long longData)
getDoubleData
public Double getDoubleData()
setDoubleData
public void setDoubleData(Double doubleData)
getFloatData
public Float getFloatData()
setFloatData
public void setFloatData(Float floatData)
getGrade
public Grade getGrade()
setGrade
public void setGrade(Grade grade)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.