Package ag.smaser.trip.cfw
Class ItemLink
java.lang.Object
ag.smaser.trip.cfw.ItemLink
Represents a link from one
ImportItem
to another.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ItemLink
Constructor for a new itenm link.- Parameters:
id
- ID of the linked item
-
ItemLink
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.
-
-
Method Details
-
getId
Get the ID of the linked item.- Returns:
- ID of linked item.
-
isIgnored
public boolean isIgnored()Get the state of the link.- Returns:
- True if link is ignored/deactivated, and false if it is a normal link.
-