X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ECOMP-REST%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fpolicy%2Frest%2Futil%2FMSAttributeObject.java;h=a04f77e7ed55252a1fea19f6d91760defc4ce0ac;hb=dda032f8bb161d54eb1f59de2b4a3efb774fc4d1;hp=c912374ef6cc118adb8031a84569bb955f6aeb8d;hpb=a330af579866dacbe595e2e4ad1dd29cd3c96945;p=policy%2Fengine.git diff --git a/ECOMP-REST/src/main/java/org/openecomp/policy/rest/util/MSAttributeObject.java b/ECOMP-REST/src/main/java/org/openecomp/policy/rest/util/MSAttributeObject.java index c912374ef..a04f77e7e 100644 --- a/ECOMP-REST/src/main/java/org/openecomp/policy/rest/util/MSAttributeObject.java +++ b/ECOMP-REST/src/main/java/org/openecomp/policy/rest/util/MSAttributeObject.java @@ -28,7 +28,7 @@ public class MSAttributeObject { private String className; private HashMap attribute = new HashMap(); private HashMap refAttribute = new HashMap(); - private HashMap subClass = new HashMap(); + private HashMap subClass = new HashMap(); private String dependency; private HashMap enumType = new HashMap(); private HashMap matchingSet = new HashMap(); @@ -70,13 +70,13 @@ public class MSAttributeObject { public void addAllRefAttribute(Map map){ this.refAttribute.putAll(map); } - public HashMap getSubClass() { + public HashMap getSubClass() { return subClass; } - public void setSubClass(HashMap subClass) { + public void setSubClass(HashMap subClass) { this.subClass = subClass; } - public void addAllSubClass(HashMap subClass){ + public void addAllSubClass(HashMap subClass){ this.subClass.putAll(subClass); } public String getDependency() {