public class PostPersist extends Object
Java class for post-persist complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="post-persist">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="method-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
methodName |
| Constructor and Description |
|---|
PostPersist() |
| Modifier and Type | Method and 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.
|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getMethodName()
StringCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.