org.kuali.student.contract.model
Class ServiceMethodParameter
java.lang.Object
org.kuali.student.contract.model.ServiceMethodParameter
public class ServiceMethodParameter
- extends Object
Represent a parameter in a service operation call.
- Author:
- nwright
type
protected String type
ServiceMethodParameter
public ServiceMethodParameter()
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
getType
public String getType()
setType
public void setType(String type)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.