Add internal classes to models-pdp 46/83246/2
authorJim Hahn <jrh3@att.com>
Mon, 25 Mar 2019 15:12:06 +0000 (11:12 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 25 Mar 2019 18:05:30 +0000 (14:05 -0400)
commit4da3ef72e0cd25712ee5558ea7a994cc9ed9fcee
tree06fcb00cdf9edeb0fb55f586041c2b00982c9c1a
parent40188526b898b582c57cf45b93fc4e2021683050
Add internal classes to models-pdp

Added PdpGroup and other classes.  These are the objects that will
will actually be stored in the DB.  The DB Provider classes should
be updated to use these instead of the external classes found in
models-pap.
Note: These were copied from policy/pap.

Change-Id: I2e5518d28e79c26038d0a1600553ab058bcdda1a
Issue-ID: POLICY-1542
Signed-off-by: Jim Hahn <jrh3@att.com>
models-pdp/src/main/java/org/onap/policy/models/pdp/concepts/PdpGroup.java [new file with mode: 0644]
models-pdp/src/main/java/org/onap/policy/models/pdp/concepts/PdpGroups.java [new file with mode: 0644]
models-pdp/src/main/java/org/onap/policy/models/pdp/concepts/PdpInstanceDetails.java [new file with mode: 0644]
models-pdp/src/main/java/org/onap/policy/models/pdp/concepts/PdpSubGroup.java [new file with mode: 0644]
models-pdp/src/test/java/org/onap/policy/models/pdp/concepts/TestPdpGroup.java [new file with mode: 0644]
models-pdp/src/test/java/org/onap/policy/models/pdp/concepts/TestPdpInstanceDetails.java [new file with mode: 0644]
models-pdp/src/test/java/org/onap/policy/models/pdp/concepts/TestPdpSubGroup.java [new file with mode: 0644]