Package eu.ess.bled

Class SubsystemType

java.lang.Object
eu.ess.bled.SubsystemType
All Implemented Interfaces:
BLEDEntity, Serializable

public class SubsystemType extends Object implements BLEDEntity
SubsystemType defines the possible types of Subsystems, such as for example vacuum, or cooling. Each type is defined by a human readable name name and its naming convention complient name nc_name.

Each Subsystem has a link to a particular SubsystemType, which defines the naming convention name of that Subsystem. More than one Subsystem can have a link to each SubsystemType.

Author:
Jaka Bobnar
See Also:
  • Constructor Details

    • SubsystemType

      public SubsystemType()
  • Method Details

    • getId

      public Integer getId()
    • getNCName

      public String getNCName()
    • setNCName

      public void setNCName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Object