| | |
| | | /** |
| | | * 待选择的属性字段 |
| | | */ |
| | | private List<String> itemSelectoutFieldList=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> getItemSelectoutFieldList() { |
| | | return itemSelectoutFieldList; |
| | | public List<String> getItemSelectOutFieldList() { |
| | | return itemSelectOutFieldList; |
| | | } |
| | | |
| | | public void setItemSelectoutFieldList(List<String> itemSelectoutFieldList) { |
| | | this.itemSelectoutFieldList = itemSelectoutFieldList; |
| | | public void setItemSelectOutFieldList(List<String> itemSelectOutFieldList) { |
| | | this.itemSelectOutFieldList = itemSelectOutFieldList; |
| | | } |
| | | |
| | | public List<String> getItemSearchFieldList() { |
| | |
| | | |
| | | public void setItemSearchFieldList(List<String> itemSearchFieldList) { |
| | | this.itemSearchFieldList = itemSearchFieldList; |
| | | } |
| | | |
| | | public List<KeyValue> getItemKeyValueList() { |
| | | return itemKeyValueList; |
| | | } |
| | | |
| | | public void setItemKeyValueList(List<KeyValue> itemKeyValueList) { |
| | | this.itemKeyValueList = itemKeyValueList; |
| | | } |
| | | |
| | | @Override |
| | |
| | | ", itemPageSize='" + itemPageSize + '\'' + |
| | | ", itemImgWH='" + itemImgWH + '\'' + |
| | | ", itemOutFields='" + itemOutFields + '\'' + |
| | | ", itemSelectoutFieldList=" + itemSelectoutFieldList + |
| | | ", itemSelectOutFieldList=" + itemSelectOutFieldList + |
| | | ", itemOutFieldList=" + itemOutFieldList + |
| | | ", itemKeyFields='" + itemKeyFields + '\'' + |
| | | ", itemSearchFieldList=" + itemSearchFieldList + |
| | |
| | | ", itemScript='" + itemScript + '\'' + |
| | | ", itemTips='" + itemTips + '\'' + |
| | | ", itemValueList=" + itemValueList + |
| | | ", itemKeyValueList=" + itemKeyValueList + |
| | | ", itemListTable='" + itemListTable + '\'' + |
| | | ", itemListTxt='" + itemListTxt + '\'' + |
| | | ", itemListVal='" + itemListVal + '\'' + |