Onboarding upload control
[sdc.git] / common-app-api / src / main / java / org / openecomp / sdc / be / csar / storage / ArtifactInfo.java
index 9142653..54bf03b 100644 (file)
@@ -26,5 +26,7 @@ package org.openecomp.sdc.be.csar.storage;
 public interface ArtifactInfo {
 
     String getInfo();
+    byte[] getBytes();
+    void setBytes(byte[] bytes);
 
 }