|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.IdImpl
public class IdImpl
| Field Summary | |
|---|---|
protected ColumnImpl |
column
|
protected GeneratedValueImpl |
generatedValue
|
protected String |
name
|
protected SequenceGeneratorImpl |
sequenceGenerator
|
protected TableGeneratorImpl |
tableGenerator
|
protected TemporalType |
temporal
|
| Constructor Summary | |
|---|---|
IdImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.IdImpl instance. |
|
IdImpl(IdImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.IdImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
IdImpl |
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 ColumnImpl column
protected GeneratedValueImpl generatedValue
protected TemporalType temporal
protected TableGeneratorImpl tableGenerator
protected SequenceGeneratorImpl sequenceGenerator
protected String name
| Constructor Detail |
|---|
public IdImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.IdImpl instance.
public IdImpl(IdImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.IdImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Column getColumn()
Id
getColumn in interface IdColumnpublic void setColumn(Column value)
Id
setColumn in interface Idvalue - allowed object is
Columnpublic GeneratedValue getGeneratedValue()
Id
getGeneratedValue in interface IdGeneratedValuepublic void setGeneratedValue(GeneratedValue value)
Id
setGeneratedValue in interface Idvalue - allowed object is
GeneratedValuepublic TemporalType getTemporal()
Id
getTemporal in interface IdTemporalTypepublic void setTemporal(TemporalType value)
Id
setTemporal in interface Idvalue - allowed object is
TemporalTypepublic TableGenerator getTableGenerator()
Id
getTableGenerator in interface IdTableGeneratorpublic void setTableGenerator(TableGenerator value)
Id
setTableGenerator in interface Idvalue - allowed object is
TableGeneratorpublic SequenceGenerator getSequenceGenerator()
Id
getSequenceGenerator in interface IdSequenceGeneratorpublic void setSequenceGenerator(SequenceGenerator value)
Id
setSequenceGenerator in interface Idvalue - allowed object is
SequenceGeneratorpublic String getName()
Id
getName in interface IdStringpublic void setName(String value)
Id
setName in interface Idvalue - allowed object is
Stringpublic IdImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||