public class AbstractActivableObject extends Object implements ActivableObject
| Constructor and Description |
|---|
AbstractActivableObject() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getActivationExpression() |
Integer |
getPriority() |
void |
setActivationExpression(Expression activationExpression) |
void |
setPriority(Integer priority) |
public Expression getActivationExpression()
getActivationExpression in interface ActivableObjectpublic void setActivationExpression(Expression activationExpression)
public Integer getPriority()
getPriority in interface ActivableObjectpublic void setPriority(Integer priority)
Copyright © 2018. All rights reserved.