public abstract class BaseLink extends Object
| Constructor and Description | 
|---|
BaseLink()  | 
BaseLink(String itemParentID,
        String itemID,
        String itemName,
        String itemType)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getItemID()
returns the itemid 
 | 
String | 
getItemName()
returns the name 
 | 
String | 
getItemParentID()
Any parent ID for the linked item 
 | 
String | 
getItemType()
returns the type 
 | 
HashMap<String,Double> | 
getScoreMap()  | 
int | 
hashCode()  | 
void | 
setItemID(String itemID)
sets the item id. 
 | 
void | 
setItemName(String itemName)
Sets the item name. 
 | 
void | 
setItemParentID(String itemParentID)
returns the parent ID of the linked item 
 | 
void | 
setItemType(String itemType)
sets the item type. 
 | 
void | 
setScoreMap(HashMap<String,Double> scoreMap)  | 
String | 
toString()  | 
public String getItemParentID()
public void setItemParentID(String itemParentID)
itemParentID - public String getItemID()
public void setItemID(String itemID)
itemID - public String getItemName()
public void setItemName(String itemName)
itemName - public String getItemType()
public void setItemType(String itemType)
itemType - Copyright © 2017 The Apache Software Foundation. All rights reserved.