Class DTODirectoryInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.docshare.documents.rs1.directory.DTODirectoryInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO used to insert a new directory.
- 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 BooleangetDraft()Checks if the directory is draft.final ZonedDateTimeGets the end validity date.final StringgetName()Gets the name.final LongGets the origin id.final StringGets the parent uuid.final ZonedDateTimeGets the start validity date.final voidSets the directory to draft.final voidsetEndValidityDate(ZonedDateTime endValidityDate) Sets the end validity date.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
-
DTODirectoryInsert
public DTODirectoryInsert()
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getDraft
Checks if the directory is draft.- Returns:
- true if the directory is draft, false otherwise
-
setDraft
Sets the directory to draft.- Parameters:
draft- true if the directory must be draft, false otherwise
-
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
-
getParentUuid
Gets the parent uuid.- Returns:
- the parent uuid
-
setParentUuid
Sets the parent uuid.- Parameters:
parentUuid- the new parent uuid
-
getOrigin
Gets the origin id.- Returns:
- the origin id
-
setOrigin
Sets the origin id.- Parameters:
origin- the new origin id
-