Class ItemLink

java.lang.Object
ag.smaser.trip.cfw.ItemLink

public class ItemLink extends Object
Represents a link from one ImportItem to another.
  • Constructor Details

    • ItemLink

      public ItemLink(String id)
      Constructor for a new itenm link.
      Parameters:
      id - ID of the linked item
    • ItemLink

      public ItemLink(String id, boolean ignored)
      Constructor for a new item link.
      Parameters:
      id - ID of the linked item
      ignored - True to register link as present but ignored or deactivated, and false as a normal link.
  • Method Details

    • getId

      public String 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.