Class Parameter
java.lang.Object
overit.geocallapp.wfm.notifications.notificationstatus.Parameter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidmatchToFilter(Parameter filter) Sets the match level of the Parameter from 0 (best match) to N (all star (null), currently N = 9) -1 means no match at allvoidsetAutomatonID(Long automatonID) voidsetIsCurrentUserNotifCreator(Boolean notificationCreator) voidsetNotificationTypeID(Long notificationTypeID) voidsetUserTypeID(Long userTypeID)
-
Field Details
-
PARAM_NOTIF_TYPE_DBFIELD
- See Also:
-
PARAM_NOTIF_CREATOR_DBFIELD
- See Also:
-
PARAM_USER_TYPE_DBFIELD
- See Also:
-
PARAM_AUTOMATON_ID_DBFIELD
- See Also:
-
_match
protected int _match -
_notificationTypeID
-
_userTypeID
-
_isCurrentUserNotifCreator
-
_automatonID
-
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
getNotificationTypeID
-
setNotificationTypeID
-
getUserTypeID
-
setUserTypeID
-
isCurrentUserNotifCreator
-
setIsCurrentUserNotifCreator
-
getAutomatonID
-
setAutomatonID
-
getMatchLevel
public int getMatchLevel() -
matchToFilter
Sets the match level of the Parameter from 0 (best match) to N (all star (null), currently N = 9) -1 means no match at all- Parameters:
filter-
-