Class ConfigItem

All Implemented Interfaces:
com.technia.dsx.app.model.Identifiable, com.technia.dsx.app.model.PLMObject, com.technia.dsx.app.model.PLMObjectBasics, com.technia.dsx.app.model.Referable, com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithDescription, com.technia.dsx.app.model.WithOwnerInfo, com.technia.dsx.app.model.WithTitle

public class ConfigItem extends EngItem implements com.technia.dsx.app.model.Referable
Document me
Since:
2023-04-05
  • Constructor Details

    • ConfigItem

      public ConfigItem()
  • Method Details

    • getSource

      public String getSource()
      Specified by:
      getSource in interface com.technia.dsx.app.model.Referable
    • setSource

      public void setSource(String source)
    • getIdentifier

      public String getIdentifier()
      Specified by:
      getIdentifier in interface com.technia.dsx.app.model.Referable
    • setIdentifier

      public void setIdentifier(String identifier)
    • getRelativePath

      public String getRelativePath()
      Specified by:
      getRelativePath in interface com.technia.dsx.app.model.Referable
    • setRelativePath

      public void setRelativePath(String relativePath)
    • toString

      public String toString()
      Overrides:
      toString in class ItemBase