org.kuali.rice.krad.datadictionary
Class WorkflowProperty

java.lang.Object
  extended by 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

Field Summary
protected  String path
           
 
Constructor Summary
WorkflowProperty()
          Default constructor, sets path to null
 
Method Summary
 String getPath()
          Returns the path to the property that is serializable, relative to the WorkflowPropertyGroup that contains this object
 void setPath(String path)
          Sets the path to the property that is serializable, relative to the WorkflowPropertyGroup that contains this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected String path
Constructor Detail

WorkflowProperty

public WorkflowProperty()
Default constructor, sets path to null

Method Detail

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-2013 The Kuali Foundation. All Rights Reserved.