de.mid.innovator.srv2api.icw2meta
Class ARG_TabElement

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2meta.ARG_TabElement
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_TabElement
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 boolean hasAccess
          isTrue, if model user has access for this element
 K_LOCKSTATUS kLockStatus
          kind of lock status of this element
 ADClientAble ohElem
          this element
 List<ARG_TabCell> seqCell
          list of cell entries
 List<ARG_TabColor> seqColor
          list of color entries
 String strDisplayBitmap
          display bitmap of this element
 String strDisplayType
          display type of this element
 String strInfoCreate
          create information
 String strInfoModify
          modify information
 String strName
          name of this element
 String strNameNamespace
          name of the namespace
 String strQualifiedNamespace
          qualified name of namespace
 String strUUID
          UUID of this element
 
Constructor Summary
ARG_TabElement()
           
ARG_TabElement(ADClientAble ohElem, String strName, String strNameNamespace, String strQualifiedNamespace, String strDisplayType, String strDisplayBitmap, String strInfoCreate, String strInfoModify, String strUUID, boolean hasAccess, K_LOCKSTATUS kLockStatus, List<ARG_TabCell> seqCell, List<ARG_TabColor> seqColor)
           
 
Method Summary
 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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


ohElem

public ADClientAble ohElem
this element


seqCell

public List<ARG_TabCell> seqCell
list of cell entries


seqColor

public List<ARG_TabColor> seqColor
list of color entries


strDisplayBitmap

public String strDisplayBitmap
display bitmap of this element


strDisplayType

public String strDisplayType
display type of this element


strInfoCreate

public String strInfoCreate
create information


strInfoModify

public String strInfoModify
modify information


strName

public String strName
name of this element


strNameNamespace

public String strNameNamespace
name of the namespace


strQualifiedNamespace

public String strQualifiedNamespace
qualified name of namespace


strUUID

public String strUUID
UUID of this element

Constructor Detail

ARG_TabElement

public ARG_TabElement()

ARG_TabElement

public ARG_TabElement(ADClientAble ohElem,
                      String strName,
                      String strNameNamespace,
                      String strQualifiedNamespace,
                      String strDisplayType,
                      String strDisplayBitmap,
                      String strInfoCreate,
                      String strInfoModify,
                      String strUUID,
                      boolean hasAccess,
                      K_LOCKSTATUS kLockStatus,
                      List<ARG_TabCell> seqCell,
                      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

resolveReferences

public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
resolveReferences 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