public class ItemCriteriaDTO extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
matchRule |
protected Integer |
qty |
| Constructor and Description |
|---|
ItemCriteriaDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMatchRule() |
Integer |
getQty() |
void |
setMatchRule(String matchRule) |
void |
setQty(Integer qty) |
Copyright © 2014. All rights reserved.