Reduce number of parameters in constructor
[portal.git] / ecomp-portal-BE-common / src / main / java / org / onap / portalapp / portal / transport / CentralV2Role.java
index 8c87acb..54ce4f3 100644 (file)
@@ -33,7 +33,7 @@
  *
  * ============LICENSE_END============================================
  *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 package org.onap.portalapp.portal.transport;
 
@@ -150,7 +150,7 @@ public class CentralV2Role implements Serializable, Comparable{
                        this.name = name;
                }
 
-               public boolean isActive() {
+               public boolean getActive() {
                        return active;
                }