|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Version
public class Version
| Field Summary | |
|---|---|
protected Column |
column
|
protected String |
name
|
protected TemporalType |
temporal
|
| Constructor Summary | |
|---|---|
Version()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Version instance. |
|
Version(Version o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Version instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Version |
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 Column column
protected TemporalType temporal
protected String name
| Constructor Detail |
|---|
public Version()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Version instance.
public Version(Version o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.Version 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 TemporalType getTemporal()
TemporalTypepublic void setTemporal(TemporalType value)
value - allowed object is
TemporalTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Version clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||