Class WorkbookIssueLocation

  • All Implemented Interfaces:
    IssueLocation

    public class WorkbookIssueLocation
    extends AbstractIssueLocation
    Implementation of IssueLocation dedicated to workbooks.
    Author:
    Damien Carbonne
    • Method Detail

      • getTargetId

        public String getTargetId()
        Returns:
        The identifier of the issue target.
        It is typically a file or a business object that has a user meaningful 'absolute' identifier.
      • getPath

        public String getPath()
        Returns:
        The path, relative to target, of the issue. It may be null.
      • getSystemId

        public String getSystemId()
      • getSheetName

        public String getSheetName()
      • getRowNumber

        public int getRowNumber()
      • getColumnName

        public String getColumnName()
      • isCellLocation

        public boolean isCellLocation()
      • isSheetLocation

        public boolean isSheetLocation()