Class NotifAddressRow


  • public class NotifAddressRow
    extends Object
    • Constructor Detail

      • NotifAddressRow

        public NotifAddressRow​(int aId,
                               String aUserId,
                               String aNotifName,
                               int aNotifChannelId,
                               String aAddress,
                               String aUsage,
                               int aPriority)
    • Method Detail

      • getId

        public int getId()
      • setId

        public void setId​(int aId)
      • getUserId

        public int getUserId()
      • setUserId

        public void setUserId​(int aUserId)
      • getNotifName

        public String getNotifName()
      • setNotifName

        public void setNotifName​(String aNotifName)
      • getNotifChannelId

        public int getNotifChannelId()
      • setNotifChannelId

        public void setNotifChannelId​(int aNotifChannelId)
      • getAddress

        public String getAddress()
      • setAddress

        public void setAddress​(String aAddress)
      • getUsage

        public String getUsage()
      • setUsage

        public void setUsage​(String aUsage)
      • getPriority

        public int getPriority()
      • setPriority

        public void setPriority​(int aPriority)