
public class ORecordOperationRequest extends Object
| Constructor and Description |
|---|
ORecordOperationRequest() |
| Modifier and Type | Method and Description |
|---|---|
ORID |
getId() |
ORecord |
getRecord() |
byte |
getRecordType() |
byte |
getType() |
int |
getVersion() |
boolean |
isContentChanged() |
void |
setContentChanged(boolean contentChanged) |
void |
setId(ORID id) |
void |
setRecord(ORecord record) |
void |
setRecordType(byte recordType) |
void |
setType(byte type) |
void |
setVersion(int version) |
public ORID getId()
public void setId(ORID id)
public ORecord getRecord()
public void setRecord(ORecord record)
public byte getRecordType()
public void setRecordType(byte recordType)
public byte getType()
public void setType(byte type)
public int getVersion()
public void setVersion(int version)
public void setContentChanged(boolean contentChanged)
public boolean isContentChanged()
Copyright © 2009–2017 OrientDB. All rights reserved.