Class SandboxItem

java.lang.Object
org.craftercms.studio.model.rest.content.SandboxItem

public class SandboxItem extends Object
  • Constructor Details

    • SandboxItem

      public SandboxItem()
  • Method Details

    • 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 Person getLockOwner()
    • setLockOwner

      public void setLockOwner(Person lockOwner)
    • getLocaleCode

      public String getLocaleCode()
    • setLocaleCode

      public void setLocaleCode(String localeCode)
    • getTranslationSourceId

      public Long getTranslationSourceId()
    • setTranslationSourceId

      public void setTranslationSourceId(Long translationSourceId)
    • getCreator

      public Person getCreator()
    • setCreator

      public void setCreator(Person creator)
    • getDateCreated

      public ZonedDateTime getDateCreated()
    • setDateCreated

      public void setDateCreated(ZonedDateTime dateCreated)
    • getModifier

      public Person getModifier()
    • setModifier

      public void setModifier(Person modifier)
    • getSubmitter

      public Person getSubmitter()
    • setSubmitter

      public void setSubmitter(Person submitter)
    • getDateSubmitted

      public ZonedDateTime getDateSubmitted()
    • setDateSubmitted

      public void setDateSubmitted(ZonedDateTime dateSubmitted)
    • getDateModified

      public ZonedDateTime getDateModified()
    • 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)
    • getInstance

      public static SandboxItem getInstance(Item item)