Class Convert
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.Convert
-
public class Convert extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
attributeName
protected java.lang.String
converter
protected java.lang.String
description
protected java.lang.Boolean
disableConversion
-
Constructor Summary
Constructors Constructor Description Convert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAttributeName()
Gets the value of the attributeName property.java.lang.String
getConverter()
Gets the value of the converter property.java.lang.String
getDescription()
Gets the value of the description property.java.lang.Boolean
isDisableConversion()
Gets the value of the disableConversion property.void
setAttributeName(java.lang.String value)
Sets the value of the attributeName property.void
setConverter(java.lang.String value)
Sets the value of the converter property.void
setDescription(java.lang.String value)
Sets the value of the description property.void
setDisableConversion(java.lang.Boolean value)
Sets the value of the disableConversion property.
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getConverter
public java.lang.String getConverter()
Gets the value of the converter property.- Returns:
- possible object is
String
-
setConverter
public void setConverter(java.lang.String value)
Sets the value of the converter property.- Parameters:
value
- allowed object isString
-
getAttributeName
public java.lang.String getAttributeName()
Gets the value of the attributeName property.- Returns:
- possible object is
String
-
setAttributeName
public void setAttributeName(java.lang.String value)
Sets the value of the attributeName property.- Parameters:
value
- allowed object isString
-
isDisableConversion
public java.lang.Boolean isDisableConversion()
Gets the value of the disableConversion property.- Returns:
- possible object is
Boolean
-
setDisableConversion
public void setDisableConversion(java.lang.Boolean value)
Sets the value of the disableConversion property.- Parameters:
value
- allowed object isBoolean
-
-