public class CatalogDTO extends Object
| Constructor and Description |
|---|
CatalogDTO() |
CatalogDTO(boolean enabled,
List<RuleDTO> rules) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleDTO> |
getRules() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setRules(List<RuleDTO> rules) |
String |
toString() |
Copyright © 2011-2015. All Rights Reserved.