public abstract class BulkNegativeSiteIdentifier extends BulkEntityIdentifier
| Constructor and Description |
|---|
BulkNegativeSiteIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
long |
getEntityId() |
String |
getEntityName() |
protected abstract String |
getParentColumnName() |
Status |
getStatus() |
boolean |
isDeleteRow() |
void |
readFromRowValues(RowValues values)
Read object data from a single row.
|
void |
setEntityId(long entityId) |
void |
setEntityName(String entityName) |
void |
setStatus(Status status) |
void |
writeToRowValues(RowValues values,
boolean excludeReadonlyData)
Writes object data to a single row.
|
canEncloseInMultilineEntity, createEntityWithThisIdentifier, encloseInMultilineEntity, equals, readRelatedData, writepublic Status getStatus()
public void setStatus(Status status)
public long getEntityId()
public void setEntityId(long entityId)
public String getEntityName()
public void setEntityName(String entityName)
protected abstract String getParentColumnName()
public void readFromRowValues(RowValues values)
BulkObjectreadFromRowValues in class BulkObjectpublic void writeToRowValues(RowValues values, boolean excludeReadonlyData)
BulkObjectwriteToRowValues in class BulkObjectpublic boolean isDeleteRow()
isDeleteRow in class BulkEntityIdentifierCopyright © 2024. All rights reserved.