public class AddItemTripleDelta extends AddTripleDelta implements java.io.Serializable
subjectItemNr, tripleNr, verbItemNr, verbSourceNr
Constructor and Description |
---|
AddItemTripleDelta(long tripleNr,
long subjectItemNr,
long verbSourceNr,
long verbItemNr,
Id objectId)
Create a record of a change that adds an item triple
|
Modifier and Type | Method and Description |
---|---|
Id |
getObjectId()
Get the identifier of the item that is the object of
the item triple
|
public AddItemTripleDelta(long tripleNr, long subjectItemNr, long verbSourceNr, long verbItemNr, Id objectId)
tripleNr
- the numeric identifier in the source of the
triple to be added.subjectItemNr
- the numeric identifier in the source of the
subject of the triple to be added.verbSourceNr
- the numeric identifier of the source of the
verb of the triple to be added.verbItemNr
- the numeric identifier in its source of the
verb of the triple to be added.objectId
- the identifier of the item that is the object of
the item triplepublic Id getObjectId()