Class SystemSettingSavingNotificationInput

java.lang.Object
overit.geocallapp.wfm.core.bl.base.systemsetting.event.SystemSettingSavingNotificationInput

public class SystemSettingSavingNotificationInput extends Object
Object used as an input bean for the SystemSettingSavingNotificationEvent
Since:
9.2
GCApi:
bo
  • Constructor Details

    • SystemSettingSavingNotificationInput

      public SystemSettingSavingNotificationInput()
  • Method Details

    • getData

      public Map<String,Object> getData()
      Returns the map of the system setting's data.
      Returns:
      the data
    • setData

      public void setData(Map<String,Object> data)
      Set the map of the system setting's data.
      Parameters:
      data - the data
    • getId

      public Long getId()
      Returns the id of the system setting.
      Returns:
      the system setting id
    • setId

      public void setId(Long id)
      Sets the id of the system setting.
      Parameters:
      id - the system setting id