public class PreUpdate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
methodName |
Constructor and Description |
---|
PreUpdate() |
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()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMethodName()
String
public void setMethodName(java.lang.String value)
value
- allowed object is
String