Class ARG_ChangeSetOperationValue

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_ChangeSetOperationValue
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Constructor Summary

      Constructors 
      Constructor Description
      ARG_ChangeSetOperationValue()  
      ARG_ChangeSetOperationValue​(ADChangeSet ohChangeSet, java.lang.String strChangeSetName, java.util.Date lStartTime, java.util.Date lEndTime, java.lang.String strNote, java.lang.String strUserName, ELElement ohInst, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, java.util.Date lAtTime, java.lang.String strOperation, K_VATTR_CS kVAttrCS, java.lang.String strPropertyName, java.lang.String strPropertyValue, ADCSOperation ohCSOp, ADCSInstance ohCSInst)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ohChangeSet

        public ADChangeSet ohChangeSet
        change set of this instance operation value
      • strChangeSetName

        public java.lang.String strChangeSetName
        name of change set
      • lStartTime

        public java.util.Date lStartTime
        starting time of this change set
      • lEndTime

        public java.util.Date lEndTime
        end time of the latest change set fragment or 0 if still active
      • strNote

        public java.lang.String strNote
        change set description
      • strUserName

        public java.lang.String strUserName
        operation was executed by this user
      • 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
      • lAtTime

        public java.util.Date lAtTime
        the operation was executed at this time
      • strOperation

        public java.lang.String strOperation
        this operation was executed
      • kVAttrCS

        public K_VATTR_CS kVAttrCS
        kind of the property
      • strPropertyName

        public java.lang.String strPropertyName
        name of the property involved in this operation
      • strPropertyValue

        public java.lang.String strPropertyValue
        new value assigned to the property
      • ohCSInst

        public ADCSInstance ohCSInst
        change set instance
    • Constructor Detail

      • ARG_ChangeSetOperationValue

        public ARG_ChangeSetOperationValue()
      • ARG_ChangeSetOperationValue

        public ARG_ChangeSetOperationValue​(ADChangeSet ohChangeSet,
                                           java.lang.String strChangeSetName,
                                           java.util.Date lStartTime,
                                           java.util.Date lEndTime,
                                           java.lang.String strNote,
                                           java.lang.String strUserName,
                                           ELElement ohInst,
                                           java.lang.String strInstName,
                                           java.lang.String strInstOwnerQualifiedName,
                                           java.lang.String strInstBitmap,
                                           java.lang.String strInstType,
                                           java.lang.String strInstUUID,
                                           java.util.Date lAtTime,
                                           java.lang.String strOperation,
                                           K_VATTR_CS kVAttrCS,
                                           java.lang.String strPropertyName,
                                           java.lang.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
      • unmarshal

        public void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                              SrvContext srvctx)
        Specified by:
        unmarshal 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