public class Replace extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
calledMethod |
protected String |
serviceClass |
protected String |
serviceName |
| Constructor and Description |
|---|
Replace() |
Replace(String serviceClass,
String serviceName,
String calledMethod) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCalledMethod() |
String |
getServiceClass() |
String |
getServiceName() |
void |
setCalledMethod(String calledMethod) |
void |
setServiceClass(String serviceClass) |
void |
setServiceName(String serviceName) |
String |
toString() |
protected String serviceClass
protected String serviceName
protected String calledMethod
public String getServiceClass()
public void setServiceClass(String serviceClass)
public String getServiceName()
public void setServiceName(String serviceName)
public String getCalledMethod()
public void setCalledMethod(String calledMethod)
Copyright © 2020. All Rights Reserved.