| | |
| | | import com.thoughtworks.xstream.annotations.XStreamAlias; |
| | | import com.thoughtworks.xstream.annotations.XStreamAsAttribute; |
| | | import com.vci.ubcs.code.vo.webserviceModel.apply.ApplyDatasVO; |
| | | import com.vci.ubcs.code.vo.webserviceModel.apply.SectionsVO; |
| | | |
| | | /** |
| | | * 分类信息 |
| | |
| | | */ |
| | | @XStreamAsAttribute |
| | | private String fullclsfNamePath; |
| | | |
| | | /** |
| | | * 码段信息 |
| | | */ |
| | | private SectionsVO sections; |
| | | |
| | | /** |
| | | * 数据集合 |
| | | */ |
| | |
| | | this.objects = objects; |
| | | } |
| | | |
| | | public SectionsVO getSections() { |
| | | return sections; |
| | | } |
| | | |
| | | public void setSections(SectionsVO sections) { |
| | | this.sections = sections; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ClassfyBZVO{" + |