java.lang.Object
com.independentsoft.office.spreadsheet.externalLinks.OleLink

public class OleLink extends Object
The Class OleLink.
  • Constructor Details

    • OleLink

      public OleLink()
      Instantiates a new ole link.
  • Method Details

    • clone

      public OleLink clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getItems

      public List<OleItem> getItems()
      Gets the items.
      Returns:
      the items
    • getProgID

      public String getProgID()
      Gets the prog id.
      Returns:
      the prog id
    • setProgID

      public void setProgID(String progID)
      Sets the prog id.
      Parameters:
      progID - the new prog id
    • getLink

      public String getLink()
      Gets the link.
      Returns:
      the link
    • setLink

      public void setLink(String link)
      Sets the link.
      Parameters:
      link - the new link