org.kuali.ole.ingest.pojo
Class OleAction

java.lang.Object
  extended by org.kuali.ole.ingest.pojo.OleAction

public class OleAction
extends Object

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

OleAction

public OleAction()
Method Detail

getName

public String getName()
Gets the name attribute.

Returns:
Returns the name.

setName

public void setName(String name)
Sets the name attribute value.

Parameters:
name - The name to set.

getRoutes

public List<OleRoute> getRoutes()
Gets the routes attribute.

Returns:
Returns the routes.

setRoutes

public void setRoutes(List<OleRoute> routes)
Sets the routes attribute value.

Parameters:
routes - The routes to set.

getDescription

public String getDescription()
Gets the description attribute.

Returns:
Returns the description.

setDescription

public void setDescription(String description)
Sets the description attribute value.

Parameters:
description - The description to set.

getSequenceNumber

public Integer getSequenceNumber()
Gets the sequenceNumber attribute.

Returns:
Returns the sequenceNumber.

setSequenceNumber

public void setSequenceNumber(Integer sequenceNumber)
Sets the sequenceNumber attribute value.

Parameters:
sequenceNumber - The sequenceNumber to set.

getOleActions

public List<OleAction> getOleActions()
Gets the oleActions attribute.

Returns:
Returns the oleActions.

setOleActions

public void setOleActions(List<OleAction> oleActions)
Sets the oleActions attribute value.

Parameters:
oleActions - The oleActions to set.


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.