Class ARG_VerifyManagerElement
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_VerifyManagerElement
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_VerifyManagerElement extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
hasAccess
isTrue, if model user has access for this elementK_LOCKSTATUS
kLockStatus
kind of lock status of this elementADClientAble
ohElem
the verified elementjava.util.List<ARG_VerifyManagerMessage>
seqMsg
list of verify messagesjava.lang.String
strIcon
display bitmap of this elementjava.lang.String
strName
display name of this elementjava.lang.String
strPath
display path of this elementjava.lang.String
strType
display type of this element
-
Constructor Summary
Constructors Constructor Description ARG_VerifyManagerElement()
ARG_VerifyManagerElement(ADClientAble ohElem, java.lang.String strName, java.lang.String strType, java.lang.String strPath, java.lang.String strIcon, boolean hasAccess, K_LOCKSTATUS kLockStatus, java.util.List<ARG_VerifyManagerMessage> seqMsg)
-
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)
-
-
-
Field Detail
-
ohElem
public ADClientAble ohElem
the verified element
-
strName
public java.lang.String strName
display name of this element
-
strType
public java.lang.String strType
display type of this element
-
strPath
public java.lang.String strPath
display path of this element
-
strIcon
public java.lang.String strIcon
display bitmap 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
-
seqMsg
public java.util.List<ARG_VerifyManagerMessage> seqMsg
list of verify messages
-
-
Constructor Detail
-
ARG_VerifyManagerElement
public ARG_VerifyManagerElement()
-
ARG_VerifyManagerElement
public ARG_VerifyManagerElement(ADClientAble ohElem, java.lang.String strName, java.lang.String strType, java.lang.String strPath, java.lang.String strIcon, boolean hasAccess, K_LOCKSTATUS kLockStatus, java.util.List<ARG_VerifyManagerMessage> seqMsg)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-