de.mid.innovator.srv2api.icw2meta
Class ARG_VerifyManagerElement

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

public class ARG_VerifyManagerElement
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
          the verified element
 List<ARG_VerifyManagerMessage> seqMsg
          list of verify messages
 String strIcon
          display bitmap of this element
 String strName
          display name of this element
 String strPath
          display path of this element
 String strType
          display type of this element
 
Constructor Summary
ARG_VerifyManagerElement()
           
ARG_VerifyManagerElement(ADClientAble ohElem, String strName, String strType, String strPath, String strIcon, boolean hasAccess, K_LOCKSTATUS kLockStatus, List<ARG_VerifyManagerMessage> seqMsg)
           
 
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
the verified element


seqMsg

public List<ARG_VerifyManagerMessage> seqMsg
list of verify messages


strIcon

public String strIcon
display bitmap of this element


strName

public String strName
display name of this element


strPath

public String strPath
display path of this element


strType

public String strType
display type of this element

Constructor Detail

ARG_VerifyManagerElement

public ARG_VerifyManagerElement()

ARG_VerifyManagerElement

public ARG_VerifyManagerElement(ADClientAble ohElem,
                                String strName,
                                String strType,
                                String strPath,
                                String strIcon,
                                boolean hasAccess,
                                K_LOCKSTATUS kLockStatus,
                                List<ARG_VerifyManagerMessage> seqMsg)
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