|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.ole.ingest.pojo.KrmsAction
public class KrmsAction
KrmsAction is a business object class for Krms Action
Constructor Summary | |
---|---|
KrmsAction()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KrmsAction()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |