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
private  String description
           
private  String key
           
protected  String longName
           
private  int rowNumber
           
private  String service
           
private  String shortName
           
 
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

rowNumber

private int rowNumber

service

private String service

key

private String key

shortName

private String shortName

longName

protected String longName

description

private String description
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 © 2007-2012 The Kuali Foundation. All Rights Reserved.