Class JaxbPostRemove
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
-
- All Implemented Interfaces:
java.io.Serializable
,LifecycleCallback
public class JaxbPostRemove extends java.lang.Object implements java.io.Serializable, LifecycleCallback
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
description
protected java.lang.String
methodName
-
Constructor Summary
Constructors Constructor Description JaxbPostRemove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Gets the value of the description property.java.lang.String
getMethodName()
Gets the value of the methodName property.void
setDescription(java.lang.String value)
Sets the value of the description property.void
setMethodName(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:
getMethodName
in 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
-
-