[MSO-8] Update the maven dependency
[so.git] / mso-catalog-db / src / main / java / org / openecomp / mso / db / catalog / beans / HeatEnvironment.java
index 69db27e..a920375 100644 (file)
@@ -7,9 +7,9 @@
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -35,9 +35,10 @@ public class HeatEnvironment extends MavenLikeVersioning {
        private String asdcUuid;
        private String asdcResourceName;
        private String asdcLabel;
+       private String artifactChecksum;
 
        private Timestamp created;
-       
+
        public HeatEnvironment() {}
 
        public int getId() {
@@ -92,8 +93,15 @@ public class HeatEnvironment extends MavenLikeVersioning {
                this.asdcLabel = asdcLabel;
        }
 
+       public String getArtifactChecksum() {
+               return artifactChecksum;
+       }
 
-    /**
+       public void setArtifactChecksum(String artifactChecksum) {
+               this.artifactChecksum = artifactChecksum;
+       }
+
+       /**
      * @return the asdcResourceName
      */
     public String getAsdcResourceName () {
@@ -115,7 +123,7 @@ public class HeatEnvironment extends MavenLikeVersioning {
        public void setCreated(Timestamp created) {
                this.created = created;
        }
-    
+
     @Override
        public String toString () {
                StringBuffer sb = new StringBuffer();