| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
access |
protected Column |
column |
protected EnumType |
enumerated |
protected FetchType |
fetch |
protected Lob |
lob |
protected String |
name |
protected Boolean |
optional |
protected TemporalType |
temporal |
| Constructor and Description |
|---|
Basic() |
Basic(String name) |
Basic(String name,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
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.
|
Object |
getKey()
Gets the immutable key for this object.
|
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 |
setAccess(AccessType value)
Sets the value of the access 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.
|
protected Column column
protected Lob lob
protected TemporalType temporal
protected EnumType enumerated
protected String name
protected FetchType fetch
protected Boolean optional
protected AccessType access
public Basic()
public Basic(String name)
public Column getColumn()
public void setColumn(Column value)
public 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()
public void setName(String value)
public FetchType getFetch()
FetchTypepublic void setFetch(FetchType value)
value - allowed object is
FetchTypepublic Boolean isOptional()
Booleanpublic void setOptional(Boolean value)
value - allowed object is
Booleanpublic AccessType getAccess()
AccessTypepublic void setAccess(AccessType value)
value - allowed object is
AccessTypeCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.