Interface NamedObject

All Known Implementing Classes:
AddeServer, AddeServer.Group, ColorTable, NamedList, NamedThing, StationModel

public interface NamedObject
Has a name and description.
Author:
caron
  • Method Details

    • getName

      String getName()
      Gets the name.
      Returns:
      the name
    • setName

      void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getDescription

      String getDescription()
      Gets the description.
      Returns:
      the description