Class WoofSecurityOutputToWoofResourceModel

    • Constructor Detail

      • WoofSecurityOutputToWoofResourceModel

        public WoofSecurityOutputToWoofResourceModel()
        Default constructor.
      • WoofSecurityOutputToWoofResourceModel

        public WoofSecurityOutputToWoofResourceModel​(java.lang.String resourcePath)
        Convenience constructor for new non-linked instance.
        Parameters:
        resourcePath - Resource path.
      • WoofSecurityOutputToWoofResourceModel

        public WoofSecurityOutputToWoofResourceModel​(java.lang.String resourcePath,
                                                     int x,
                                                     int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        resourcePath - Resource path.
        x - Horizontal location.
        y - Vertical location.
      • WoofSecurityOutputToWoofResourceModel

        public WoofSecurityOutputToWoofResourceModel​(java.lang.String resourcePath,
                                                     WoofSecurityOutputModel woofSecurityOutput,
                                                     WoofResourceModel woofResource)
        Convenience constructor.
        Parameters:
        resourcePath - Resource path.
        woofSecurityOutput - Woof security output.
        woofResource - Woof resource.
      • WoofSecurityOutputToWoofResourceModel

        public WoofSecurityOutputToWoofResourceModel​(java.lang.String resourcePath,
                                                     WoofSecurityOutputModel woofSecurityOutput,
                                                     WoofResourceModel woofResource,
                                                     int x,
                                                     int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        resourcePath - Resource path.
        woofSecurityOutput - Woof security output.
        woofResource - Woof resource.
        x - Horizontal location.
        y - Vertical location.
    • Method Detail

      • getResourcePath

        public java.lang.String getResourcePath()
        Returns:
        Resource path.
      • setResourcePath

        public void setResourcePath​(java.lang.String resourcePath)
        Parameters:
        resourcePath - Resource path.
      • setWoofSecurityOutput

        public void setWoofSecurityOutput​(WoofSecurityOutputModel woofSecurityOutput)
        Parameters:
        woofSecurityOutput - Woof security output.
      • getWoofResource

        public WoofResourceModel getWoofResource()
        Returns:
        Woof resource.
      • setWoofResource

        public void setWoofResource​(WoofResourceModel woofResource)
        Parameters:
        woofResource - Woof resource.
      • isRemovable

        public boolean isRemovable()
        Description copied from interface: ConnectionModel
        Indicates if this connection is removable.
        Specified by:
        isRemovable in interface ConnectionModel
        Returns:
        Indicates if removable.