public class ServiceMethodRow extends Object
Constructor and Description |
---|
ServiceMethodRow() |
Modifier and Type | Method and Description |
---|---|
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) |
public ServiceMethodRow()
public int getRowNumber()
public void setRowNumber(int rowNumber)
public String getService()
public void setService(String service)
public String getShortName()
public void setShortName(String shortName)
public String getLongName()
public void setLongName(String longName)
longName
- new value of longNamepublic String getDescription()
public void setDescription(String description)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.