Class NoticeSentTo


  • public class NoticeSentTo
    extends Object
    NoticeSentTo Bean, containing data from the usersNotified table for a single user/notice pair.
    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    ranger
    • Field Detail

      • m_userId

        public String m_userId
        User this notice was sent to
      • m_time

        public long m_time
        Time the notice was sent to the user in milliseconds.
      • m_contactInfo

        public String m_contactInfo
        Contact info.
      • m_media

        public String m_media
        The type of notification mechanism.
    • Constructor Detail

      • NoticeSentTo

        public NoticeSentTo()
        Default Constructor
    • Method Detail

      • setUserId

        public void setUserId​(String userid)

        setUserId

        Parameters:
        userid - a String object.
      • getUserId

        public String getUserId()

        getUserId

        Returns:
        a String object.
      • setTime

        public void setTime​(long time)

        setTime

        Parameters:
        time - a long.
      • getTime

        public Date getTime()

        getTime

        Returns:
        a java$util$Date object.
      • setMedia

        public void setMedia​(String media)

        setMedia

        Parameters:
        media - a String object.
      • getMedia

        public String getMedia()

        getMedia

        Returns:
        a String object.
      • setContactInfo

        public void setContactInfo​(String contact)

        setContactInfo

        Parameters:
        contact - a String object.
      • getContactInfo

        public String getContactInfo()

        getContactInfo

        Returns:
        a String object.