public class ItemLink
extends java.lang.Object
ImportItem to another.| Constructor and Description |
|---|
ItemLink(java.lang.String id)
Constructor for a new itenm link.
|
ItemLink(java.lang.String id,
boolean ignored)
Constructor for a new item link.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Get the ID of the linked item.
|
boolean |
isIgnored()
Get the state of the link.
|
public ItemLink(java.lang.String id)
id - ID of the linked itempublic ItemLink(java.lang.String id,
boolean ignored)
id - ID of the linked itemignored - True to register link as present but ignored or deactivated, and false as a normal link.