Class ResCatIssue


  • public class ResCatIssue
    extends Issue
    Author:
    Niko Siltala
    • Constructor Detail

      • ResCatIssue

        public ResCatIssue()
        Default constructor
      • ResCatIssue

        public ResCatIssue​(String id,
                           String msg)
        Parameters:
        id - ID of this issue
        msg - message used to describe this issue
      • ResCatIssue

        public ResCatIssue​(String id,
                           String msg,
                           ResCatIssue.EnumResourceCategory resourceType,
                           String resourceId)
        Parameters:
        id - ID of this issue
        msg - message used to describe this issue
        resourceType - Type of resource this issue relates to
        resourceId - ID of the resource causing this issue
    • Method Detail

      • getResourceId

        public String getResourceId()
        Returns:
        the resourceId
      • setResourceId

        public void setResourceId​(String resourceId)
        Parameters:
        resourceId - the resourceId to set
      • getFileName

        public String getFileName()
        Returns:
        the fileName
      • setFileName

        public void setFileName​(String fileName)
        Parameters:
        fileName - the fileName to set