public class PostRemove
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.lang.String |
methodName |
| Constructor and Description |
|---|
PostRemove() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getMethodName()
Gets the value of the methodName property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setMethodName(java.lang.String value)
Sets the value of the methodName property.
|
protected java.lang.String description
protected java.lang.String methodName
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMethodName()
Stringpublic void setMethodName(java.lang.String value)
value - allowed object is
String