Package ag.smaser.trip.cfw
Class ItemLink
- java.lang.Object
-
- ag.smaser.trip.cfw.ItemLink
-
public class ItemLink extends java.lang.Object
Represents a link from oneImportItem
to another.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
Get the ID of the linked item.boolean
isIgnored()
Get the state of the link.
-
-
-
Constructor Detail
-
ItemLink
public ItemLink(java.lang.String id)
Constructor for a new itenm link.- Parameters:
id
- ID of the linked item
-
ItemLink
public ItemLink(java.lang.String id, boolean ignored)
Constructor for a new item link.- Parameters:
id
- ID of the linked itemignored
- True to register link as present but ignored or deactivated, and false as a normal link.
-
-