Class ARG_TabRow
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_TabRow
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_TabRow 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 the row entryK_LOCKSTATUS
kLockStatus
kind of lock status of the row entryADClientAble
ohRow
row entryjava.util.List<ARG_TabCell>
seqCell
list of cell entriesjava.util.List<ARG_TabColor>
seqColor
list of color entriesjava.lang.String
strElemBitmap
display bitmap of the row entryjava.lang.String
strElemType
element type of the row entryARG_TabRowList
valSub
sub list of row entries
-
Constructor Summary
Constructors Constructor Description ARG_TabRow()
ARG_TabRow(ADClientAble ohRow, java.lang.String strElemType, java.lang.String strElemBitmap, boolean hasAccess, K_LOCKSTATUS kLockStatus, java.util.List<ARG_TabCell> seqCell, java.util.List<ARG_TabColor> seqColor, ARG_TabRowList valSub)
-
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
-
ohRow
public ADClientAble ohRow
row entry
-
strElemType
public java.lang.String strElemType
element type of the row entry
-
strElemBitmap
public java.lang.String strElemBitmap
display bitmap of the row entry
-
hasAccess
public boolean hasAccess
isTrue, if model user has access for the row entry
-
kLockStatus
public K_LOCKSTATUS kLockStatus
kind of lock status of the row entry
-
seqCell
public java.util.List<ARG_TabCell> seqCell
list of cell entries
-
seqColor
public java.util.List<ARG_TabColor> seqColor
list of color entries
-
valSub
public ARG_TabRowList valSub
sub list of row entries
-
-
Constructor Detail
-
ARG_TabRow
public ARG_TabRow()
-
ARG_TabRow
public ARG_TabRow(ADClientAble ohRow, java.lang.String strElemType, java.lang.String strElemBitmap, boolean hasAccess, K_LOCKSTATUS kLockStatus, java.util.List<ARG_TabCell> seqCell, java.util.List<ARG_TabColor> seqColor, ARG_TabRowList valSub)
-
-
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
-
-