public class Basic
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AccessType |
access |
protected Column |
column |
protected Convert |
convert |
protected EnumType |
enumerated |
protected FetchType |
fetch |
protected Lob |
lob |
protected java.lang.String |
name |
protected java.lang.Boolean |
optional |
protected TemporalType |
temporal |
Constructor and Description |
---|
Basic() |
Modifier and Type | Method and Description |
---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
Column |
getColumn()
Gets the value of the column property.
|
Convert |
getConvert()
Gets the value of the convert 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.
|
java.lang.String |
getName()
Gets the value of the name property.
|
TemporalType |
getTemporal()
Gets the value of the temporal property.
|
java.lang.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 |
setConvert(Convert value)
Sets the value of the convert 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(java.lang.String value)
Sets the value of the name property.
|
void |
setOptional(java.lang.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 Convert convert
protected java.lang.String name
protected FetchType fetch
protected java.lang.Boolean optional
protected AccessType access
public Column getColumn()
Column
public void setColumn(Column value)
value
- allowed object is
Column
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 Convert getConvert()
Convert
public void setConvert(Convert value)
value
- allowed object is
Convert
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public FetchType getFetch()
FetchType
public void setFetch(FetchType value)
value
- allowed object is
FetchType
public java.lang.Boolean isOptional()
Boolean
public void setOptional(java.lang.Boolean value)
value
- allowed object is
Boolean
public AccessType getAccess()
AccessType
public void setAccess(AccessType value)
value
- allowed object is
AccessType
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.