Package org.hibernate.processor.xml.jaxb
Class PostRemove
- java.lang.Object
-
- org.hibernate.processor.xml.jaxb.PostRemove
-
public class PostRemove extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected String
methodName
-
Constructor Summary
Constructors Constructor Description PostRemove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the value of the description property.String
getMethodName()
Gets the value of the methodName property.void
setDescription(String value)
Sets the value of the description property.void
setMethodName(String value)
Sets the value of the methodName 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
-
getMethodName
public String getMethodName()
Gets the value of the methodName property.- Returns:
- possible object is
String
-
-