net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm
Class Version

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

public class Version
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
protected  Column column
           
protected  String name
           
protected  TemporalType temporal
           
 
Constructor Summary
Version()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.Version instance.
Version(Version o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.Version instance by copying a given instance.
 
Method Summary
 Version 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 Column column

temporal

protected TemporalType temporal

name

protected String name
Constructor Detail

Version

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


Version

public Version(Version o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.Version 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

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

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

clone

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