Class SandboxItem
java.lang.Object
org.craftercms.studio.model.rest.content.SandboxItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
int
long
getId()
static SandboxItem
getInstance
(Item item) getLabel()
getPath()
long
long
getState()
void
setAvailableActions
(long availableActions) void
setChildrenCount
(int childrenCount) void
setCommitId
(String commitId) void
setContentTypeId
(String contentTypeId) void
setCreator
(Person creator) void
setDateCreated
(ZonedDateTime dateCreated) void
setDateModified
(ZonedDateTime dateModified) void
setDateSubmitted
(ZonedDateTime dateSubmitted) void
setId
(long id) void
void
setLocaleCode
(String localeCode) void
setLockOwner
(Person lockOwner) void
setMimeType
(String mimeType) void
setModifier
(Person modifier) void
setParentId
(Long parentId) void
void
setPreviewUrl
(String previewUrl) void
setPreviousPath
(String previousPath) void
setSizeInBytes
(long sizeInBytes) void
setState
(long state) void
setSubmitter
(Person submitter) void
setSystemType
(String systemType) void
setTranslationSourceId
(Long translationSourceId)
-
Constructor Details
-
SandboxItem
public SandboxItem()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getParentId
-
setParentId
-
getLabel
-
setLabel
-
getContentTypeId
-
setContentTypeId
-
getPath
-
setPath
-
getPreviewUrl
-
setPreviewUrl
-
getSystemType
-
setSystemType
-
getMimeType
-
setMimeType
-
getState
public long getState() -
setState
public void setState(long state) -
getLockOwner
-
setLockOwner
-
getLocaleCode
-
setLocaleCode
-
getTranslationSourceId
-
setTranslationSourceId
-
getCreator
-
setCreator
-
getDateCreated
-
setDateCreated
-
getModifier
-
setModifier
-
getSubmitter
-
setSubmitter
-
getDateSubmitted
-
setDateSubmitted
-
getDateModified
-
setDateModified
-
getCommitId
-
setCommitId
-
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
-
setPreviousPath
-
getInstance
-