Class PortUserProxy

  • All Implemented Interfaces:
    UsesPort

    public class PortUserProxy
    extends Object
    implements UsesPort
    Allows a port that is implicitly used by the system to be identified.
    Since:
    $Release$
    Version:
    $Id: PortUserProxy.java 17872 2019-08-07 18:46:33Z colin $
    Author:
    Colin DuPlantis
    • Field Detail

      • port

        private int port
        port value
      • description

        private String description
        description value
    • Constructor Detail

      • PortUserProxy

        public PortUserProxy()
    • Method Detail

      • getPort

        public int getPort()
        Get the port value.
        Returns:
        a int value
      • setPort

        public void setPort​(int inPort)
        Sets the port value.
        Parameters:
        inPort - a int value
      • getDescription

        public String getDescription()
        Get the description value.
        Returns:
        a String value
      • setDescription

        public void setDescription​(String inDescription)
        Sets the description value.
        Parameters:
        inDescription - a String value