Merge from ECOMP's repository
[vid.git] / vid-app-common / src / main / java / org / onap / vid / asdc / beans / tosca / Property.java
index 4bebe8b..a15c55f 100644 (file)
@@ -43,7 +43,7 @@ public class Property {
        /**
         * Instantiates a new property.
         */
-       Property() {}
+       private Property() {}
        
        /**
         * Gets the type.
@@ -72,15 +72,6 @@ public class Property {
                return entry_schema;
        }
 
-       /**
-        * Gets the default.
-        *
-        * @return the default
-        */
-       public String get_default() {
-               return _default;
-       }
-
        /**
         * Sets the type.
         *
@@ -108,15 +99,6 @@ public class Property {
                this.entry_schema = entry_schema;
        }
 
-       /**
-        * Sets the default.
-        *
-        * @param _default the new default
-        */
-       public void set_default(String _default) {
-               this._default = _default;
-       }
-
        /**
         * Gets the default.
         *
@@ -125,7 +107,7 @@ public class Property {
        public String getDefault() {
                return _default;
        }
-       
+
        /**
         * Checks if is required.
         *