Class EdgeSystemPropertiesRecord

All Implemented Interfaces:
Serializable

public class EdgeSystemPropertiesRecord extends PersistentRecord
Gateway system settings specific to an Edge system WARNING! If you add a value to the record, be sure to add it to EdgeSystemProperties as well, so we can use the property to access the value via the SystemPropertiesManager.
See Also:
  • Field Details

  • Constructor Details

    • EdgeSystemPropertiesRecord

      public EdgeSystemPropertiesRecord()
  • Method Details

    • getMeta

      public RecordMeta<?> getMeta()
      Description copied from class: SRecordInstance
      This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-

       SRecord getMeta() {
         return meta;
       };
       

      The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.

      Specified by:
      getMeta in class PersistentRecord
    • getEdgeTagProviderName

      public String getEdgeTagProviderName()
    • getEdgeTagProviderId

      public Long getEdgeTagProviderId()
    • getEdgeProjectName

      public String getEdgeProjectName()
    • getEdgeHistorianName

      public String getEdgeHistorianName()
    • getVisualizationName

      public EdgeSystemPropertiesRecord.Visualization getVisualizationName()