de.mid.innovator.srv2api.icw2meta
Class ARG_ChangeSetOperationValue

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

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


Field Summary
 Date lAtTime
          the operation was executed at this time
 Date lEndTime
          end time of the latest change set fragment or 0 if still active
 Date lStartTime
          starting time of this change set
 ADChangeSet ohChangeSet
          change set of this instance operation value
 ADCSInstance ohCSInst
          change set instance
 ADCSOperation ohCSOp
          change set operation
 ELElement ohInst
          instance of this operation, 0 if it does not exist in model
 String strChangeSetName
          name of change set
 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
 String strNote
          change set description
 String strOperation
          this operation was executed
 String strPropertyName
          name of the property involved in this operation
 String strPropertyValue
          new value assigned to the property
 String strUserName
          operation was executed by this user
 
Constructor Summary
ARG_ChangeSetOperationValue()
           
ARG_ChangeSetOperationValue(ADChangeSet ohChangeSet, String strChangeSetName, Date lStartTime, Date lEndTime, String strNote, String strUserName, ELElement ohInst, String strInstName, String strInstOwnerQualifiedName, String strInstBitmap, String strInstType, String strInstUUID, Date lAtTime, String strOperation, String strPropertyName, String strPropertyValue, ADCSOperation ohCSOp, ADCSInstance ohCSInst)
           
 
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

lAtTime

public Date lAtTime
the operation was executed at this time


lEndTime

public Date lEndTime
end time of the latest change set fragment or 0 if still active


lStartTime

public Date lStartTime
starting time of this change set


ohChangeSet

public ADChangeSet ohChangeSet
change set of this instance operation value


ohCSInst

public ADCSInstance ohCSInst
change set instance


ohCSOp

public ADCSOperation ohCSOp
change set operation


ohInst

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


strChangeSetName

public String strChangeSetName
name of change set


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


strNote

public String strNote
change set description


strOperation

public String strOperation
this operation was executed


strPropertyName

public String strPropertyName
name of the property involved in this operation


strPropertyValue

public String strPropertyValue
new value assigned to the property


strUserName

public String strUserName
operation was executed by this user

Constructor Detail

ARG_ChangeSetOperationValue

public ARG_ChangeSetOperationValue()

ARG_ChangeSetOperationValue

public ARG_ChangeSetOperationValue(ADChangeSet ohChangeSet,
                                   String strChangeSetName,
                                   Date lStartTime,
                                   Date lEndTime,
                                   String strNote,
                                   String strUserName,
                                   ELElement ohInst,
                                   String strInstName,
                                   String strInstOwnerQualifiedName,
                                   String strInstBitmap,
                                   String strInstType,
                                   String strInstUUID,
                                   Date lAtTime,
                                   String strOperation,
                                   String strPropertyName,
                                   String strPropertyValue,
                                   ADCSOperation ohCSOp,
                                   ADCSInstance ohCSInst)
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