net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm
Class Basic

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.Basic
All Implemented Interfaces:
Serializable, Cloneable

public class Basic
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

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()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.Basic instance.
Basic(Basic o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.Basic instance by copying a given instance.
 
Method Summary
 Basic 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

column

protected Column column

lob

protected Lob lob

temporal

protected TemporalType temporal

enumerated

protected EnumType enumerated

name

protected String name

fetch

protected FetchType fetch

optional

protected Boolean optional
Constructor Detail

Basic

public Basic()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.Basic instance.


Basic

public Basic(Basic o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.Basic instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getColumn

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

Returns:
possible object is Column

setColumn

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

Parameters:
value - allowed object is Column

getLob

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

Returns:
possible object is Lob

setLob

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

Parameters:
value - allowed object is Lob

getTemporal

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

Returns:
possible object is TemporalType

setTemporal

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

Parameters:
value - allowed object is TemporalType

getEnumerated

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

Returns:
possible object is EnumType

setEnumerated

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

Parameters:
value - allowed object is EnumType

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getFetch

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

Returns:
possible object is FetchType

setFetch

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

Parameters:
value - allowed object is FetchType

isOptional

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

Returns:
possible object is Boolean

setOptional

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

Parameters:
value - allowed object is Boolean

clone

public Basic clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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