Class DTOFileInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.docshare.documents.rs1.file.DTOFileInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO used to insert a new file.
- Since:
- 14.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 ZonedDateTimeGets the end validity date.final StringGets the file extension.final StringgetName()Gets the name.final LongGets the origin id.final StringGets the parent uuid.final ZonedDateTimeGets the start validity date.final voidsetEndValidityDate(ZonedDateTime endValidityDate) Sets the end validity date.final voidsetFileExtension(String fileExtension) Sets the file extension.final voidSets the name.final voidSets the origin id.final voidsetParentUuid(String parentUuid) Sets the parent uuid.final voidsetStartValidityDate(ZonedDateTime startValidityDate) Sets the start validity date.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
-
DTOFileInsert
public DTOFileInsert()
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getFileExtension
Gets the file extension.- Returns:
- the file extension
-
setFileExtension
Sets the file extension.- Parameters:
fileExtension- the new file extension
-
getParentUuid
Gets the parent uuid.- Returns:
- the parent uuid
-
setParentUuid
Sets the parent uuid.- Parameters:
parentUuid- the new parent uuid
-
getStartValidityDate
Gets the start validity date.- Returns:
- the start validity date
-
setStartValidityDate
Sets the start validity date.- Parameters:
startValidityDate- the new start validity date
-
getEndValidityDate
Gets the end validity date.- Returns:
- the end validity date
-
setEndValidityDate
Sets the end validity date.- Parameters:
endValidityDate- the new end validity date
-
getOrigin
Gets the origin id.- Returns:
- the origin id
-
setOrigin
Sets the origin id.- Parameters:
origin- the new origin id
-