Package org.hibernate.processor.xml.jaxb
Class PrePersist
java.lang.Object
org.hibernate.processor.xml.jaxb.PrePersist
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the methodName property.voidsetDescription(String value) Sets the value of the description property.voidsetMethodName(String value) Sets the value of the methodName property.
-
Field Details
-
description
-
methodName
-
-
Constructor Details
-
PrePersist
public PrePersist()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getMethodName
Gets the value of the methodName property.- Returns:
- possible object is
String
-
setMethodName
Sets the value of the methodName property.- Parameters:
value- allowed object isString
-