Class DTOAssetOperationCenterInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.rs1.operationcenter.DTOAssetOperationCenterInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for insert 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 LongGets the operation center id.final LongGets the structure id.final LongGets the work order type id.final voidsetOperationCenter(Long operationCenter) Sets the operation center id.final voidsetStructure(Long structure) Sets the structure id.final voidsetWorkOrderType(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
-
DTOAssetOperationCenterInsert
public DTOAssetOperationCenterInsert()
-
-
Method Details
-
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
-