Deliver centralized role management feature
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / transport / EpNotificationItem.java
index 00df522..6f7c96b 100644 (file)
@@ -88,6 +88,9 @@ public class EpNotificationItem extends DomainVo {
        
        @Column(name = "created_date")
        public Date createdDate;
+       
+       @Column(name = "notification_hyperlink")
+       public String notificationHyperlink;
                
        
        @OneToMany(fetch = FetchType.LAZY, cascade = {CascadeType.ALL}, orphanRemoval = true)
@@ -212,6 +215,14 @@ public class EpNotificationItem extends DomainVo {
        public void setMsgSource(String msgSource) {
                this.msgSource = msgSource;
        }
+       
+       public String getNotificationHyperlink() {
+               return notificationHyperlink;
+       }
+
+       public void setNotificationHyperlink(String notificationHyperlink) {
+               this.notificationHyperlink = notificationHyperlink;
+       }
 
        @Override
        public int hashCode() {