net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm
Interface Basic

All Known Implementing Classes:
BasicImpl

public interface Basic


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.
 

Method Detail

getColumn

Column getColumn()
Gets the value of the column property.

Returns:
possible object is Column

setColumn

void setColumn(Column value)
Sets the value of the column property.

Parameters:
value - allowed object is Column

getLob

Lob getLob()
Gets the value of the lob property.

Returns:
possible object is Lob

setLob

void setLob(Lob value)
Sets the value of the lob property.

Parameters:
value - allowed object is Lob

getTemporal

TemporalType getTemporal()
Gets the value of the temporal property.

Returns:
possible object is TemporalType

setTemporal

void setTemporal(TemporalType value)
Sets the value of the temporal property.

Parameters:
value - allowed object is TemporalType

getEnumerated

EnumType getEnumerated()
Gets the value of the enumerated property.

Returns:
possible object is EnumType

setEnumerated

void setEnumerated(EnumType value)
Sets the value of the enumerated property.

Parameters:
value - allowed object is EnumType

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getFetch

FetchType getFetch()
Gets the value of the fetch property.

Returns:
possible object is FetchType

setFetch

void setFetch(FetchType value)
Sets the value of the fetch property.

Parameters:
value - allowed object is FetchType

isOptional

Boolean isOptional()
Gets the value of the optional property.

Returns:
possible object is Boolean

setOptional

void setOptional(Boolean value)
Sets the value of the optional property.

Parameters:
value - allowed object is Boolean


Copyright © 2009 The CC-XJC Community. All Rights Reserved.