Coverity Scan issues fix
[portal.git] / portal-BE / src / main / java / org / onap / portal / domain / db / cr / CrRaptorPdfImg.java
index 129e6e0..c75733e 100644 (file)
@@ -40,6 +40,7 @@
 
 package org.onap.portal.domain.db.cr;
 
+import java.io.Serializable;
 import javax.persistence.Column;
 import javax.persistence.Entity;
 import javax.persistence.Id;
@@ -66,7 +67,7 @@ CREATE TABLE `cr_raptor_pdf_img` (
 @Getter
 @Setter
 @Entity
-public class CrRaptorPdfImg {
+public class CrRaptorPdfImg implements Serializable {
        @Id
        @Column(name = "image_id", length = 100, nullable = false)
        @Size(max = 100)