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 booleanhasAccessisTrue, if model user has access for the row entryK_LOCKSTATUSkLockStatuskind of lock status of the row entryADClientAbleohRowrow entryjava.util.List<ARG_TabCell>seqCelllist of cell entriesjava.util.List<ARG_TabColor>seqColorlist of color entriesjava.lang.StringstrElemBitmapdisplay bitmap of the row entryjava.lang.StringstrElemTypeelement type of the row entryARG_TabRowListvalSubsub 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 voidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidunmarshal(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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-