Class NotificationSubscriber


  • public class NotificationSubscriber
    extends java.lang.Object
    • Constructor Detail

      • NotificationSubscriber

        public NotificationSubscriber()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getEmailAddress

        public java.lang.String getEmailAddress()
      • setEmailAddress

        public void setEmailAddress​(java.lang.String emailAddress)
      • isActive

        public boolean isActive()
      • setActive

        public void setActive​(boolean active)
      • getCreatedBy

        public java.lang.String getCreatedBy()
      • setCreatedBy

        public void setCreatedBy​(java.lang.String createdBy)
      • getCreatedDate

        public com.carfey.jdk.lang.DateTime getCreatedDate()
      • setCreatedDate

        public void setCreatedDate​(com.carfey.jdk.lang.DateTime createdDate)
      • withCreatedDate

        public NotificationSubscriber withCreatedDate​(com.carfey.jdk.lang.DateTime createdDate)
      • getLastUpdatedBy

        public java.lang.String getLastUpdatedBy()
      • setLastUpdatedBy

        public void setLastUpdatedBy​(java.lang.String lastUpdatedBy)
      • getLastUpdatedDate

        public com.carfey.jdk.lang.DateTime getLastUpdatedDate()
      • setLastUpdatedDate

        public void setLastUpdatedDate​(com.carfey.jdk.lang.DateTime lastUpdatedDate)
      • withLastUpdatedDate

        public NotificationSubscriber withLastUpdatedDate​(com.carfey.jdk.lang.DateTime lastUpdatedDate)