public class ItemState extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
objectId |
protected String |
path |
protected String |
site |
protected String |
state |
protected int |
systemProcessing |
| Constructor and Description |
|---|
ItemState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getObjectId() |
String |
getPath() |
String |
getSite() |
String |
getState() |
int |
getSystemProcessing() |
void |
setObjectId(String objectId) |
void |
setPath(String path) |
void |
setSite(String site) |
void |
setState(String state) |
void |
setSystemProcessing(int systemProcessing) |
protected String objectId
protected String site
protected String path
protected String state
protected int systemProcessing
public String getObjectId()
public void setObjectId(String objectId)
public String getSite()
public void setSite(String site)
public String getPath()
public void setPath(String path)
public String getState()
public void setState(String state)
public int getSystemProcessing()
public void setSystemProcessing(int systemProcessing)
Copyright © 2022 CrafterCMS. All rights reserved.