Class NotificationML

java.lang.Object
com.maplander.backend.model.ml.NotificationML

public class NotificationML extends Object
  • Constructor Details

    • NotificationML

      public NotificationML()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId(Long userId)
    • getReferenceId

      public long getReferenceId()
    • setReferenceId

      public void setReferenceId(long referenceId)
    • getFromUser

      public long getFromUser()
    • setFromUser

      public void setFromUser(long fromUser)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getDate

      public int getDate()
    • setDate

      public void setDate(int date)
    • getTime

      public int getTime()
    • setTime

      public void setTime(int time)
    • isSend

      public boolean isSend()
    • setSend

      public void setSend(boolean send)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • toString

      public String toString()
      Overrides:
      toString in class Object