|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.ole.ingest.pojo.OleAction
public class OleAction
OleAction is a business object class for Ole Action
| Constructor Summary | |
|---|---|
OleAction()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the description attribute. |
String |
getName()
Gets the name attribute. |
List<OleAction> |
getOleActions()
Gets the oleActions attribute. |
List<OleRoute> |
getRoutes()
Gets the routes attribute. |
Integer |
getSequenceNumber()
Gets the sequenceNumber attribute. |
void |
setDescription(String description)
Sets the description attribute value. |
void |
setName(String name)
Sets the name attribute value. |
void |
setOleActions(List<OleAction> oleActions)
Sets the oleActions attribute value. |
void |
setRoutes(List<OleRoute> routes)
Sets the routes attribute value. |
void |
setSequenceNumber(Integer sequenceNumber)
Sets the sequenceNumber attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OleAction()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The name to set.public List<OleRoute> getRoutes()
public void setRoutes(List<OleRoute> routes)
routes - The routes 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 List<OleAction> getOleActions()
public void setOleActions(List<OleAction> oleActions)
oleActions - The oleActions to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||