Class GUIDocument
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
-
- com.logicaldoc.gui.common.client.beans.GUIDocument
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GUIVersion
public class GUIDocument extends GUIExtensibleObject implements Serializable
Representation of a single document handled by the GUI- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GUIDocument()
-
Method Summary
-
Methods inherited from class com.logicaldoc.gui.common.client.beans.GUIExtensibleObject
addAttribute, addAttributeValue, getAttribute, getAttributes, getTemplate, getTemplateId, getValue, getValues, putAttributeAfter, removeAttribute, setAttributes, setTemplate, setTemplateId, setValue, shiftValue, sortAttributes
-
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getCustomId
public String getCustomId()
-
setCustomId
public void setCustomId(String customId)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getTags
public String[] getTags()
-
setTags
public void setTags(String[] tags)
-
clearTags
public void clearTags()
-
addTag
public void addTag(String tag)
-
removeTag
public void removeTag(String tag)
-
getTgs
public String getTgs()
-
getTagsString
public String getTagsString()
-
getCreator
public String getCreator()
-
setCreator
public void setCreator(String creator)
-
getDate
public Date getDate()
-
setDate
public void setDate(Date date)
-
getPublisher
public String getPublisher()
-
setPublisher
public void setPublisher(String publisher)
-
getCreation
public Date getCreation()
-
setCreation
public void setCreation(Date creation)
-
getFileVersion
public String getFileVersion()
-
setFileVersion
public void setFileVersion(String fileVersion)
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
getLanguage
public String getLanguage()
-
setLanguage
public void setLanguage(String language)
-
getFileSize
public Float getFileSize()
-
setFileSize
public void setFileSize(Float fileSize)
-
getLastModified
public Date getLastModified()
-
setLastModified
public void setLastModified(Date lastModified)
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
getLockUserId
public Long getLockUserId()
-
setLockUserId
public void setLockUserId(Long lockUserId)
-
getStatus
public int getStatus()
-
setStatus
public void setStatus(int status)
-
getFolder
public GUIFolder getFolder()
-
setFolder
public void setFolder(GUIFolder folder)
-
getImmutable
public int getImmutable()
-
setImmutable
public void setImmutable(int immutable)
-
getPathExtended
public String getPathExtended()
-
setPathExtended
public void setPathExtended(String pathExtended)
-
getRating
public int getRating()
-
setRating
public void setRating(int rating)
-
getComment
public String getComment()
-
setComment
public void setComment(String comment)
-
getWorkflowStatus
public String getWorkflowStatus()
-
setWorkflowStatus
public void setWorkflowStatus(String workflowStatus)
-
getWorkflowStatusDisplay
public String getWorkflowStatusDisplay()
-
setWorkflowStatusDisplay
public void setWorkflowStatusDisplay(String workflowStatusDisplay)
-
getPublished
public int getPublished()
-
setPublished
public void setPublished(int published)
-
getStartPublishing
public Date getStartPublishing()
-
setStartPublishing
public void setStartPublishing(Date startPublishing)
-
getStopPublishing
public Date getStopPublishing()
-
setStopPublishing
public void setStopPublishing(Date stopPublishing)
-
getBarcoded
public int getBarcoded()
-
setBarcoded
public void setBarcoded(int barcoded)
-
getSummary
public String getSummary()
-
setSummary
public void setSummary(String summary)
-
getScore
public int getScore()
-
setScore
public void setScore(int score)
-
getIndexed
public int getIndexed()
-
setIndexed
public void setIndexed(int indexed)
-
getSigned
public int getSigned()
-
setSigned
public void setSigned(int signed)
-
getDocRef
public Long getDocRef()
-
setDocRef
public void setDocRef(Long docRef)
-
getExtResId
public String getExtResId()
-
setExtResId
public void setExtResId(String extResId)
-
getDocRefType
public String getDocRefType()
-
setDocRefType
public void setDocRefType(String docRefType)
-
getPages
public int getPages()
-
setPages
public void setPages(int pages)
-
setTagsString
public void setTagsString(String tagsString)
-
getStamped
public int getStamped()
-
setStamped
public void setStamped(int stamped)
-
getNature
public int getNature()
-
setNature
public void setNature(int nature)
-
getFormId
public Long getFormId()
-
setFormId
public void setFormId(Long formId)
-
getLockUser
public String getLockUser()
-
setLockUser
public void setLockUser(String lockUser)
-
getNotifyUsers
public long[] getNotifyUsers()
-
setNotifyUsers
public void setNotifyUsers(long[] notifyUsers)
-
getNotifyMessage
public String getNotifyMessage()
-
setNotifyMessage
public void setNotifyMessage(String notifyMessage)
-
isPasswordProtected
public boolean isPasswordProtected()
-
setPasswordProtected
public void setPasswordProtected(boolean passwordProtected)
-
isBookmarked
public boolean isBookmarked()
-
setBookmarked
public void setBookmarked(boolean bookmarked)
-
getLinks
public int getLinks()
-
setLinks
public void setLinks(int links)
-
getOcrTemplateId
public Long getOcrTemplateId()
-
setOcrTemplateId
public void setOcrTemplateId(Long ocrTemplateId)
-
getOcrd
public int getOcrd()
-
setOcrd
public void setOcrd(int ocrd)
-
getBarcodeTemplateId
public Long getBarcodeTemplateId()
-
setBarcodeTemplateId
public void setBarcodeTemplateId(Long barcodeTemplateId)
-
-