Class DTOAssetOperationCenterFilter
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.rs1.operationcenter.DTOAssetOperationCenterFilter
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for filter asset operation center
- Since:
- 18.0
- See Also:
- GCApi:
- dto
-
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 TypeMethodDescriptionfinal Collection<Long> getId()Gets the id.final Collection<Long> Gets the operation center id.final Collection<Long> Gets the operation center id.final Collection<Long> Gets the structure id.final Collection<Long> Gets the structure id id.final Collection<Long> Gets the work order type id.final Collection<Long> Gets the work order type id.final voidsetId(Collection<Long> id) Sets the id.final voidsetOperationCenterId(Collection<Long> operationCenterId) Sets the operation center id.final voidsetStructureId(Collection<Long> structureId) Sets the structure id id.final voidsetWorkOrderTypeId(Collection<Long> workOrderTypeId) 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
-
DTOAssetOperationCenterFilter
public DTOAssetOperationCenterFilter()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getOperationCenterId
Gets the operation center id.- Returns:
- the operation center id
-
getOperationCenter
Gets the operation center id.- Returns:
- the operation center id
-
setOperationCenterId
Sets the operation center id.- Parameters:
operationCenterId- the new operation center id
-
getStructureId
Gets the structure id id.- Returns:
- the structure id id
-
getStructure
Gets the structure id.- Returns:
- the structure id
-
setStructureId
Sets the structure id id.- Parameters:
structureId- the new structure id id
-
getWorkOrderTypeId
Gets the work order type id.- Returns:
- the work order type id
-
getWorkOrderType
Gets the work order type id.- Returns:
- the work order type id
-
setWorkOrderTypeId
Sets the work order type id.- Parameters:
workOrderTypeId- the new work order type id
-