Class StandardNamedObject

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Return the name
      void setName​(java.lang.String name)
      Set the name
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandardNamedObject

        public StandardNamedObject()
        Default Constructor.
      • StandardNamedObject

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

      • setName

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

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