Class ARG_MenuAbleTime

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_MenuAbleTime
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int idPicture
      id of the picture or 0 if no picture exists
      int lTime
      ltime long of the last modification or the creation
      MMMenuAble ohAble
      menu able element visible as diagram
      ADClientAble ohDia
      diagram of this menu able element
      java.lang.String strAbleUUID
      uuid of the menu able element
      java.lang.String strDiaUUID
      uuid of the diagram
      java.lang.String strName
      name of the element
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void marshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void resolveReferences​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ohAble

        public MMMenuAble ohAble
        menu able element visible as diagram
      • ohDia

        public ADClientAble ohDia
        diagram of this menu able element
      • lTime

        public int lTime
        ltime long of the last modification or the creation
      • strName

        public java.lang.String strName
        name of the element
      • idPicture

        public int idPicture
        id of the picture or 0 if no picture exists
      • strAbleUUID

        public java.lang.String strAbleUUID
        uuid of the menu able element
      • strDiaUUID

        public java.lang.String strDiaUUID
        uuid of the diagram
    • Constructor Detail

      • ARG_MenuAbleTime

        public ARG_MenuAbleTime()
      • ARG_MenuAbleTime

        public ARG_MenuAbleTime​(MMMenuAble ohAble,
                                ADClientAble ohDia,
                                int lTime,
                                java.lang.String strName,
                                int idPicture,
                                java.lang.String strAbleUUID,
                                java.lang.String strDiaUUID)
    • Method Detail

      • marshal

        public void marshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
        Specified by:
        marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
      • unmarshal

        public void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                              SrvContext srvctx)
        Specified by:
        unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
      • resolveReferences

        public void resolveReferences​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
        Specified by:
        resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble