|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jpa.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()
|
|
Basic(String name)
|
|
Basic(String name,
String columnName)
|
Method Summary | |
---|---|
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 |
---|
clone, 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 FetchType fetch
protected String name
protected Boolean optional
Constructor Detail |
---|
public Basic()
public Basic(String name)
public Basic(String name, String columnName)
Method Detail |
---|
public Column getColumn()
getColumn
in interface Field
Column
public void setColumn(Column value)
setColumn
in interface Field
value
- allowed object is
Column
public Lob getLob()
Lob
public void setLob(Lob value)
value
- allowed object is
Lob
public TemporalType getTemporal()
TemporalType
public void setTemporal(TemporalType value)
value
- allowed object is
TemporalType
public EnumType getEnumerated()
EnumType
public void setEnumerated(EnumType value)
value
- allowed object is
EnumType
public FetchType getFetch()
FetchType
public void setFetch(FetchType value)
value
- allowed object is
FetchType
public String getName()
getName
in interface Field
String
public void setName(String value)
setName
in interface Field
value
- allowed object is
String
public Boolean isOptional()
Boolean
public void setOptional(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |