Package org.hibernate.boot.jaxb.mapping
Class JaxbVersion
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.JaxbVersion
-
- All Implemented Interfaces:
Serializable,PersistentAttribute
public class JaxbVersion extends Object implements Serializable, PersistentAttribute
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessTypeaccessprotected StringattributeAccessorprotected JaxbColumncolumnprotected Stringnameprotected TemporalTypetemporal
-
Constructor Summary
Constructors Constructor Description JaxbVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessTypegetAccess()Gets the value of the access property.StringgetAttributeAccessor()Gets the value of the attributeAccessor property.JaxbColumngetColumn()Gets the value of the column property.StringgetName()Gets the value of the name property.TemporalTypegetTemporal()Gets the value of the temporal property.voidsetAccess(AccessType value)Sets the value of the access property.voidsetAttributeAccessor(String value)Sets the value of the attributeAccessor property.voidsetColumn(JaxbColumn value)Sets the value of the column property.voidsetName(String value)Sets the value of the name property.voidsetTemporal(TemporalType value)Sets the value of the temporal property.
-
-
-
Field Detail
-
column
protected JaxbColumn column
-
temporal
protected TemporalType temporal
-
name
protected String name
-
access
protected AccessType access
-
attributeAccessor
protected String attributeAccessor
-
-
Method Detail
-
getColumn
public JaxbColumn getColumn()
Gets the value of the column property.- Returns:
- possible object is
JaxbColumn
-
setColumn
public void setColumn(JaxbColumn value)
Sets the value of the column property.- Parameters:
value- allowed object isJaxbColumn
-
getTemporal
public TemporalType getTemporal()
Gets the value of the temporal property.- Returns:
- possible object is
String
-
setTemporal
public void setTemporal(TemporalType value)
Sets the value of the temporal property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Specified by:
getNamein interfacePersistentAttribute- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Specified by:
setNamein interfacePersistentAttribute- Parameters:
value- allowed object isString
-
getAccess
public AccessType getAccess()
Gets the value of the access property.- Specified by:
getAccessin interfacePersistentAttribute- Returns:
- possible object is
String
-
setAccess
public void setAccess(AccessType value)
Sets the value of the access property.- Specified by:
setAccessin interfacePersistentAttribute- Parameters:
value- allowed object isString
-
getAttributeAccessor
public String getAttributeAccessor()
Gets the value of the attributeAccessor property.- Specified by:
getAttributeAccessorin interfacePersistentAttribute- Returns:
- possible object is
String
-
setAttributeAccessor
public void setAttributeAccessor(String value)
Sets the value of the attributeAccessor property.- Specified by:
setAttributeAccessorin interfacePersistentAttribute- Parameters:
value- allowed object isString
-
-