public class WSItemContextBean
extends java.lang.Object
implements java.io.Serializable
WorkItemContext
Modifier and Type | Field and Description |
---|---|
protected WSFieldsConfigBean |
fieldsConfig
The fields configuration
|
protected WSItemBean |
item
The edit item
|
Constructor and Description |
---|
WSItemContextBean() |
Modifier and Type | Method and Description |
---|---|
WSFieldsConfigBean |
getFieldsConfig() |
WSItemBean |
getItem() |
void |
setFieldsConfig(WSFieldsConfigBean fieldsConfig) |
void |
setItem(WSItemBean item) |
protected WSItemBean item
protected WSFieldsConfigBean fieldsConfig
public WSItemBean getItem()
public void setItem(WSItemBean item)
item
- the item to setpublic WSFieldsConfigBean getFieldsConfig()
public void setFieldsConfig(WSFieldsConfigBean fieldsConfig)
fieldsConfig
- the fieldsConfig to set