|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.VersionImpl
public class VersionImpl
| Field Summary | |
|---|---|
protected ColumnImpl |
column
|
protected String |
name
|
protected TemporalType |
temporal
|
| Constructor Summary | |
|---|---|
VersionImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.VersionImpl instance. |
|
VersionImpl(VersionImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.VersionImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
VersionImpl |
clone()
Creates and returns a copy of this object. |
Column |
getColumn()
Gets the value of the column property. |
String |
getName()
Gets the value of the name property. |
TemporalType |
getTemporal()
Gets the value of the temporal property. |
void |
setColumn(Column value)
Sets the value of the column property. |
void |
setName(String value)
Sets the value of the name 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 TemporalType temporal
protected String name
| Constructor Detail |
|---|
public VersionImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.VersionImpl instance.
public VersionImpl(VersionImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.VersionImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Column getColumn()
Version
getColumn in interface VersionColumnpublic void setColumn(Column value)
Version
setColumn in interface Versionvalue - allowed object is
Columnpublic TemporalType getTemporal()
Version
getTemporal in interface VersionTemporalTypepublic void setTemporal(TemporalType value)
Version
setTemporal in interface Versionvalue - allowed object is
TemporalTypepublic String getName()
Version
getName in interface VersionStringpublic void setName(String value)
Version
setName in interface Versionvalue - allowed object is
Stringpublic VersionImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||