public class RuleStore extends Object
| Modifier and Type | Field and Description |
|---|---|
protected UserActionInterface |
caller |
protected TemplateExpression |
expression |
protected boolean |
isDeletable |
protected boolean |
isEditable |
protected String |
title |
| Constructor and Description |
|---|
RuleStore(String title,
TemplateExpression expression,
UserActionInterface caller,
boolean isDeletable,
boolean isEditable) |
protected String title
protected TemplateExpression expression
protected UserActionInterface caller
protected boolean isDeletable
protected boolean isEditable
public RuleStore(String title, TemplateExpression expression, UserActionInterface caller, boolean isDeletable, boolean isEditable)
title - expression - caller - isDeletable - isEditable - Copyright © 2014. All Rights Reserved.