java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.systemsettings.bl.systemsetting.BOSystemSettings
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOSystemSettings extends DynO
Business object representing the system settings.
Since:
15.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOSystemSettings

      public BOSystemSettings()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the system settings id.
      Parameters:
      id - the system settings id
    • getWoOperationDefaultActivity

      public Long getWoOperationDefaultActivity()
      Returns the work order operation default activity.
      Returns:
      the work order operation default activity
    • setWoOperationDefaultActivity

      public void setWoOperationDefaultActivity(Long woOperationDefaultActivity)
      Sets the work order operation default activity.
      Parameters:
      woOperationDefaultActivity - the work order operation default activity
    • getDefaultAttachmentType

      public Long getDefaultAttachmentType()
      Returns the default attachment type.
      Returns:
      the default attachment type
    • setDefaultAttachmentType

      public void setDefaultAttachmentType(Long defaultAttachmentType)
      Sets the default attachment type.
      Parameters:
      defaultAttachmentType - the default attachment type
    • getDefaultOnFieldRefusalCausal

      public Long getDefaultOnFieldRefusalCausal()
      Returns the default on field refusal causal.
      Returns:
      the default on field refusal causal
    • setDefaultOnFieldRefusalCausal

      public void setDefaultOnFieldRefusalCausal(Long defaultOnFieldRefusalCausal)
      Sets the default on field refusal causal.
      Parameters:
      defaultOnFieldRefusalCausal - the default on field refusal causal
    • getCloseWorkingDayMobileCausal

      public Long getCloseWorkingDayMobileCausal()
      Returns the close working day mobile causal.
      Returns:
      the close working day mobile causal
    • setCloseWorkingDayMobileCausal

      public void setCloseWorkingDayMobileCausal(Long closeWorkingDayMobileCausal)
      Sets the close working day mobile causal.
      Parameters:
      closeWorkingDayMobileCausal - the close working day mobile causal
    • getMinGoogleGeocodingAccuracyLevel

      public Long getMinGoogleGeocodingAccuracyLevel()
      Returns the minimum Google geocoding accuracy level.
      Returns:
      the minimum Google geocoding accuracy level
    • setMinGoogleGeocodingAccuracyLevel

      public void setMinGoogleGeocodingAccuracyLevel(Long minGoogleGeocodingAccuracyLevel)
      Sets the minimum Google geocoding accuracy level.
      Parameters:
      minGoogleGeocodingAccuracyLevel - the minimum Google geocoding accuracy level
    • getMaxBaseLayersZoom

      public Long getMaxBaseLayersZoom()
      Returns the maximum base layers zoom.
      Returns:
      the maximum base layers zoom
    • setMaxBaseLayersZoom

      public void setMaxBaseLayersZoom(Long maxBaseLayersZoom)
      Sets the maximum base layers zoom.
      Parameters:
      maxBaseLayersZoom - the maximum base layers zoom
    • getRecalibrationType

      public Long getRecalibrationType()
      Returns the recalibration type.
      Returns:
      the recalibration type
    • setRecalibrationType

      public void setRecalibrationType(Long recalibrationType)
      Sets the recalibration type.
      Parameters:
      recalibrationType - the recalibration type
    • getMonitoredWorkOrderOperationIds

      public String getMonitoredWorkOrderOperationIds()
      Returns the monitored work order operation ids.
      Returns:
      the monitored work order operation ids
    • setMonitoredWorkOrderOperationIds

      public void setMonitoredWorkOrderOperationIds(String monitoredWorkOrderOperationIds)
      Sets the monitored work order operation ids.
      Parameters:
      monitoredWorkOrderOperationIds - the monitored work order operation ids
    • getDefaultBusinessType

      public Long getDefaultBusinessType()
      Returns the default business type.
      Returns:
      the default business type
    • setDefaultBusinessType

      public void setDefaultBusinessType(Long defaultBusinessType)
      Sets the default business type.
      Parameters:
      defaultBusinessType - the default business type
    • getMeasuringElementTemplate

      public Long getMeasuringElementTemplate()
      Returns the measuring element template.
      Returns:
      the measuring element template
    • setMeasuringElementTemplate

      public void setMeasuringElementTemplate(Long measuringElementTemplate)
      Sets the measuring element template.
      Parameters:
      measuringElementTemplate - the measuring element template
    • isTranslated

      public Boolean isTranslated()
      Returns true if the system setting were translated.
      Returns:
      true if the system setting were translated, false otherwise
    • setIsTranslated

      public void setIsTranslated(Boolean isTranslated)
      Sets the system setting to translated.
      Parameters:
      isTranslated - true if the system setting must be translated, false otherwise
    • getDefaultInterventionGroupType

      public Long getDefaultInterventionGroupType()
      Returns the default intervention group type.
      Returns:
      the default intervention group type
    • setDefaultInterventionGroupType

      public void setDefaultInterventionGroupType(Long defaultInterventionGroupType)
      Sets the default intervention group type.
      Parameters:
      defaultInterventionGroupType - the default intervention group type
    • setLoadDate

      public void setLoadDate(Date loadDate)
      Sets the load date.
      Parameters:
      loadDate - the load date
    • getLoadDate

      public Date getLoadDate()
      Returns the load date.
      Returns:
      the load date