public class JoinElement extends Object
| Constructor and Description |
|---|
JoinElement(String id,
double rank,
short collectionID,
short metaColID)
Creates a new
JoinElement |
| Modifier and Type | Method and Description |
|---|---|
short |
getCollectionID()
Retrieves the collection id of the record
|
FilePosition |
getFilePosition()
Retrieves the file position this record is stored at
|
String |
getId()
Retrieves the id for this element
|
short |
getMetaColID()
Retrieves the metadata col id of the record
|
double |
getRank()
Retrieves the rank of this element
|
void |
setCollectionID(short collectionID)
Sets the input id
|
public JoinElement(String id, double rank, short collectionID, short metaColID)
JoinElementid - The id of the object, this record refers torank - The rank of this recordcollectionID - The sequence number of the collection this record comes frommetaColID - The sequence number of the metadata collection this record comes from(0 for content)public String getId()
public double getRank()
public FilePosition getFilePosition()
public short getCollectionID()
public short getMetaColID()
public void setCollectionID(short collectionID)
collectionID - The input idCopyright © 2017. All Rights Reserved.