public class AddItemDelta 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 read access level
|
long |
readLevelSourceNr
The numeric identifier of the source of the item representing
the item's only-read access level
|
long |
writeLevelItemNr
The numeric identifier in its source of the item representing
the item's read-or-write access level
|
long |
writeLevelSourceNr
The numeric identifier of the source of the item representing
the item's read-or-write access level
|
Constructor and Description |
---|
AddItemDelta(long itemNr,
long readLevelSourceNr,
long readLevelItemNr,
long writeLevelSourceNr,
long writeLevelItemNr)
Create a record of a change that adds an item.
|
public long itemNr
public long readLevelSourceNr
public long readLevelItemNr
public long writeLevelSourceNr
public long writeLevelItemNr
public AddItemDelta(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 levelreadLevelItemNr
- the numeric identifier in its source of
the item representing the item's read access levelwriteLevelSourceNr
- the numeric identifier of the source of
the item representing the item's read-or-write access levelwriteLevelItemNr
- the numeric identifier in its source of
the item representing the item's read-or-write access level