[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-vendor-license-lib / openecomp-sdc-vendor-license-api / src / main / java / org / openecomp / sdc / vendorlicense / dao / types / FeatureGroupModel.java
index 78e0817..174cbbb 100644 (file)
@@ -41,14 +41,14 @@ public class FeatureGroupModel {
     return entitlementPools;
   }
 
-  public Set<LicenseKeyGroupEntity> getLicenseKeyGroups() {
-    return licenseKeyGroups;
-  }
-
   public void setEntitlementPools(Set<EntitlementPoolEntity> entitlementPools) {
     this.entitlementPools = entitlementPools;
   }
 
+  public Set<LicenseKeyGroupEntity> getLicenseKeyGroups() {
+    return licenseKeyGroups;
+  }
+
   public void setLicenseKeyGroups(Set<LicenseKeyGroupEntity> licenseKeyGroups) {
     this.licenseKeyGroups = licenseKeyGroups;
   }
@@ -72,4 +72,3 @@ public class FeatureGroupModel {
 
 
 }
-