public abstract class BulkAdExtensionIdentifier extends BulkEntityIdentifier
| Constructor and Description |
|---|
BulkAdExtensionIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId() |
Long |
getAdExtensionId() |
AdExtensionStatus |
getStatus() |
Integer |
getVersion() |
boolean |
isDeleteRow() |
void |
readFromRowValues(RowValues values)
Read object data from a single row.
|
void |
setAccountId(Long accountId) |
void |
setAdExtensionId(Long adExtensionId) |
void |
setStatus(AdExtensionStatus status) |
void |
setVersion(Integer version) |
void |
writeToRowValues(RowValues values,
boolean excludeReadonlyData)
Writes object data to a single row.
|
canEncloseInMultilineEntity, createEntityWithThisIdentifier, encloseInMultilineEntity, equals, readRelatedData, writepublic Long getAccountId()
public void setAccountId(Long accountId)
public Long getAdExtensionId()
public void setAdExtensionId(Long adExtensionId)
public AdExtensionStatus getStatus()
public void setStatus(AdExtensionStatus status)
public Integer getVersion()
public void setVersion(Integer version)
public void writeToRowValues(RowValues values, boolean excludeReadonlyData)
BulkObjectwriteToRowValues in class BulkObjectpublic void readFromRowValues(RowValues values)
BulkObjectreadFromRowValues in class BulkObjectpublic boolean isDeleteRow()
isDeleteRow in class BulkEntityIdentifierCopyright © 2024. All rights reserved.