Class SettingsNameChange

java.lang.Object
PamController.settings.SettingsNameChange

public class SettingsNameChange extends Object
  • Constructor Details

  • Method Details

    • seemsSame

      public boolean seemsSame(PamSettings pamSettings)
      Parameters:
      pamSettings -
      Returns:
      true if the pamSettings seem compatible with this Comparison is mostly just done on module type with the unit names being null.
    • getOldName

      public String getOldName()
      Returns:
      the oldName
    • getNewName

      public String getNewName()
      Returns:
      the newName
    • getOldType

      public String getOldType()
      Returns:
      the oldType
    • getNewType

      public String getNewType()
      Returns:
      the newType
    • getModuleClass

      public Class getModuleClass()
      Returns:
      the moduleClass