- java.lang.Object
-
- org.alfresco.rest.workflow.api.model.Variable
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected java.lang.String |
name |
protected java.lang.String |
type |
protected java.lang.Object |
value |
-
Constructor Summary
Constructors
Constructor and Description |
Variable() |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
java.lang.String |
getName() |
java.lang.String |
getType() |
java.lang.Object |
getValue() |
void |
setName(java.lang.String name) |
void |
setType(java.lang.String type) |
void |
setValue(java.lang.Object value) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Variable
public Variable()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.