org.kuali.student.contract.model
Class ServiceMethodRow

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

public class ServiceMethodRow
extends Object

Author:
nwright

Field Summary
protected  String longName
           
 
Constructor Summary
ServiceMethodRow()
           
 
Method Summary
 String getDescription()
           
 String getKey()
           
 String getLongName()
          Get the value of longName
 int getRowNumber()
           
 String getService()
           
 String getShortName()
           
 void setDescription(String description)
           
 void setKey(String key)
           
 void setLongName(String longName)
          Set the value of longName
 void setRowNumber(int rowNumber)
           
 void setService(String service)
           
 void setShortName(String shortName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

longName

protected String longName
Constructor Detail

ServiceMethodRow

public ServiceMethodRow()
Method Detail

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.