| Constructor and Description |
|---|
OleAction() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public OleAction()
public void setName(String name)
name - The name to set.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.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.