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.StringattributeNameprotected java.lang.Stringconverterprotected java.lang.Stringdescriptionprotected java.lang.BooleandisableConversion
-
Constructor Summary
Constructors Constructor Description Convert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttributeName()Gets the value of the attributeName property.java.lang.StringgetConverter()Gets the value of the converter property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.BooleanisDisableConversion()Gets the value of the disableConversion property.voidsetAttributeName(java.lang.String value)Sets the value of the attributeName property.voidsetConverter(java.lang.String value)Sets the value of the converter property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDisableConversion(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
-
-