net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl
Class BasicImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.BasicImpl
All Implemented Interfaces:
Serializable, Cloneable, Basic

public class BasicImpl
extends Object
implements Serializable, Cloneable, Basic

See Also:
Serialized Form

Field Summary
protected  ColumnImpl column
           
protected  EnumType enumerated
           
protected  FetchType fetch
           
protected  LobImpl lob
           
protected  String name
           
protected  Boolean optional
           
protected  TemporalType temporal
           
 
Constructor Summary
BasicImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.BasicImpl instance.
BasicImpl(BasicImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.BasicImpl instance by copying a given instance.
 
Method Summary
 BasicImpl 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 ColumnImpl column

lob

protected LobImpl lob

temporal

protected TemporalType temporal

enumerated

protected EnumType enumerated

name

protected String name

fetch

protected FetchType fetch

optional

protected Boolean optional
Constructor Detail

BasicImpl

public BasicImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.BasicImpl instance.


BasicImpl

public BasicImpl(BasicImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.BasicImpl instance by copying a given instance.

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

getColumn

public Column getColumn()
Description copied from interface: Basic
Gets the value of the column property.

Specified by:
getColumn in interface Basic
Returns:
possible object is Column

setColumn

public void setColumn(Column value)
Description copied from interface: Basic
Sets the value of the column property.

Specified by:
setColumn in interface Basic
Parameters:
value - allowed object is Column

getLob

public Lob getLob()
Description copied from interface: Basic
Gets the value of the lob property.

Specified by:
getLob in interface Basic
Returns:
possible object is Lob

setLob

public void setLob(Lob value)
Description copied from interface: Basic
Sets the value of the lob property.

Specified by:
setLob in interface Basic
Parameters:
value - allowed object is Lob

getTemporal

public TemporalType getTemporal()
Description copied from interface: Basic
Gets the value of the temporal property.

Specified by:
getTemporal in interface Basic
Returns:
possible object is TemporalType

setTemporal

public void setTemporal(TemporalType value)
Description copied from interface: Basic
Sets the value of the temporal property.

Specified by:
setTemporal in interface Basic
Parameters:
value - allowed object is TemporalType

getEnumerated

public EnumType getEnumerated()
Description copied from interface: Basic
Gets the value of the enumerated property.

Specified by:
getEnumerated in interface Basic
Returns:
possible object is EnumType

setEnumerated

public void setEnumerated(EnumType value)
Description copied from interface: Basic
Sets the value of the enumerated property.

Specified by:
setEnumerated in interface Basic
Parameters:
value - allowed object is EnumType

getName

public String getName()
Description copied from interface: Basic
Gets the value of the name property.

Specified by:
getName in interface Basic
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: Basic
Sets the value of the name property.

Specified by:
setName in interface Basic
Parameters:
value - allowed object is String

getFetch

public FetchType getFetch()
Description copied from interface: Basic
Gets the value of the fetch property.

Specified by:
getFetch in interface Basic
Returns:
possible object is FetchType

setFetch

public void setFetch(FetchType value)
Description copied from interface: Basic
Sets the value of the fetch property.

Specified by:
setFetch in interface Basic
Parameters:
value - allowed object is FetchType

isOptional

public Boolean isOptional()
Description copied from interface: Basic
Gets the value of the optional property.

Specified by:
isOptional in interface Basic
Returns:
possible object is Boolean

setOptional

public void setOptional(Boolean value)
Description copied from interface: Basic
Sets the value of the optional property.

Specified by:
setOptional in interface Basic
Parameters:
value - allowed object is Boolean

clone

public BasicImpl 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.