Class JaxbPostRemoveImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemoveImpl
All Implemented Interfaces:
Serializable, JaxbLifecycleCallback

public class JaxbPostRemoveImpl extends Object implements Serializable, JaxbLifecycleCallback
See Also:
  • Field Details

    • description

      protected String description
    • methodName

      protected String methodName
  • Constructor Details

    • JaxbPostRemoveImpl

      public JaxbPostRemoveImpl()
  • Method Details

    • 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 is String
    • getMethodName

      public String getMethodName()
      Gets the value of the methodName property.
      Specified by:
      getMethodName in interface JaxbLifecycleCallback
      Returns:
      possible object is String
    • setMethodName

      public void setMethodName(String value)
      Sets the value of the methodName property.
      Parameters:
      value - allowed object is String