org.kuali.student.contract.model
Class ServiceMethodParameter

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

public class ServiceMethodParameter
extends Object

Author:
nwright

Field Summary
protected  String type
           
 
Constructor Summary
ServiceMethodParameter()
           
 
Method Summary
 String getDescription()
           
 String getName()
          Get the value of name
 String getType()
           
 String getUrl()
           
 void setDescription(String description)
           
 void setName(String name)
          Set the value of name
 void setType(String type)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type
Constructor Detail

ServiceMethodParameter

public ServiceMethodParameter()
Method Detail

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 © 2004-2012 The Kuali Foundation. All Rights Reserved.