public class ItemFieldsConfig extends Object implements Serializable
| Constructor and Description |
|---|
ItemFieldsConfig()
Instantiates a new item fields config.
|
ItemFieldsConfig(List<ItemField> listItemFieldsConfig)
Instantiates a new item fields config.
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemField> |
getListItemFieldsConfig()
Gets the list item fields config.
|
void |
setListItemFieldsConfig(List<ItemField> listItemFieldsConfig)
Sets the list item fields config.
|
String |
toString()
To string.
|
public ItemFieldsConfig()
public List<ItemField> getListItemFieldsConfig()
public void setListItemFieldsConfig(List<ItemField> listItemFieldsConfig)
listItemFieldsConfig - the new list item fields configCopyright © 2021. All Rights Reserved.