Class AccountAttachmentInsertInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.bl.account.attachment.event.AccountAttachmentInsertInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class AccountAttachmentInsertInput extends DynO
Since:
20.0
See Also:
  • Constructor Details

    • AccountAttachmentInsertInput

      public AccountAttachmentInsertInput()
  • Method Details

    • getAccount

      public Long getAccount()
      Returns the account id.
      Returns:
      the account id
    • setAccount

      public void setAccount(Long account)
      Sets the account id.
      Parameters:
      account - the account id
    • getUuid

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

      public void setUuid(String uuid)
      Sets the uuid.
      Parameters:
      uuid - the uuid
    • getAttachmentType

      public Long getAttachmentType()
      Returns the attachment type id.
      Returns:
      the attachment type id
    • setAttachmentType

      public void setAttachmentType(Long attachmentType)
      Sets the attachment type id.
      Parameters:
      attachmentType - the attachment type id