]> git.mxchange.org Git - jproduct-core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 19 Mar 2018 23:35:41 +0000 (00:35 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 19 Mar 2018 23:35:41 +0000 (00:35 +0100)
commit99e135f983f91e7353c639ffe5eae20b608c2e42
tree9ad4487dff004eea848fcf3322ea85001ae6b8a0
parentbdd7e71b3347947485ae0c3246efa6d5cf514680
Continued:
- implemented Comparable
- added utilities classes for both Category and Product instances
- added depdendency to jcore-utils.jar
- added depdendency to commons-lang3

Signed-off-by: Roland Häder <roland@mxchange.org>
lib/nblibraries.properties
nbproject/project.properties
src/org/mxchange/jproduct/model/category/Categories.java [new file with mode: 0644]
src/org/mxchange/jproduct/model/category/Category.java
src/org/mxchange/jproduct/model/category/ProductCategory.java
src/org/mxchange/jproduct/model/product/GenericProduct.java
src/org/mxchange/jproduct/model/product/Product.java
src/org/mxchange/jproduct/model/product/Products.java [new file with mode: 0644]