public class BulkAdCustomizerAttributeEntityBase extends SingleRecordBulkEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeValue |
protected EditorialStatus |
editorialStatus |
protected String |
id |
protected static List<BulkMapping<BulkAdCustomizerAttributeEntityBase>> |
MAPPINGS |
protected String |
name |
protected long |
parentId |
| Constructor and Description |
|---|
BulkAdCustomizerAttributeEntityBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeValue() |
EditorialStatus |
getEditorialStatus() |
String |
getId() |
String |
getName() |
long |
getParentId() |
void |
processMappingsFromRowValues(RowValues values)
Process specific entity mappings from CSV values.
|
void |
processMappingsToRowValues(RowValues values,
boolean excludeReadonlyData)
Process specific entity mappings to CSV values.
|
void |
setAttributeValue(String attributeValue) |
void |
setEditorialStatus(EditorialStatus editorialStatus) |
void |
setId(String id) |
void |
setName(String name) |
void |
setParentId(long parentId) |
getClientId, getErrors, getLastModifiedTime, hasErrors, readAdditionalData, readFromRowValues, readRelatedData, setClientId, write, writeAdditionalData, writeToRowValuesvalidateListNotNullOrEmpty, validatePropertyNotNullcanEncloseInMultilineEntity, encloseInMultilineEntityprotected String id
protected String name
protected long parentId
protected String attributeValue
protected EditorialStatus editorialStatus
protected static final List<BulkMapping<BulkAdCustomizerAttributeEntityBase>> MAPPINGS
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public long getParentId()
public void setParentId(long parentId)
public String getAttributeValue()
public void setAttributeValue(String attributeValue)
public EditorialStatus getEditorialStatus()
public void setEditorialStatus(EditorialStatus editorialStatus)
public void processMappingsFromRowValues(RowValues values)
SingleRecordBulkEntityprocessMappingsFromRowValues in class SingleRecordBulkEntityvalues - Set of values and mappings corresponding to one row/single line entitypublic void processMappingsToRowValues(RowValues values, boolean excludeReadonlyData)
SingleRecordBulkEntityprocessMappingsToRowValues in class SingleRecordBulkEntityvalues - Row valuesexcludeReadonlyData - indicates whether readonly data should be written (such as errors, performance data etc.)Copyright © 2024. All rights reserved.