public class KrmsAction extends Object
Constructor and Description |
---|
KrmsAction() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description attribute.
|
List<KrmsAction> |
getKrmsActions()
Gets the krmsActions attribute.
|
String |
getName()
Gets the oleAgendaList attribute.
|
Integer |
getSequenceNumber()
Gets the sequenceNumber attribute.
|
String |
getServiceName()
Gets the serviceName attribute.
|
void |
setDescription(String description)
Sets the description attribute value.
|
void |
setKrmsActions(List<KrmsAction> krmsActions)
Sets the krmsActions attribute value.
|
void |
setName(String name)
Sets the name attribute value.
|
void |
setSequenceNumber(Integer sequenceNumber)
Sets the sequenceNumber attribute value.
|
void |
setServiceName(String serviceName)
Sets the serviceName attribute value.
|
public KrmsAction()
public String getName()
public void setName(String name)
name
- The name to set.public String getDescription()
public void setDescription(String description)
description
- The description to set.public Integer getSequenceNumber()
public void setSequenceNumber(Integer sequenceNumber)
sequenceNumber
- The sequenceNumber to set.public String getServiceName()
public void setServiceName(String serviceName)
serviceName
- The serviceName to set.public List<KrmsAction> getKrmsActions()
public void setKrmsActions(List<KrmsAction> krmsActions)
krmsActions
- The krmsActions to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.