|
||||||||||
| 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.Basic
public class Basic
| Field Summary | |
|---|---|
protected Column |
column
|
protected EnumType |
enumerated
|
protected FetchType |
fetch
|
protected Lob |
lob
|
protected String |
name
|
protected Boolean |
optional
|
protected TemporalType |
temporal
|
| Constructor Summary | |
|---|---|
Basic()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Basic instance. |
|
Basic(Basic o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Basic instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Basic |
clone()
Creates and returns a copy of this object. |
Column |
getColumn()
Gets the value of the column property. |
EnumType |
getEnumerated()
Gets the value of the enumerated property. |
FetchType |
getFetch()
Gets the value of the fetch property. |
Lob |
getLob()
Gets the value of the lob property. |
String |
getName()
Gets the value of the name property. |
TemporalType |
getTemporal()
Gets the value of the temporal property. |
Boolean |
isOptional()
Gets the value of the optional property. |
void |
setColumn(Column value)
Sets the value of the column property. |
void |
setEnumerated(EnumType value)
Sets the value of the enumerated property. |
void |
setFetch(FetchType value)
Sets the value of the fetch property. |
void |
setLob(Lob value)
Sets the value of the lob property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOptional(Boolean value)
Sets the value of the optional 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 Lob lob
protected TemporalType temporal
protected EnumType enumerated
protected String name
protected FetchType fetch
protected Boolean optional
| Constructor Detail |
|---|
public Basic()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Basic instance.
public Basic(Basic o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Basic 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 Lob getLob()
Lobpublic void setLob(Lob value)
value - allowed object is
Lobpublic TemporalType getTemporal()
TemporalTypepublic void setTemporal(TemporalType value)
value - allowed object is
TemporalTypepublic EnumType getEnumerated()
EnumTypepublic void setEnumerated(EnumType value)
value - allowed object is
EnumTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic FetchType getFetch()
FetchTypepublic void setFetch(FetchType value)
value - allowed object is
FetchTypepublic Boolean isOptional()
Booleanpublic void setOptional(Boolean value)
value - allowed object is
Booleanpublic Basic clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||