org.kuali.student.contract.model
Class ServiceMethod

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

public class ServiceMethod
extends Object

Represents a method in the contract (service).

Author:
nwright

Constructor Summary
ServiceMethod()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)

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:
toString in class Object


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.