|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jpa.Version
public class Version
| Field Summary | |
|---|---|
protected AccessType |
access
|
protected Column |
column
|
protected String |
name
|
protected TemporalType |
temporal
|
| Constructor Summary | |
|---|---|
Version()
|
|
| Method Summary | |
|---|---|
AccessType |
getAccess()
Gets the value of the access property. |
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 |
setAccess(AccessType value)
Sets the value of the access 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Column column
protected TemporalType temporal
protected String name
protected AccessType access
| Constructor Detail |
|---|
public Version()
| 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 AccessType getAccess()
AccessTypepublic void setAccess(AccessType value)
value - allowed object is
AccessType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||