public class InventoryAndPredicate extends InventoryFilterPredicate
| Constructor and Description |
|---|
InventoryAndPredicate() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(InventoryPredicateVisitor inventoryPredicateVisitor)
Helper method that accepts an implemenation of
InventoryPredicateVisitor
and invokes the most applicable visit method in the visitor. |
String |
getPrefix() |
List<Tag> |
getTags() |
void |
setPrefix(String prefix) |
void |
setTags(List<Tag> tags) |
public String getPrefix()
public void setPrefix(String prefix)
public void accept(InventoryPredicateVisitor inventoryPredicateVisitor)
InventoryFilterPredicateInventoryPredicateVisitor
and invokes the most applicable visit method in the visitor.accept in class InventoryFilterPredicateCopyright © 2025. All rights reserved.