Class DTODirectory
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.docshare.documents.rs1.directory.DTODirectory
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for directories.
- 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 BooleanReturn true if the directory is active, false otherwise.final LongGets the author id.final ZonedDateTimeGets the creation date.final ZonedDateTimeGets the central creation date.final BooleanChecks if the directory is deleted.final BooleangetDraft()Return true if the directory is draft, false otherwise.final ZonedDateTimeGets the edit date.final ZonedDateTimeGets the central edit date.final LongGets the editor id.final ZonedDateTimeGets the end validity date.final LonggetId()Gets the id.final StringgetName()Gets the name.final LongGets the origin id.final StringGets the parent uuid.final ZonedDateTimeGets the start validity date.final BooleanReturn true if the directory is a system resource, false otherwise.final LonggetType()Gets the type id.final StringgetUuid()Gets the uuid.final StringGets the uuid path.final voidSets the directory to active.final voidSets the author id.final voidsetCreationDate(ZonedDateTime creationDate) Sets the creation date.final voidsetCreationDateCentral(ZonedDateTime creationDateCentral) Sets the central creation date.final voidsetDeleted(Boolean deleted) Sets the directory to deleted.final voidSets the directory to draft.final voidsetEditDate(ZonedDateTime editDate) Sets the edit date.final voidsetEditDateCentral(ZonedDateTime editDateCentral) Sets the central edit date.final voidSets the editor id.final voidsetEndValidityDate(ZonedDateTime endValidityDate) Sets the end validity date.final voidSets the id.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.final voidSets the directory to system resource.final voidSets the type id.final voidSets the uuid.final voidsetUuidPath(String uuidPath) Sets the uuid path.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
-
DTODirectory
public DTODirectory()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getDeleted
Checks if the directory is deleted.- Returns:
- true if is the resource is deleted, false otherwise
-
setDeleted
Sets the directory to deleted.- Parameters:
deleted- true if the directory must be deleted, false otherwise
-
getActive
Return true if the directory is active, false otherwise.- Returns:
- true if the directory is active, false otherwise
-
setActive
Sets the directory to active.- Parameters:
active- true if the directory must be active, false otherwise
-
getDraft
Return true if the directory is draft, false otherwise.- 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
-
getUuid
Gets the uuid.- Returns:
- the uuid
-
setUuid
Sets the uuid.- Parameters:
uuid- the new uuid
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getParentUuid
Gets the parent uuid.- Returns:
- the parent uuid
-
setParentUuid
Sets the parent uuid.- Parameters:
parentUuid- the new parent uuid
-
getUuidPath
Gets the uuid path.- Returns:
- the uuid path
-
setUuidPath
Sets the uuid path.- Parameters:
uuidPath- the new uuid path
-
getCreationDate
Gets the creation date.- Returns:
- the creation date
-
setCreationDate
Sets the creation date.- Parameters:
creationDate- the new creation date
-
getCreationDateCentral
Gets the central creation date.- Returns:
- the central creation date
-
setCreationDateCentral
Sets the central creation date.- Parameters:
creationDateCentral- the new central creation date
-
getEditDate
Gets the edit date.- Returns:
- the edit date
-
setEditDate
Sets the edit date.- Parameters:
editDate- the new edit date
-
getEditDateCentral
Gets the central edit date.- Returns:
- the central edit date
-
setEditDateCentral
Sets the central edit date.- Parameters:
editDateCentral- the new central edit date
-
getAuthor
Gets the author id.- Returns:
- the author id
-
setAuthor
Sets the author id.- Parameters:
author- the new author id
-
getEditor
Gets the editor id.- Returns:
- the editor id
-
setEditor
Sets the editor id.- Parameters:
editor- the new editor id
-
getType
Gets the type id.- Returns:
- the type id
-
setType
Sets the type id.- Parameters:
type- the new type id
-
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
-
getSystem
Return true if the directory is a system resource, false otherwise.- Returns:
- true if the directory is a system resource, false otherwise
-
setSystem
Sets the directory to system resource.- Parameters:
system- true if the directory must be a system resource, false otherwise
-
getOrigin
Gets the origin id.- Returns:
- the origin id
-
setOrigin
Sets the origin id.- Parameters:
origin- the new origin id
-