org.kuali.rice.krad.datadictionary
Class WorkflowProperty
java.lang.Object
org.kuali.rice.krad.datadictionary.WorkflowProperty
public class WorkflowProperty
- extends Object
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.
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
WorkflowPropertyGroup
that contains this object
- Returns:
setPath
public void setPath(String path)
- Sets the path to the property that is serializable, relative to the
WorkflowPropertyGroup
that contains this object
- Parameters:
path
-
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.