Class StandardNamedObject

    • Constructor Detail

      • StandardNamedObject

        public StandardNamedObject()
        Default Constructor.
      • StandardNamedObject

        public StandardNamedObject​(String name)
        Constructor.
        Parameters:
        name - a String object.
    • Method Detail

      • setName

        public void setName​(String name)
        Set the name
        Parameters:
        name - The name to be set.
      • getName

        public String getName()
        Return the name
        Returns:
        the name.