Class SandboxItem


  • public class SandboxItem
    extends Object
    • Constructor Detail

      • SandboxItem

        public SandboxItem()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getParentId

        public Long getParentId()
      • setParentId

        public void setParentId​(Long parentId)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getContentTypeId

        public String getContentTypeId()
      • setContentTypeId

        public void setContentTypeId​(String contentTypeId)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getPreviewUrl

        public String getPreviewUrl()
      • setPreviewUrl

        public void setPreviewUrl​(String previewUrl)
      • getSystemType

        public String getSystemType()
      • setSystemType

        public void setSystemType​(String systemType)
      • getMimeType

        public String getMimeType()
      • setMimeType

        public void setMimeType​(String mimeType)
      • getState

        public long getState()
      • setState

        public void setState​(long state)
      • getLockOwner

        public String getLockOwner()
      • setLockOwner

        public void setLockOwner​(String lockOwner)
      • getLocaleCode

        public String getLocaleCode()
      • setLocaleCode

        public void setLocaleCode​(String localeCode)
      • getTranslationSourceId

        public Long getTranslationSourceId()
      • setTranslationSourceId

        public void setTranslationSourceId​(Long translationSourceId)
      • getCreator

        public String getCreator()
      • setCreator

        public void setCreator​(String creator)
      • setDateCreated

        public void setDateCreated​(ZonedDateTime dateCreated)
      • getModifier

        public String getModifier()
      • setModifier

        public void setModifier​(String modifier)
      • setDateModified

        public void setDateModified​(ZonedDateTime dateModified)
      • getCommitId

        public String getCommitId()
      • setCommitId

        public void setCommitId​(String commitId)
      • getSizeInBytes

        public long getSizeInBytes()
      • setSizeInBytes

        public void setSizeInBytes​(long sizeInBytes)
      • getAvailableActions

        public long getAvailableActions()
      • setAvailableActions

        public void setAvailableActions​(long availableActions)
      • getChildrenCount

        public int getChildrenCount()
      • setChildrenCount

        public void setChildrenCount​(int childrenCount)
      • getPreviousPath

        public String getPreviousPath()
      • setPreviousPath

        public void setPreviousPath​(String previousPath)