Class EditorConfigEntity
- java.lang.Object
-
- org.exoplatform.onlyoffice.jpa.entities.EditorConfigEntity
-
@Entity(name="EditorConfigEntity") public class EditorConfigEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description EditorConfigEntity()
-
Method Summary
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getDocumentId
public String getDocumentId()
-
setDocumentId
public void setDocumentId(String documentId)
-
getWorkspace
public String getWorkspace()
-
setWorkspace
public void setWorkspace(String workspace)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getDocumentType
public String getDocumentType()
-
setDocumentType
public void setDocumentType(String documentType)
-
getDocumentServerUrl
public String getDocumentServerUrl()
-
setDocumentServerUrl
public void setDocumentServerUrl(String documentServerUrl)
-
getPlatformRestUrl
public String getPlatformRestUrl()
-
setPlatformRestUrl
public void setPlatformRestUrl(String platformRestUrl)
-
getEditorUrl
public String getEditorUrl()
-
setEditorUrl
public void setEditorUrl(String editorUrl)
-
getDownloadUrl
public String getDownloadUrl()
-
setDownloadUrl
public void setDownloadUrl(String downloadUrl)
-
getExplorerUrl
public String getExplorerUrl()
-
setExplorerUrl
public void setExplorerUrl(String explorerUrl)
-
isActivity
public boolean isActivity()
-
setActivity
public void setActivity(boolean activity)
-
getError
public String getError()
-
setError
public void setError(String error)
-
isOpen
public boolean isOpen()
-
setOpen
public void setOpen(boolean open)
-
isClosing
public boolean isClosing()
-
setClosing
public void setClosing(boolean closing)
-
getOpenedTime
public Long getOpenedTime()
-
setOpenedTime
public void setOpenedTime(Long openedTime)
-
getClosedTime
public Long getClosedTime()
-
setClosedTime
public void setClosedTime(Long closedTime)
-
getEditorPageLastModifier
public String getEditorPageLastModifier()
-
setEditorPageLastModifier
public void setEditorPageLastModifier(String editorPageLastModifier)
-
getEditorPageLastModified
public String getEditorPageLastModified()
-
setEditorPageLastModified
public void setEditorPageLastModified(String editorPageLastModified)
-
getEditorPageDisplayPath
public String getEditorPageDisplayPath()
-
setEditorPageDisplayPath
public void setEditorPageDisplayPath(String editorPageDisplayPath)
-
getEditorPageComment
public String getEditorPageComment()
-
setEditorPageComment
public void setEditorPageComment(String editorPageComment)
-
getEditorPageDrive
public String getEditorPageDrive()
-
setEditorPageDrive
public void setEditorPageDrive(String editorPageDrive)
-
isEditorPageRenamedAllowed
public boolean isEditorPageRenamedAllowed()
-
setEditorPageRenamedAllowed
public void setEditorPageRenamedAllowed(boolean editorPageRenamedAllowed)
-
getDocumentFileType
public String getDocumentFileType()
-
setDocumentFileType
public void setDocumentFileType(String documentFileType)
-
getDocumentKey
public String getDocumentKey()
-
setDocumentKey
public void setDocumentKey(String documentKey)
-
getDocumentTitle
public String getDocumentTitle()
-
setDocumentTitle
public void setDocumentTitle(String documentTitle)
-
getDocumentUrl
public String getDocumentUrl()
-
setDocumentUrl
public void setDocumentUrl(String documentUrl)
-
getDocumentInfoOwner
public String getDocumentInfoOwner()
-
setDocumentInfoOwner
public void setDocumentInfoOwner(String documentInfoOwner)
-
getDocumentInfoUploaded
public String getDocumentInfoUploaded()
-
setDocumentInfoUploaded
public void setDocumentInfoUploaded(String documentInfoUploaded)
-
getDocumentInfoFolder
public String getDocumentInfoFolder()
-
setDocumentInfoFolder
public void setDocumentInfoFolder(String documentInfoFolder)
-
isPermissionAllowEdit
public boolean isPermissionAllowEdit()
-
setPermissionAllowEdit
public void setPermissionAllowEdit(boolean permissionAllowEdit)
-
getEditorCallbackUrl
public String getEditorCallbackUrl()
-
setEditorCallbackUrl
public void setEditorCallbackUrl(String editorCallbackUrl)
-
getEditorLang
public String getEditorLang()
-
setEditorLang
public void setEditorLang(String editorLang)
-
getEditorMode
public String getEditorMode()
-
setEditorMode
public void setEditorMode(String editorMode)
-
getEditorUserUserid
public String getEditorUserUserid()
-
setEditorUserUserid
public void setEditorUserUserid(String editorUserUserid)
-
getEditorUserName
public String getEditorUserName()
-
setEditorUserName
public void setEditorUserName(String editorUserName)
-
getEditorUserLastModified
public long getEditorUserLastModified()
-
setEditorUserLastModified
public void setEditorUserLastModified(long editorUserLastModified)
-
getEditorUserLastSaved
public long getEditorUserLastSaved()
-
setEditorUserLastSaved
public void setEditorUserLastSaved(long editorUserLastSaved)
-
getEditorUserLinkSaved
public long getEditorUserLinkSaved()
-
setEditorUserLinkSaved
public void setEditorUserLinkSaved(long editorUserLinkSaved)
-
getEditorUserDownloadLink
public String getEditorUserDownloadLink()
-
setEditorUserDownloadLink
public void setEditorUserDownloadLink(String editorUserDownloadLink)
-
-