org.kuali.rice.kew.dto
Class ValidActionsDTO

java.lang.Object
  extended by org.kuali.rice.kew.dto.ValidActionsDTO
All Implemented Interfaces:
Serializable

public class ValidActionsDTO
extends Object
implements Serializable

A transport object containing information about actions

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
ValidActionsDTO()
           
 
Method Summary
 void addValidActionsAllowed(String actionTakenCodeAllowed)
           
 boolean contains(String actionTakenCode)
           
 String[] getValidActionCodesAllowed()
           
 void setValidActionCodesAllowed(String[] validActionCodesAllowed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidActionsDTO

public ValidActionsDTO()
Method Detail

getValidActionCodesAllowed

public String[] getValidActionCodesAllowed()

setValidActionCodesAllowed

public void setValidActionCodesAllowed(String[] validActionCodesAllowed)

addValidActionsAllowed

public void addValidActionsAllowed(String actionTakenCodeAllowed)

contains

public boolean contains(String actionTakenCode)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.