org.apache.openejb.jee.jpa
Class Version

java.lang.Object
  extended by org.apache.openejb.jee.jpa.Version

public class Version
extends java.lang.Object


Field Summary
protected  Column column
           
protected  java.lang.String name
           
protected  TemporalType temporal
           
 
Constructor Summary
Version()
           
 
Method Summary
 Column getColumn()
          Gets the value of the column property.
 java.lang.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(java.lang.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

protected Column column

temporal

protected TemporalType temporal

name

protected java.lang.String name
Constructor Detail

Version

public Version()
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 java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.