Class BOSystemSettings
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
Business object representing the system settings.
- Since:
- 15.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the close working day mobile causal.Returns the default attachment type.Returns the default business type.Returns the default intervention group type.Returns the default on field refusal causal.getId()Returns the system settings id.Returns the load date.Returns the maximum base layers zoom.Returns the measuring element template.Returns the minimum Google geocoding accuracy level.Returns the monitored work order operation ids.Returns the recalibration type.Returns the work order operation default activity.Returns true if the system setting were translated.voidsetCloseWorkingDayMobileCausal(Long closeWorkingDayMobileCausal) Sets the close working day mobile causal.voidsetDefaultAttachmentType(Long defaultAttachmentType) Sets the default attachment type.voidsetDefaultBusinessType(Long defaultBusinessType) Sets the default business type.voidsetDefaultInterventionGroupType(Long defaultInterventionGroupType) Sets the default intervention group type.voidsetDefaultOnFieldRefusalCausal(Long defaultOnFieldRefusalCausal) Sets the default on field refusal causal.voidSets the system settings id.voidsetIsTranslated(Boolean isTranslated) Sets the system setting to translated.voidsetLoadDate(Date loadDate) Sets the load date.voidsetMaxBaseLayersZoom(Long maxBaseLayersZoom) Sets the maximum base layers zoom.voidsetMeasuringElementTemplate(Long measuringElementTemplate) Sets the measuring element template.voidsetMinGoogleGeocodingAccuracyLevel(Long minGoogleGeocodingAccuracyLevel) Sets the minimum Google geocoding accuracy level.voidsetMonitoredWorkOrderOperationIds(String monitoredWorkOrderOperationIds) Sets the monitored work order operation ids.voidsetRecalibrationType(Long recalibrationType) Sets the recalibration type.voidsetWoOperationDefaultActivity(Long woOperationDefaultActivity) Sets the work order operation default activity.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
BOSystemSettings
public BOSystemSettings()
-
-
Method Details
-
getId
Returns the system settings id.- Returns:
- the system settings id
-
setId
Sets the system settings id.- Parameters:
id- the system settings id
-
getWoOperationDefaultActivity
Returns the work order operation default activity.- Returns:
- the work order operation default activity
-
setWoOperationDefaultActivity
Sets the work order operation default activity.- Parameters:
woOperationDefaultActivity- the work order operation default activity
-
getDefaultAttachmentType
Returns the default attachment type.- Returns:
- the default attachment type
-
setDefaultAttachmentType
Sets the default attachment type.- Parameters:
defaultAttachmentType- the default attachment type
-
getDefaultOnFieldRefusalCausal
Returns the default on field refusal causal.- Returns:
- the default on field refusal causal
-
setDefaultOnFieldRefusalCausal
Sets the default on field refusal causal.- Parameters:
defaultOnFieldRefusalCausal- the default on field refusal causal
-
getCloseWorkingDayMobileCausal
Returns the close working day mobile causal.- Returns:
- the close working day mobile causal
-
setCloseWorkingDayMobileCausal
Sets the close working day mobile causal.- Parameters:
closeWorkingDayMobileCausal- the close working day mobile causal
-
getMinGoogleGeocodingAccuracyLevel
Returns the minimum Google geocoding accuracy level.- Returns:
- the minimum Google geocoding accuracy level
-
setMinGoogleGeocodingAccuracyLevel
Sets the minimum Google geocoding accuracy level.- Parameters:
minGoogleGeocodingAccuracyLevel- the minimum Google geocoding accuracy level
-
getMaxBaseLayersZoom
Returns the maximum base layers zoom.- Returns:
- the maximum base layers zoom
-
setMaxBaseLayersZoom
Sets the maximum base layers zoom.- Parameters:
maxBaseLayersZoom- the maximum base layers zoom
-
getRecalibrationType
Returns the recalibration type.- Returns:
- the recalibration type
-
setRecalibrationType
Sets the recalibration type.- Parameters:
recalibrationType- the recalibration type
-
getMonitoredWorkOrderOperationIds
Returns the monitored work order operation ids.- Returns:
- the monitored work order operation ids
-
setMonitoredWorkOrderOperationIds
Sets the monitored work order operation ids.- Parameters:
monitoredWorkOrderOperationIds- the monitored work order operation ids
-
getDefaultBusinessType
Returns the default business type.- Returns:
- the default business type
-
setDefaultBusinessType
Sets the default business type.- Parameters:
defaultBusinessType- the default business type
-
getMeasuringElementTemplate
Returns the measuring element template.- Returns:
- the measuring element template
-
setMeasuringElementTemplate
Sets the measuring element template.- Parameters:
measuringElementTemplate- the measuring element template
-
isTranslated
Returns true if the system setting were translated.- Returns:
- true if the system setting were translated, false otherwise
-
setIsTranslated
Sets the system setting to translated.- Parameters:
isTranslated- true if the system setting must be translated, false otherwise
-
getDefaultInterventionGroupType
Returns the default intervention group type.- Returns:
- the default intervention group type
-
setDefaultInterventionGroupType
Sets the default intervention group type.- Parameters:
defaultInterventionGroupType- the default intervention group type
-
setLoadDate
Sets the load date.- Parameters:
loadDate- the load date
-
getLoadDate
Returns the load date.- Returns:
- the load date
-