|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Id
public class Id
| Field Summary | |
|---|---|
protected Column |
column
|
protected GeneratedValue |
generatedValue
|
protected String |
name
|
protected SequenceGenerator |
sequenceGenerator
|
protected TableGenerator |
tableGenerator
|
protected TemporalType |
temporal
|
| Constructor Summary | |
|---|---|
Id()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Id instance. |
|
Id(Id o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Id instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Id |
clone()
Creates and returns a copy of this object. |
Column |
getColumn()
Gets the value of the column property. |
GeneratedValue |
getGeneratedValue()
Gets the value of the generatedValue property. |
String |
getName()
Gets the value of the name property. |
SequenceGenerator |
getSequenceGenerator()
Gets the value of the sequenceGenerator property. |
TableGenerator |
getTableGenerator()
Gets the value of the tableGenerator property. |
TemporalType |
getTemporal()
Gets the value of the temporal property. |
void |
setColumn(Column value)
Sets the value of the column property. |
void |
setGeneratedValue(GeneratedValue value)
Sets the value of the generatedValue property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSequenceGenerator(SequenceGenerator value)
Sets the value of the sequenceGenerator property. |
void |
setTableGenerator(TableGenerator value)
Sets the value of the tableGenerator property. |
void |
setTemporal(TemporalType value)
Sets the value of the temporal property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Column column
protected GeneratedValue generatedValue
protected TemporalType temporal
protected TableGenerator tableGenerator
protected SequenceGenerator sequenceGenerator
protected String name
| Constructor Detail |
|---|
public Id()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Id instance.
public Id(Id o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Id instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Column getColumn()
Columnpublic void setColumn(Column value)
value - allowed object is
Columnpublic GeneratedValue getGeneratedValue()
GeneratedValuepublic void setGeneratedValue(GeneratedValue value)
value - allowed object is
GeneratedValuepublic TemporalType getTemporal()
TemporalTypepublic void setTemporal(TemporalType value)
value - allowed object is
TemporalTypepublic TableGenerator getTableGenerator()
TableGeneratorpublic void setTableGenerator(TableGenerator value)
value - allowed object is
TableGeneratorpublic SequenceGenerator getSequenceGenerator()
SequenceGeneratorpublic void setSequenceGenerator(SequenceGenerator value)
value - allowed object is
SequenceGeneratorpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Id clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||