net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl
Class VersionImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.VersionImpl
All Implemented Interfaces:
Serializable, Cloneable, Version

public class VersionImpl
extends Object
implements Serializable, Cloneable, Version

See Also:
Serialized Form

Field Summary
protected  ColumnImpl column
           
protected  String name
           
protected  TemporalType temporal
           
 
Constructor Summary
VersionImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.VersionImpl instance.
VersionImpl(VersionImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.VersionImpl instance by copying a given instance.
 
Method Summary
 VersionImpl clone()
          Creates and returns a copy of this object.
 Column getColumn()
          Gets the value of the column property.
 String getName()
          Gets the value of the name property.
 TemporalType getTemporal()
          Gets the value of the temporal property.
 void setColumn(Column value)
          Sets the value of the column property.
 void setName(String value)
          Sets the value of the name 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

temporal

protected TemporalType temporal

name

protected String name
Constructor Detail

VersionImpl

public VersionImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.VersionImpl instance.


VersionImpl

public VersionImpl(VersionImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.VersionImpl instance by copying a given instance.

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

getColumn

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

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

setColumn

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

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

getTemporal

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

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

setTemporal

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

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

getName

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

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

setName

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

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

clone

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