public class ServiceMethod extends Object
| Constructor and Description | 
|---|
ServiceMethod()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()  | 
List<ServiceMethodError> | 
getErrors()  | 
String | 
getImplNotes()  | 
String | 
getName()
Get the value of name 
 | 
List<ServiceMethodParameter> | 
getParameters()  | 
ServiceMethodReturnValue | 
getReturnValue()  | 
String | 
getService()  | 
String | 
getUrl()  | 
boolean | 
isDeprecated()  | 
void | 
setDeprecated(boolean deprecated)  | 
void | 
setDescription(String description)  | 
void | 
setErrors(List<ServiceMethodError> errors)  | 
void | 
setImplNotes(String implNotes)  | 
void | 
setName(String name)
Set the value of name 
 | 
void | 
setParameters(List<ServiceMethodParameter> parameters)  | 
void | 
setReturnValue(ServiceMethodReturnValue returnValue)  | 
void | 
setService(String service)  | 
void | 
setUrl(String url)  | 
String | 
toString()  | 
public ServiceMethod()
public String getService()
public void setService(String service)
public String getDescription()
public void setDescription(String description)
public List<ServiceMethodParameter> getParameters()
public void setParameters(List<ServiceMethodParameter> parameters)
public ServiceMethodReturnValue getReturnValue()
public void setReturnValue(ServiceMethodReturnValue returnValue)
public List<ServiceMethodError> getErrors()
public void setErrors(List<ServiceMethodError> errors)
public String getImplNotes()
public void setImplNotes(String implNotes)
public boolean isDeprecated()
public void setDeprecated(boolean deprecated)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.