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

public class DTOAccountAttachment extends DynO
DTO for account attachments.
Since:
20.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAccountAttachment

      public DTOAccountAttachment()
  • Method Details

    • getId

      public final Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public final void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getTechnicalObject

      public final Long getTechnicalObject()
      Gets the technical object which in this case corresponds to the account.
      Returns:
      the account
    • setTechnicalObject

      public final void setTechnicalObject(Long technicalObject)
      Sets the technical object which in this case corresponds to the account.
      Parameters:
      technicalObject - the new account
    • getDescription

      public final String getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public final void setDescription(String description)
      Sets the description.
      Parameters:
      description - the new description
    • getInsertDate

      public final ZonedDateTime getInsertDate()
      Gets the insert date.
      Returns:
      the insert date
    • setInsertDate

      public final void setInsertDate(ZonedDateTime insertDate)
      Sets the insert date.
      Parameters:
      insertDate - the new insert date
    • getInsertDateCentral

      public final ZonedDateTime getInsertDateCentral()
      Gets the insert date central.
      Returns:
      the insert date central
    • setInsertDateCentral

      public final void setInsertDateCentral(ZonedDateTime insertDateCentral)
      Sets the insert date central.
      Parameters:
      insertDateCentral - the new insert date central
    • getType

      public final Long getType()
      Gets the type.
      Returns:
      the type
    • setType

      public final void setType(Long type)
      Sets the type.
      Parameters:
      type - the new type
    • getUuid

      public final String getUuid()
      Gets the uuid.
      Returns:
      the uuid
    • setUuid

      public final void setUuid(String uuid)
      Sets the uuid.
      Parameters:
      uuid - the new uuid
    • getGenerationUser

      public final Long getGenerationUser()
      Gets the generation user.
      Returns:
      the generation user
    • setGenerationUser

      public final void setGenerationUser(Long generationUser)
      Sets the generation user.
      Parameters:
      generationUser - the new generation user