|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.GeneratedValue
public class GeneratedValue
| Field Summary | |
|---|---|
protected String |
generator
|
protected GenerationType |
strategy
|
| Constructor Summary | |
|---|---|
GeneratedValue()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.GeneratedValue instance. |
|
GeneratedValue(GeneratedValue o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.GeneratedValue instance by copying a given instance. |
|
| Method Summary | |
|---|---|
GeneratedValue |
clone()
Creates and returns a copy of this object. |
String |
getGenerator()
Gets the value of the generator property. |
GenerationType |
getStrategy()
Gets the value of the strategy property. |
void |
setGenerator(String value)
Sets the value of the generator property. |
void |
setStrategy(GenerationType value)
Sets the value of the strategy property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected GenerationType strategy
protected String generator
| Constructor Detail |
|---|
public GeneratedValue()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.GeneratedValue instance.
public GeneratedValue(GeneratedValue o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.GeneratedValue instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public GenerationType getStrategy()
GenerationTypepublic void setStrategy(GenerationType value)
value - allowed object is
GenerationTypepublic String getGenerator()
Stringpublic void setGenerator(String value)
value - allowed object is
Stringpublic GeneratedValue clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||