Class AssetAttachmentInsertInput

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

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

    • AssetAttachmentInsertInput

      public AssetAttachmentInsertInput()
  • Method Details

    • getAsset

      public Long getAsset()
      Returns the asset id.
      Returns:
      the asset id
    • setAsset

      public void setAsset(Long AssetId)
      Sets the asset id.
      Parameters:
      AssetId - the asset 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