]> git.mxchange.org Git - jbonuscard-core.git/commit
moved to proper package, they are model classes
authorRoland Haeder <roland@mxchange.org>
Thu, 13 Apr 2017 20:14:19 +0000 (22:14 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 13 Apr 2017 20:14:19 +0000 (22:14 +0200)
commitf5df2846c61ff9c42b86938e73082a9df5f91f84
tree2a3a065f2b85e9f5436db36b87a9f277789f05c2
parente85a2873ce696596a2fd6400ad9dddc62ce8ba8b
moved to proper package, they are model classes

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/model/receipt/Billable.java [new file with mode: 0644]
src/org/mxchange/jfinancials/model/receipt/Receipt.java [new file with mode: 0644]
src/org/mxchange/jfinancials/model/receipt/entry/BillableReceiptEntry.java [new file with mode: 0644]
src/org/mxchange/jfinancials/model/receipt/entry/ReceiptEntry.java [new file with mode: 0644]
src/org/mxchange/jfinancials/receipt/Billable.java [deleted file]
src/org/mxchange/jfinancials/receipt/Receipt.java [deleted file]
src/org/mxchange/jfinancials/receipt/entry/BillableReceiptEntry.java [deleted file]
src/org/mxchange/jfinancials/receipt/entry/ReceiptEntry.java [deleted file]