Class NotificationEventDataObject

java.lang.Object
FlexDataObject
flexagon.fd.model2.pojo.NotificationEventDataObject

public class NotificationEventDataObject extends FlexDataObject
  • Constructor Details

    • NotificationEventDataObject

      public NotificationEventDataObject()
  • Method Details

    • getNotificationEventId

      public Long getNotificationEventId()
    • setNotificationEventId

      public void setNotificationEventId(Long pNotificationEventId)
    • getEventCode

      public NotificationEventCodeEnum getEventCode()
    • setEventCode

      public void setEventCode(NotificationEventCodeEnum pEventCode)
    • getNotificationId

      public Long getNotificationId()
    • setNotificationId

      public void setNotificationId(Long pNotificationId)
    • getCreatedOn

      public Timestamp getCreatedOn()
    • setCreatedOn

      public void setCreatedOn(Timestamp pCreatedOn)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String pCreatedBy)
    • getUpdatedOn

      public Timestamp getUpdatedOn()
    • setUpdatedOn

      public void setUpdatedOn(Timestamp pUpdatedOn)
    • getUpdatedBy

      public String getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(String pUpdatedBy)
    • getVersionNumber

      public Integer getVersionNumber()
    • setVersionNumber

      public void setVersionNumber(Integer pVersionNumber)