Class SearchesML
java.lang.Object
com.maplander.backend.model.ml.SearchesML
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getDate()
getId()
int
getName()
int
boolean
isActive()
boolean
boolean
void
setActive
(boolean active) void
setActiveEmail
(boolean activeEmail) void
setDate
(int date) void
void
void
setModDate
(int modDate) void
void
setNewSuggestions
(int newSuggestions) void
setNotification
(boolean notification) void
setUserMLId
(Long userMLId) toString()
-
Constructor Details
-
SearchesML
public SearchesML()
-
-
Method Details
-
getId
-
setId
-
getUserMLId
-
setUserMLId
-
getName
-
setName
-
getDate
public int getDate() -
setDate
public void setDate(int date) -
getModDate
public int getModDate() -
setModDate
public void setModDate(int modDate) -
getNewSuggestions
public int getNewSuggestions() -
setNewSuggestions
public void setNewSuggestions(int newSuggestions) -
isNotification
public boolean isNotification() -
setNotification
public void setNotification(boolean notification) -
isActiveEmail
public boolean isActiveEmail() -
setActiveEmail
public void setActiveEmail(boolean activeEmail) -
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getFilter
-
setFilter
-
toString
-