Class SearchesML

java.lang.Object
com.maplander.backend.repository.model_table.opibackenddata.SearchesML

@Entity public class SearchesML extends Object
  • Constructor Details

    • SearchesML

      public SearchesML()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getDate

      public Long getDate()
    • setDate

      public void setDate(Long date)
    • getModDate

      public Long getModDate()
    • setModDate

      public void setModDate(Long modDate)
    • getActive

      public Boolean getActive()
    • setActive

      public void setActive(Boolean active)
    • getFilter

      public Filter getFilter()
    • setFilter

      public void setFilter(Filter filter)
    • getNotification

      public Boolean getNotification()
    • setNotification

      public void setNotification(Boolean notification)
    • getActiveEmail

      public Boolean getActiveEmail()
    • setActiveEmail

      public void setActiveEmail(Boolean activeEmail)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getNewSuggestions

      public Long getNewSuggestions()
    • setNewSuggestions

      public void setNewSuggestions(Long newSuggestions)
    • getUserMLId

      public Long getUserMLId()
    • setUserMLId

      public void setUserMLId(Long userMLId)