|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.BasicImpl
public class BasicImpl
| Field Summary | |
|---|---|
protected ColumnImpl |
column
|
protected EnumType |
enumerated
|
protected FetchType |
fetch
|
protected LobImpl |
lob
|
protected String |
name
|
protected Boolean |
optional
|
protected TemporalType |
temporal
|
| Constructor Summary | |
|---|---|
BasicImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.BasicImpl instance. |
|
BasicImpl(BasicImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.BasicImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
BasicImpl |
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 ColumnImpl column
protected LobImpl lob
protected TemporalType temporal
protected EnumType enumerated
protected String name
protected FetchType fetch
protected Boolean optional
| Constructor Detail |
|---|
public BasicImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.BasicImpl instance.
public BasicImpl(BasicImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.BasicImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Column getColumn()
Basic
getColumn in interface BasicColumnpublic void setColumn(Column value)
Basic
setColumn in interface Basicvalue - allowed object is
Columnpublic Lob getLob()
Basic
getLob in interface BasicLobpublic void setLob(Lob value)
Basic
setLob in interface Basicvalue - allowed object is
Lobpublic TemporalType getTemporal()
Basic
getTemporal in interface BasicTemporalTypepublic void setTemporal(TemporalType value)
Basic
setTemporal in interface Basicvalue - allowed object is
TemporalTypepublic EnumType getEnumerated()
Basic
getEnumerated in interface BasicEnumTypepublic void setEnumerated(EnumType value)
Basic
setEnumerated in interface Basicvalue - allowed object is
EnumTypepublic String getName()
Basic
getName in interface BasicStringpublic void setName(String value)
Basic
setName in interface Basicvalue - allowed object is
Stringpublic FetchType getFetch()
Basic
getFetch in interface BasicFetchTypepublic void setFetch(FetchType value)
Basic
setFetch in interface Basicvalue - allowed object is
FetchTypepublic Boolean isOptional()
Basic
isOptional in interface BasicBooleanpublic void setOptional(Boolean value)
Basic
setOptional in interface Basicvalue - allowed object is
Booleanpublic BasicImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||