public class CopyToEnvironmentItem extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CopyToEnvironmentItem.Action |
static class |
CopyToEnvironmentItem.State |
| Modifier and Type | Field and Description |
|---|---|
protected CopyToEnvironmentItem.Action |
_action |
protected String |
_contentTypeClass |
protected String |
_environment |
protected String |
_id |
protected String |
_oldPath |
protected String |
_path |
protected ZonedDateTime |
_scheduledDate |
protected String |
_site |
protected CopyToEnvironmentItem.State |
_state |
protected String |
_submissionComment |
protected String |
_user |
| Constructor and Description |
|---|
CopyToEnvironmentItem() |
| Modifier and Type | Method and Description |
|---|---|
CopyToEnvironmentItem.Action |
getAction() |
String |
getContentTypeClass() |
String |
getEnvironment() |
String |
getId() |
String |
getOldPath() |
String |
getPath() |
ZonedDateTime |
getScheduledDate() |
String |
getSite() |
CopyToEnvironmentItem.State |
getState() |
String |
getSubmissionComment() |
String |
getUser() |
void |
setAction(CopyToEnvironmentItem.Action action) |
void |
setContentTypeClass(String contentTypeClass) |
void |
setEnvironment(String environment) |
void |
setId(String id) |
void |
setOldPath(String oldPath) |
void |
setPath(String path) |
void |
setScheduledDate(ZonedDateTime scheduledDate) |
void |
setSite(String site) |
void |
setState(CopyToEnvironmentItem.State state) |
void |
setSubmissionComment(String submissionComment) |
void |
setUser(String user) |
protected String _id
protected String _site
protected String _environment
protected String _path
protected String _user
protected ZonedDateTime _scheduledDate
protected CopyToEnvironmentItem.State _state
protected CopyToEnvironmentItem.Action _action
protected String _oldPath
protected String _contentTypeClass
protected String _submissionComment
public String getId()
public void setId(String id)
public String getSite()
public void setSite(String site)
public String getEnvironment()
public void setEnvironment(String environment)
public String getPath()
public void setPath(String path)
public String getUser()
public void setUser(String user)
public ZonedDateTime getScheduledDate()
public void setScheduledDate(ZonedDateTime scheduledDate)
public CopyToEnvironmentItem.State getState()
public void setState(CopyToEnvironmentItem.State state)
public CopyToEnvironmentItem.Action getAction()
public void setAction(CopyToEnvironmentItem.Action action)
public String getOldPath()
public void setOldPath(String oldPath)
public String getContentTypeClass()
public void setContentTypeClass(String contentTypeClass)
public String getSubmissionComment()
public void setSubmissionComment(String submissionComment)
Copyright © 2022 CrafterCMS. All rights reserved.