public class UpdateItemDelta extends Delta implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
long |
itemNr
The numeric identifier of the item in its source
|
long |
readLevelItemNr
The numeric identifier in its source of the item representing
the item's only-read access level after the change
|
long |
readLevelSourceNr
The numeric identifier of the source of the item representing
the item's only-read access level after the change
|
long |
writeLevelItemNr
The numeric identifier in its source of the item representing
the item's read-or-write access level after the change
|
long |
writeLevelSourceNr
The numeric identifier of the source of the item representing
the item's read-or-write access level after the change
|
Constructor and Description |
---|
UpdateItemDelta(long itemNr,
long readLevelSourceNr,
long readLevelItemNr,
long writeLevelSourceNr,
long writeLevelItemNr)
Create a record of a change to update an item in a source or store
of items and triples
|
public long itemNr
public long readLevelSourceNr
public long readLevelItemNr
public long writeLevelSourceNr
public long writeLevelItemNr
public UpdateItemDelta(long itemNr, long readLevelSourceNr, long readLevelItemNr, long writeLevelSourceNr, long writeLevelItemNr)
itemNr
- the numeric identifier of the item in its sourcereadLevelSourceNr
- the numeric identifier of the source of the item
representing the item's only-read access level after the changereadLevelItemNr
- the numeric identifier in its source of the item
representing the item's only-read access level after the changewriteLevelSourceNr
- the numeric identifier of the source of the item
representing the item's read-or-write access level after the changewriteLevelItemNr
- the numeric identifier in its source of the item
representing the item's read-or-write access level after the change