Class WebdavLink

java.lang.Object
io.jmix.webdav.entity.WebdavLink

@Entity(name="webdav_WebdavLink") public class WebdavLink extends Object
  • Field Details

    • gson

      protected static com.google.gson.Gson gson
  • Constructor Details

    • WebdavLink

      public WebdavLink()
  • Method Details

    • getContext

      public String getContext()
    • setContext

      public void setContext(String context)
    • setContextAsMap

      public void setContextAsMap(Map<String,Object> context)
    • getContextAsMap

      public Map<String,Object> getContextAsMap()
    • getEntityId

      public UUID getEntityId()
    • setEntityId

      public void setEntityId(UUID entityId)
    • getEntityType

      public String getEntityType()
    • setEntityType

      public void setEntityType(String entityType)
    • getDeletedDate

      public Date getDeletedDate()
    • setDeletedDate

      public void setDeletedDate(Date deletedDate)
    • getDeletedBy

      public String getDeletedBy()
    • setDeletedBy

      public void setDeletedBy(String deletedBy)
    • getLastModifiedDate

      public Date getLastModifiedDate()
    • setLastModifiedDate

      public void setLastModifiedDate(Date lastModifiedDate)
    • getLastModifiedBy

      public String getLastModifiedBy()
    • setLastModifiedBy

      public void setLastModifiedBy(String lastModifiedBy)
    • getCreatedDate

      public Date getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)