Class BOWorkCycleRule
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.bl.workcycle.rule.BOWorkCycleRule
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business Object representing work cycle rule
- Since:
- 21.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the id.Gets the meter locations.Gets the meter types.Gets the operation centers.getOrder()Gets the order.Gets the work cycle.Gets the work order sources.Gets the work order type.voidSets the id.voidsetMeterLocations(Collection<Long> meterLocations) Sets the meter locations.voidsetMeterLocationsString(String meterLocations) Sets the meter locations.voidsetMeterTypes(Collection<Long> meterTypes) Sets the meter types.voidsetMeterTypesString(String meterTypes) Sets the meter types string.voidsetOperationCenters(Collection<Long> operationCenters) Sets the operation centers.voidsetOperationCentersString(String operationCenters) Sets the operation centers.voidSets the order.voidsetWorkCycle(Long workCycle) Sets the work cycle.voidsetWorkOrderSources(Collection<Long> workOrderSources) Sets the work order sources.voidsetWorkOrderSourcesString(String workOrderSources) Sets the work order sources.voidsetWorkOrderType(Long workOrderType) Sets the work order type.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
-
Field Details
-
workOrderSources
-
operationCenters
-
meterLocations
-
meterTypes
-
-
Constructor Details
-
BOWorkCycleRule
public BOWorkCycleRule()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getWorkOrderType
Gets the work order type.- Returns:
- the work order type
-
setWorkOrderType
Sets the work order type.- Parameters:
workOrderType- the new work order type
-
getWorkCycle
Gets the work cycle.- Returns:
- the work cycle
-
setWorkCycle
Sets the work cycle.- Parameters:
workCycle- the new work cycle
-
getOrder
Gets the order.- Returns:
- the order
-
setOrder
Sets the order.- Parameters:
order- the new order
-
getWorkOrderSources
Gets the work order sources.- Returns:
- the work order sources
-
getWorkOrderSourcesString
-
setWorkOrderSources
Sets the work order sources.- Parameters:
workOrderSources- the new work order sources
-
setWorkOrderSourcesString
Sets the work order sources.- Parameters:
workOrderSources- the new work order sources
-
getOperationCenters
Gets the operation centers.- Returns:
- the operation centers
-
getOperationCentersString
-
setOperationCenters
Sets the operation centers.- Parameters:
operationCenters- the new operation centers
-
setOperationCentersString
Sets the operation centers.- Parameters:
operationCenters- the new operation centers
-
getMeterLocations
Gets the meter locations.- Returns:
- the meter locations
-
getMeterLocationsString
-
setMeterLocations
Sets the meter locations.- Parameters:
meterLocations- the new meter locations
-
setMeterLocationsString
Sets the meter locations.- Parameters:
meterLocations- the new meter locations
-
getMeterTypes
Gets the meter types.- Returns:
- the meter types
-
getMeterTypesString
-
setMeterTypes
Sets the meter types.- Parameters:
meterTypes- the new meter types
-
setMeterTypesString
Sets the meter types string.- Parameters:
meterTypes- the meter types string
-