Class AssetOperationCenterSearchFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.bl.operationcenter.event.AssetOperationCenterSearchFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Filter object for asset operation center
- Since:
- 18.0
- See Also:
-
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 TypeMethodDescriptiongetAsset()Gets the asset id.getId()Gets the id.Gets the operation center id.Gets the structure id.Gets the work order type id.voidsetAsset(Collection<Long> asset) Sets the asset id.voidsetId(Collection<Long> id) Sets the id.voidsetOperationCenter(Collection<Long> operationCenter) Sets the operation center id.voidsetStructure(Collection<Long> structure) Sets the structure id.voidsetWorkOrderType(Collection<Long> workOrderType) Sets the work order type id.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
-
AssetOperationCenterSearchFilter
public AssetOperationCenterSearchFilter()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getAsset
Gets the asset id.- Returns:
- the asset id
-
setAsset
Sets the asset id.- Parameters:
asset- the new asset id
-
getOperationCenter
Gets the operation center id.- Returns:
- the operation center id
-
setOperationCenter
Sets the operation center id.- Parameters:
operationCenter- the new operation center id
-
getStructure
Gets the structure id.- Returns:
- the structure id
-
setStructure
Sets the structure id.- Parameters:
structure- the new structure id
-
getWorkOrderType
Gets the work order type id.- Returns:
- the work order type id
-
setWorkOrderType
Sets the work order type id.- Parameters:
workOrderType- the new work order type id
-