Class DTOMobileAttachment
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.rs3.technicalobject.attachment.DTOMobileAttachment
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for mobile media files related to technical objects
- Since:
- 20.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 Stringfinal Stringfinal LonggetId()final Stringfinal DTOMobileSharedResourcefinal Longfinal LonggetType()final StringgetUuid()final Longfinal Longfinal voidsetDescription(String description) final voidsetFileName(String fileName) final voidvoidsetInsertDate(ZonedDateTime insertDate) final voidsetInternalFileName(String internalFileName) final voidsetResource(DTOMobileSharedResource resource) final voidsetTechnicalObject(Long technicalObject) final voidfinal voidfinal voidsetWoOperation(Long woOperation) final voidsetWorkOrder(Long workOrder) 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
-
DTOMobileAttachment
public DTOMobileAttachment()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getTechnicalObject
- Returns:
- the technicalObject
-
setTechnicalObject
- Parameters:
technicalObject- the technicalObject to set
-
getWorkOrder
- Returns:
- the workOrder
-
setWorkOrder
- Parameters:
workOrder- the workOrder to set
-
getWoOperation
- Returns:
- the woOperation
-
setWoOperation
- Parameters:
woOperation- the woOperation to set
-
getFileName
- Returns:
- the fileName
-
setFileName
- Parameters:
fileName- the fileName to set
-
getInternalFileName
- Returns:
- the internalFileName
-
setInternalFileName
- Parameters:
internalFileName- the internalFileName to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description- the description to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getUuid
- Returns:
- the uuid
-
setUuid
- Parameters:
uuid- the uuid to set
-
getInsertDate
- Returns:
- the insertDate
-
setInsertDate
- Parameters:
insertDate- the insertDate to set
-
getResource
- Returns:
- the resource
-