org.kuali.rice.krad.datadictionary
Class WorkflowProperty
java.lang.Object
   org.kuali.rice.krad.datadictionary.WorkflowProperty
org.kuali.rice.krad.datadictionary.WorkflowProperty
- All Implemented Interfaces: 
- Serializable
- public class WorkflowProperty 
- extends Object- implements Serializable
This class represents an serializable property when generating workflow routing XML.  The path contained within this object
 is relative to the basePath in the WorkflowPropertyGroup that contains this object.  The semantics of the path are determined
 by the PropertySerializabilityEvaluator that evaluates whether a property is serializable.
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
path
protected String path
WorkflowProperty
public WorkflowProperty()
- Default constructor, sets path to null
 
getPath
public String getPath()
- Returns the path to the property that is serializable, relative to the WorkflowPropertyGroupthat contains this object
 
- 
 
- 
- Returns:
 
setPath
public void setPath(String path)
- Sets the path to the property that is serializable, relative to the WorkflowPropertyGroupthat contains this object
 
- 
 
- 
- Parameters:
- path-
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.