Class Version
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.Version
-
public class Version extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessType
access
protected Column
column
protected java.lang.String
name
protected TemporalType
temporal
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessType
getAccess()
Gets the value of the access property.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
setAccess(AccessType value)
Sets the value of the access 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.
-
-
-
Field Detail
-
column
protected Column column
-
temporal
protected TemporalType temporal
-
name
protected java.lang.String name
-
access
protected AccessType access
-
-
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 isColumn
-
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 isTemporalType
-
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 isString
-
getAccess
public AccessType getAccess()
Gets the value of the access property.- Returns:
- possible object is
AccessType
-
setAccess
public void setAccess(AccessType value)
Sets the value of the access property.- Parameters:
value
- allowed object isAccessType
-
-