Package org.hibernate.processor.xml.jaxb
Class PrePersist
- java.lang.Object
- org.hibernate.processor.xml.jaxb.PrePersist
public classPrePersistextendsObject
Field Summary
Fields Modifier and Type Field Description protectedStringdescriptionprotectedStringmethodName
Constructor Summary
Constructors Constructor Description PrePersist()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the value of the description property.StringgetMethodName()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.
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