Class ARG_ChangeSetInstanceOverview
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_ChangeSetInstanceOverview
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ChangeSetInstanceOverview extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description K_CS_INSTkCSInstmodification kind of this instancejava.util.DatelAtTimethe first operation was executed at this timeADCSInstanceohCSInstchange set instanceELElementohInstinstance of this operation, 0 if it does not exist in modeljava.lang.StringstrInstBitmapbitmap name of the instancejava.lang.StringstrInstNamename of the instancejava.lang.StringstrInstOwnerQualifiedNamequalified name of the instances ownerjava.lang.StringstrInstTypetype of this instancejava.lang.StringstrInstUUIDuuid of this instance
-
Constructor Summary
Constructors Constructor Description ARG_ChangeSetInstanceOverview()ARG_ChangeSetInstanceOverview(ELElement ohInst, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, K_CS_INST kCSInst, ADCSInstance ohCSInst, java.util.Date lAtTime)
-
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
-
ohInst
public ELElement ohInst
instance of this operation, 0 if it does not exist in model
-
strInstName
public java.lang.String strInstName
name of the instance
-
strInstOwnerQualifiedName
public java.lang.String strInstOwnerQualifiedName
qualified name of the instances owner
-
strInstBitmap
public java.lang.String strInstBitmap
bitmap name of the instance
-
strInstType
public java.lang.String strInstType
type of this instance
-
strInstUUID
public java.lang.String strInstUUID
uuid of this instance
-
kCSInst
public K_CS_INST kCSInst
modification kind of this instance
-
ohCSInst
public ADCSInstance ohCSInst
change set instance
-
lAtTime
public java.util.Date lAtTime
the first operation was executed at this time
-
-
Constructor Detail
-
ARG_ChangeSetInstanceOverview
public ARG_ChangeSetInstanceOverview()
-
ARG_ChangeSetInstanceOverview
public ARG_ChangeSetInstanceOverview(ELElement ohInst, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, K_CS_INST kCSInst, ADCSInstance ohCSInst, java.util.Date lAtTime)
-
-
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
-
-