org.kuali.ole.ingest.pojo
Class KrmsAction

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

public class KrmsAction
extends Object

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

KrmsAction

public KrmsAction()
Method Detail

getName

public String getName()
Gets the oleAgendaList attribute.

Returns:
Returns the oleAgendaList.

setName

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

Parameters:
name - The name 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.

getServiceName

public String getServiceName()
Gets the serviceName attribute.

Returns:
Returns the serviceName.

setServiceName

public void setServiceName(String serviceName)
Sets the serviceName attribute value.

Parameters:
serviceName - The serviceName to set.

getKrmsActions

public List<KrmsAction> getKrmsActions()
Gets the krmsActions attribute.

Returns:
Returns the krmsActions.

setKrmsActions

public void setKrmsActions(List<KrmsAction> krmsActions)
Sets the krmsActions attribute value.

Parameters:
krmsActions - The krmsActions to set.


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