Class ARG_TabElement

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

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

      Constructors 
      Constructor Description
      ARG_TabElement()  
      ARG_TabElement​(ADClientAble ohElem, java.lang.String strName, java.lang.String strNameNamespace, java.lang.String strQualifiedNamespace, java.lang.String strDisplayType, java.lang.String strDisplayBitmap, java.lang.String strInfoCreate, java.lang.String strInfoModify, java.lang.String strUUID, boolean hasAccess, K_LOCKSTATUS kLockStatus, java.util.List<ARG_TabCell> seqCell, java.util.List<ARG_TabColor> seqColor)  
    • 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

      • strName

        public java.lang.String strName
        name of this element
      • strNameNamespace

        public java.lang.String strNameNamespace
        name of the namespace
      • strQualifiedNamespace

        public java.lang.String strQualifiedNamespace
        qualified name of namespace
      • strDisplayType

        public java.lang.String strDisplayType
        display type of this element
      • strDisplayBitmap

        public java.lang.String strDisplayBitmap
        display bitmap of this element
      • strInfoCreate

        public java.lang.String strInfoCreate
        create information
      • strInfoModify

        public java.lang.String strInfoModify
        modify information
      • strUUID

        public java.lang.String strUUID
        UUID of this element
      • hasAccess

        public boolean hasAccess
        isTrue, if model user has access for this element
      • kLockStatus

        public K_LOCKSTATUS kLockStatus
        kind of lock status of this element
      • seqCell

        public java.util.List<ARG_TabCell> seqCell
        list of cell entries
      • seqColor

        public java.util.List<ARG_TabColor> seqColor
        list of color entries
    • Constructor Detail

      • ARG_TabElement

        public ARG_TabElement()
      • ARG_TabElement

        public ARG_TabElement​(ADClientAble ohElem,
                              java.lang.String strName,
                              java.lang.String strNameNamespace,
                              java.lang.String strQualifiedNamespace,
                              java.lang.String strDisplayType,
                              java.lang.String strDisplayBitmap,
                              java.lang.String strInfoCreate,
                              java.lang.String strInfoModify,
                              java.lang.String strUUID,
                              boolean hasAccess,
                              K_LOCKSTATUS kLockStatus,
                              java.util.List<ARG_TabCell> seqCell,
                              java.util.List<ARG_TabColor> seqColor)
    • 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