Package org.hibernate.processor.xml.jaxb
Class Convert
- java.lang.Object
-
- org.hibernate.processor.xml.jaxb.Convert
-
public class Convert extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringattributeNameprotected Stringconverterprotected Stringdescriptionprotected BooleandisableConversion
-
Constructor Summary
Constructors Constructor Description Convert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributeName()Gets the value of the attributeName property.StringgetConverter()Gets the value of the converter property.StringgetDescription()Gets the value of the description property.BooleanisDisableConversion()Gets the value of the disableConversion property.voidsetAttributeName(String value)Sets the value of the attributeName property.voidsetConverter(String value)Sets the value of the converter property.voidsetDescription(String value)Sets the value of the description property.voidsetDisableConversion(Boolean value)Sets the value of the disableConversion property.
-
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getConverter
public String getConverter()
Gets the value of the converter property.- Returns:
- possible object is
String
-
setConverter
public void setConverter(String value)
Sets the value of the converter property.- Parameters:
value- allowed object isString
-
getAttributeName
public String getAttributeName()
Gets the value of the attributeName property.- Returns:
- possible object is
String
-
setAttributeName
public void setAttributeName(String value)
Sets the value of the attributeName property.- Parameters:
value- allowed object isString
-
isDisableConversion
public Boolean isDisableConversion()
Gets the value of the disableConversion property.- Returns:
- possible object is
Boolean
-
-