Class JaxbPreUpdate
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
-
- All Implemented Interfaces:
java.io.Serializable,LifecycleCallback
public class JaxbPreUpdate extends java.lang.Object implements java.io.Serializable, LifecycleCallback
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.lang.StringmethodName
-
Constructor Summary
Constructors Constructor Description JaxbPreUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetMethodName()Gets the value of the methodName property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetMethodName(java.lang.String value)Sets the value of the methodName 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
-
getMethodName
public java.lang.String getMethodName()
Gets the value of the methodName property.- Specified by:
getMethodNamein interfaceLifecycleCallback- Returns:
- possible object is
String
-
setMethodName
public void setMethodName(java.lang.String value)
Sets the value of the methodName property.- Parameters:
value- allowed object isString
-
-