Class PostLoad
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.PostLoad
-
public class PostLoad extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected StringmethodName
-
Constructor Summary
Constructors Constructor Description PostLoad()
-
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
-
-