| | |
| | | /** |
| | | * 待选择的属性字段 |
| | | */ |
| | | private List<String[]> itemSelectoutFields=new ArrayList<>(); |
| | | |
| | | |
| | | private List<String> itemSelectoutFieldList=new ArrayList<>(); |
| | | /** |
| | | * 需要使用的集合 |
| | | */ |
| | |
| | | * 枚举值 |
| | | */ |
| | | private List<String> itemValueList = null; |
| | | /*** |
| | | * 枚举值集合 |
| | | */ |
| | | private List<KeyValue> itemKeyValueList=new ArrayList<>(); |
| | | |
| | | /** |
| | | *一级参照 |
| | | */ |
| | |
| | | this.itemSeniorQueryBOS = itemSeniorQueryBOS; |
| | | } |
| | | |
| | | public List<String[]> getItemSelectoutFields() { |
| | | return itemSelectoutFields; |
| | | public List<String> getItemSelectoutFieldList() { |
| | | return itemSelectoutFieldList; |
| | | } |
| | | |
| | | public void setItemSelectoutFields(List<String[]> itemSelectoutFields) { |
| | | this.itemSelectoutFields = itemSelectoutFields; |
| | | public void setItemSelectoutFieldList(List<String> itemSelectoutFieldList) { |
| | | this.itemSelectoutFieldList = itemSelectoutFieldList; |
| | | } |
| | | |
| | | public List<String> getItemSearchFieldList() { |
| | |
| | | // } |
| | | |
| | | |
| | | public List<KeyValue> getItemKeyValueList() { |
| | | return itemKeyValueList; |
| | | } |
| | | |
| | | public void setItemKeyValueList(List<KeyValue> itemKeyValueList) { |
| | | this.itemKeyValueList = itemKeyValueList; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "PRMItemDTO{" + |
| | |
| | | ", itemPageSize='" + itemPageSize + '\'' + |
| | | ", itemImgWH='" + itemImgWH + '\'' + |
| | | ", itemOutFields='" + itemOutFields + '\'' + |
| | | ", itemSelectoutFields=" + itemSelectoutFields + |
| | | ", itemSelectoutFieldList=" + itemSelectoutFieldList + |
| | | ", itemOutFieldList=" + itemOutFieldList + |
| | | ", itemKeyFields='" + itemKeyFields + '\'' + |
| | | ", itemSearchFieldList=" + itemSearchFieldList + |
| | |
| | | ", itemScript='" + itemScript + '\'' + |
| | | ", itemTips='" + itemTips + '\'' + |
| | | ", itemValueList=" + itemValueList + |
| | | ", itemKeyValueList=" + itemKeyValueList + |
| | | ", itemListTable='" + itemListTable + '\'' + |
| | | ", itemListTxt='" + itemListTxt + '\'' + |
| | | ", itemListVal='" + itemListVal + '\'' + |