java.lang.Object
overit.geocallapp.wfm.notifications.notificationstatus.Parameter

public class Parameter extends Object
  • Field Details

    • PARAM_NOTIF_TYPE_DBFIELD

      public static final String PARAM_NOTIF_TYPE_DBFIELD
      See Also:
    • PARAM_NOTIF_CREATOR_DBFIELD

      public static final String PARAM_NOTIF_CREATOR_DBFIELD
      See Also:
    • PARAM_USER_TYPE_DBFIELD

      public static final String PARAM_USER_TYPE_DBFIELD
      See Also:
    • PARAM_AUTOMATON_ID_DBFIELD

      public static final String PARAM_AUTOMATON_ID_DBFIELD
      See Also:
    • _match

      protected int _match
    • _notificationTypeID

      protected Long _notificationTypeID
    • _userTypeID

      protected Long _userTypeID
    • _isCurrentUserNotifCreator

      protected Boolean _isCurrentUserNotifCreator
    • _automatonID

      protected Long _automatonID
  • Constructor Details

    • Parameter

      public Parameter()
  • Method Details

    • getNotificationTypeID

      public Long getNotificationTypeID()
    • setNotificationTypeID

      public void setNotificationTypeID(Long notificationTypeID)
    • getUserTypeID

      public Long getUserTypeID()
    • setUserTypeID

      public void setUserTypeID(Long userTypeID)
    • isCurrentUserNotifCreator

      public Boolean isCurrentUserNotifCreator()
    • setIsCurrentUserNotifCreator

      public void setIsCurrentUserNotifCreator(Boolean notificationCreator)
    • getAutomatonID

      public Long getAutomatonID()
    • setAutomatonID

      public void setAutomatonID(Long automatonID)
    • getMatchLevel

      public int getMatchLevel()
    • matchToFilter

      public void matchToFilter(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 all
      Parameters:
      filter -