org.kuali.student.contract.model
Class ServiceMethodParameter
java.lang.Object
org.kuali.student.contract.model.ServiceMethodParameter
public class ServiceMethodParameter
- extends Object
- Author:
- nwright
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
type
protected String type
description
private String description
url
private String url
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)
Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.