de.mid.innovator.srv2api.icw2meta
Class ARG_ChangeSetInstanceOverview

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

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


Field Summary
 boolean isAssigned
          assigned to work list
 K_CS_INST kCSInst
          modification kind of this instance
 Date lAtTime
          the first operation was executed at this time
 ADCSInstance ohCSInst
          change set instance
 ELElement ohInst
          instance of this operation, 0 if it does not exist in model
 String strInstBitmap
          bitmap name of the instance
 String strInstName
          name of the instance
 String strInstOwnerQualifiedName
          qualified name of the instances owner
 String strInstType
          type of this instance
 String strInstUUID
          uuid of this instance
 
Constructor Summary
ARG_ChangeSetInstanceOverview()
           
ARG_ChangeSetInstanceOverview(ELElement ohInst, String strInstName, String strInstOwnerQualifiedName, String strInstBitmap, String strInstType, String strInstUUID, K_CS_INST kCSInst, boolean isAssigned, ADCSInstance ohCSInst, Date lAtTime)
           
 
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

isAssigned

public boolean isAssigned
assigned to work list


kCSInst

public K_CS_INST kCSInst
modification kind of this instance


lAtTime

public Date lAtTime
the first operation was executed at this time


ohCSInst

public ADCSInstance ohCSInst
change set instance


ohInst

public ELElement ohInst
instance of this operation, 0 if it does not exist in model


strInstBitmap

public String strInstBitmap
bitmap name of the instance


strInstName

public String strInstName
name of the instance


strInstOwnerQualifiedName

public String strInstOwnerQualifiedName
qualified name of the instances owner


strInstType

public String strInstType
type of this instance


strInstUUID

public String strInstUUID
uuid of this instance

Constructor Detail

ARG_ChangeSetInstanceOverview

public ARG_ChangeSetInstanceOverview()

ARG_ChangeSetInstanceOverview

public ARG_ChangeSetInstanceOverview(ELElement ohInst,
                                     String strInstName,
                                     String strInstOwnerQualifiedName,
                                     String strInstBitmap,
                                     String strInstType,
                                     String strInstUUID,
                                     K_CS_INST kCSInst,
                                     boolean isAssigned,
                                     ADCSInstance ohCSInst,
                                     Date lAtTime)
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