Add setXxx methods for @Property annotation 73/55073/1
authorJim Hahn <jrh3@att.com>
Mon, 18 Jun 2018 18:40:05 +0000 (14:40 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 18 Jun 2018 20:40:56 +0000 (16:40 -0400)
commitfd7593078cddbed63a8c68bc8f6352283a3fb849
tree410c9bacff7f2b30a87a46804cd4e20c4b11396e
parentb706707b5f209f0b7332ecec3a949ac03e7016b9
Add setXxx methods for @Property annotation

We'll be modifying the PropertyConfiguration class so that, instead
of directly setting values in private fields, it will use public
setXxx methods.  Consequently, we have to add the setXxx methods to
the PropertyConfiguration subclasses so that they're available when
the superclass is modified policy/common.

Change-Id: Idff9942eabec182670cbb427b960f6308a2ca30c
Issue-ID: POLICY-906
Signed-off-by: Jim Hahn <jrh3@att.com>
feature-distributed-locking/src/main/java/org/onap/policy/distributed/locking/DistributedLockingProperties.java
feature-pooling-dmaap/src/main/java/org/onap/policy/drools/pooling/PoolingFeature.java
feature-pooling-dmaap/src/main/java/org/onap/policy/drools/pooling/PoolingProperties.java
policy-core/src/main/java/org/onap/policy/drools/util/FeatureEnabledChecker.java
policy-core/src/test/java/org/onap/policy/drools/util/FeatureEnabledCheckerTest.java