Package PamController

Class UsedModuleInfo

java.lang.Object
PamController.UsedModuleInfo
All Implemented Interfaces:
Serializable, ManagedParameters
Direct Known Subclasses:
ModuleNodeParams

public class UsedModuleInfo extends Object implements Serializable, ManagedParameters
Very simple class used in an ArrayList of used modules that get's saved between runs. This forms the core of the settings system so don't f*** with it !
Author:
Doug
See Also:
  • Field Details

  • Constructor Details

    • UsedModuleInfo

      public UsedModuleInfo(String className, String unitType, String unitName)
  • Method Details

    • getUnitType

      public String getUnitType()
      Returns:
      the unitType
    • setUnitType

      public void setUnitType(String unitType)
      Parameters:
      unitType - the unitType to set
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getParameterSet

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Returns:
      description of the parameters in a class.
    • getUnitName

      public String getUnitName()
      Get the unit name of the module being imported.
      Returns: