Class DTOAccountAttachment
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment.DTOAccountAttachment
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for account attachments.
- 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 StringGets the description.final LongGets the generation user.final LonggetId()Gets the id.final ZonedDateTimeGets the insert date.final ZonedDateTimeGets the insert date central.final LongGets the technical object which in this case corresponds to the account.final LonggetType()Gets the type.final StringgetUuid()Gets the uuid.final voidsetDescription(String description) Sets the description.final voidsetGenerationUser(Long generationUser) Sets the generation user.final voidSets the id.final voidsetInsertDate(ZonedDateTime insertDate) Sets the insert date.final voidsetInsertDateCentral(ZonedDateTime insertDateCentral) Sets the insert date central.final voidsetTechnicalObject(Long technicalObject) Sets the technical object which in this case corresponds to the account.final voidSets the type.final voidSets the uuid.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
-
DTOAccountAttachment
public DTOAccountAttachment()
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getTechnicalObject
Gets the technical object which in this case corresponds to the account.- Returns:
- the account
-
setTechnicalObject
Sets the technical object which in this case corresponds to the account.- Parameters:
technicalObject- the new account
-
getDescription
Gets the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the new description
-
getInsertDate
Gets the insert date.- Returns:
- the insert date
-
setInsertDate
Sets the insert date.- Parameters:
insertDate- the new insert date
-
getInsertDateCentral
Gets the insert date central.- Returns:
- the insert date central
-
setInsertDateCentral
Sets the insert date central.- Parameters:
insertDateCentral- the new insert date central
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getUuid
Gets the uuid.- Returns:
- the uuid
-
setUuid
Sets the uuid.- Parameters:
uuid- the new uuid
-
getGenerationUser
Gets the generation user.- Returns:
- the generation user
-
setGenerationUser
Sets the generation user.- Parameters:
generationUser- the new generation user
-