|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ARG_VerifyManagerElement
public class ARG_VerifyManagerElement
| 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 |
|---|
public boolean hasAccess
public K_LOCKSTATUS kLockStatus
public ADClientAble ohElem
public List<ARG_VerifyManagerMessage> seqMsg
public String strIcon
public String strName
public String strPath
public String strType
| Constructor Detail |
|---|
public 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 |
|---|
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
marshal in interface de.mid.innovator.srv2api.impl.MarshallAblepublic void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||