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
Represents a method in the contract (service).
- Author:
- nwright
 
 
 
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)
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.