org.kuali.student.contract.model
Class ServiceMethodRow
java.lang.Object
   org.kuali.student.contract.model.ServiceMethodRow
org.kuali.student.contract.model.ServiceMethodRow
- public class ServiceMethodRow 
- extends Object
- Author:
- nwright
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
longName
protected String longName
ServiceMethodRow
public ServiceMethodRow()
getRowNumber
public int getRowNumber()
- 
 
setRowNumber
public void setRowNumber(int rowNumber)
- 
 
getService
public String getService()
- 
 
setService
public void setService(String service)
- 
 
getKey
public String getKey()
- 
 
setKey
public void setKey(String key)
- 
 
getShortName
public String getShortName()
- 
 
setShortName
public void setShortName(String shortName)
- 
 
getLongName
public String getLongName()
- Get the value of longName
 
- 
- Returns:
- the value of longName
 
setLongName
public void setLongName(String longName)
- Set the value of longName
 
- 
- Parameters:
- longName- new value of longName
 
getDescription
public String getDescription()
- 
 
setDescription
public void setDescription(String description)
- 
 
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.