Class DTOMobileSharedResource
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.rs3.technicalobject.attachment.DTOMobileSharedResource
- 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 LonggetId()final StringgetName()final Stringfinal LonggetType()final StringgetUuid()final StringvoidsetFileExtension(String fileExtension) final voidfinal voidfinal voidsetParentUuid(String parentUuid) voidsetPhysicalPath(String physicalPath) final voidfinal voidfinal voidsetUuidPath(String uuidPath) 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
-
DTOMobileSharedResource
public DTOMobileSharedResource()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getUuid
- Returns:
- the uuid
-
setUuid
- Parameters:
uuid- the uuid to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getParentUuid
- Returns:
- the parentUuid
-
setParentUuid
- Parameters:
parentUuid- the parentUuid to set
-
getUuidPath
- Returns:
- the uuidPath
-
setUuidPath
- Parameters:
uuidPath- the uuidPath to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getPhysicalPath
- Returns:
- the physicalPath
-
setPhysicalPath
- Parameters:
physicalPath- the physicalPath to set
-
getFileExtension
- Returns:
- the fileExtension
-
setFileExtension
- Parameters:
fileExtension- the fileExtension to set
-