de.mid.innovator.srv2api.icw2meta
Class ARG_TabRow

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

public class ARG_TabRow
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 boolean hasAccess
          isTrue, if model user has access for the row entry
 K_LOCKSTATUS kLockStatus
          kind of lock status of the row entry
 ADClientAble ohRow
          row entry
 List<ARG_TabCell> seqCell
          list of cell entries
 List<ARG_TabColor> seqColor
          list of color entries
 String strElemBitmap
          display bitmap of the row entry
 String strElemType
          element type of the row entry
 ARG_TabRowList valSub
          sub list of row entries
 
Constructor Summary
ARG_TabRow()
           
ARG_TabRow(ADClientAble ohRow, String strElemType, String strElemBitmap, boolean hasAccess, K_LOCKSTATUS kLockStatus, List<ARG_TabCell> seqCell, List<ARG_TabColor> seqColor, ARG_TabRowList valSub)
           
 
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 the row entry


kLockStatus

public K_LOCKSTATUS kLockStatus
kind of lock status of the row entry


ohRow

public ADClientAble ohRow
row entry


seqCell

public List<ARG_TabCell> seqCell
list of cell entries


seqColor

public List<ARG_TabColor> seqColor
list of color entries


strElemBitmap

public String strElemBitmap
display bitmap of the row entry


strElemType

public String strElemType
element type of the row entry


valSub

public ARG_TabRowList valSub
sub list of row entries

Constructor Detail

ARG_TabRow

public ARG_TabRow()

ARG_TabRow

public ARG_TabRow(ADClientAble ohRow,
                  String strElemType,
                  String strElemBitmap,
                  boolean hasAccess,
                  K_LOCKSTATUS kLockStatus,
                  List<ARG_TabCell> seqCell,
                  List<ARG_TabColor> seqColor,
                  ARG_TabRowList valSub)
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