public abstract class BulkEntityIdentifier extends BulkObject
| Constructor and Description |
|---|
BulkEntityIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEncloseInMultilineEntity() |
abstract MultiRecordBulkEntity |
createEntityWithThisIdentifier() |
MultiRecordBulkEntity |
encloseInMultilineEntity() |
abstract boolean |
equals(Object other) |
abstract boolean |
isDeleteRow() |
void |
readRelatedData(BulkRecordReader reader)
Reads object data from consecutive rows.
|
void |
write(BulkObjectWriter rowWriter,
boolean excludeReadonlyData)
Writes object data to consecutive rows.
|
readFromRowValues, writeToRowValuespublic abstract boolean isDeleteRow()
public abstract MultiRecordBulkEntity createEntityWithThisIdentifier()
public void write(BulkObjectWriter rowWriter, boolean excludeReadonlyData) throws IOException
BulkObjectwrite in class BulkObjectIOExceptionpublic void readRelatedData(BulkRecordReader reader)
BulkObjectreadRelatedData in class BulkObjectpublic boolean canEncloseInMultilineEntity()
canEncloseInMultilineEntity in class BulkObjectpublic MultiRecordBulkEntity encloseInMultilineEntity()
encloseInMultilineEntity in class BulkObjectCopyright © 2024. All rights reserved.