org.kuali.student.contract.model
Class ServiceMethod
java.lang.Object
   org.kuali.student.contract.model.ServiceMethod
org.kuali.student.contract.model.ServiceMethod
- public class ServiceMethod 
- extends Object
- Author:
- nwright
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ServiceMethod
public ServiceMethod()
getService
public String getService()
- 
 
setService
public void setService(String service)
- 
 
getName
public String getName()
- Get the value of name
 
- 
- Returns:
- the value of name
 
setName
public void setName(String name)
- Set the value of name
 
- 
- Parameters:
- name- new value of name
 
getUrl
public String getUrl()
- 
 
setUrl
public void setUrl(String url)
- 
 
getDescription
public String getDescription()
- 
 
setDescription
public void setDescription(String description)
- 
 
getParameters
public List<ServiceMethodParameter> getParameters()
- 
 
setParameters
public void setParameters(List<ServiceMethodParameter> parameters)
- 
 
getReturnValue
public ServiceMethodReturnValue getReturnValue()
- 
 
setReturnValue
public void setReturnValue(ServiceMethodReturnValue returnValue)
- 
 
getErrors
public List<ServiceMethodError> getErrors()
- 
 
setErrors
public void setErrors(List<ServiceMethodError> errors)
- 
 
getImplNotes
public String getImplNotes()
- 
 
setImplNotes
public void setImplNotes(String implNotes)
- 
 
isDeprecated
public boolean isDeprecated()
- 
 
setDeprecated
public void setDeprecated(boolean deprecated)
- 
 
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.