Class FakeElement

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String idShort  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FakeElement​(java.lang.String idShort)
      Creates the instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIdShort()  
      void update()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface de.iip_ecosphere.platform.support.aas.Element

        accept
    • Field Detail

      • idShort

        private java.lang.String idShort
    • Constructor Detail

      • FakeElement

        protected FakeElement​(java.lang.String idShort)
        Creates the instance.
        Parameters:
        idShort - the short id.
    • Method Detail

      • getIdShort

        public java.lang.String getIdShort()
        Specified by:
        getIdShort in interface de.iip_ecosphere.platform.support.aas.Element
      • update

        public void update()
        Specified by:
        update in interface de.iip_ecosphere.platform.support.aas.Element