org.kuali.student.contract.model
Class ServiceMethod

java.lang.Object
  extended by org.kuali.student.contract.model.ServiceMethod

public class ServiceMethod
extends Object

Author:
nwright

Field Summary
private  String description
           
private  List<ServiceMethodError> errors
           
private  String name
           
private  List<ServiceMethodParameter> parameters
           
private  ServiceMethodReturnValue returnValue
           
private  String service
           
private  String url
           
 
Constructor Summary
ServiceMethod()
           
 
Method Summary
 String getDescription()
           
 List<ServiceMethodError> getErrors()
           
 String getName()
          Get the value of name
 List<ServiceMethodParameter> getParameters()
           
 ServiceMethodReturnValue getReturnValue()
           
 String getService()
           
 String getUrl()
           
 void setDescription(String description)
           
 void setErrors(List<ServiceMethodError> errors)
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

private String service

name

private String name

url

private String url

description

private String description

parameters

private List<ServiceMethodParameter> parameters

returnValue

private ServiceMethodReturnValue returnValue

errors

private List<ServiceMethodError> errors
Constructor Detail

ServiceMethod

public ServiceMethod()
Method Detail

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)


Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.