Class ARG_ChangeSetOperationValue
java.lang.Object
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
FieldsModifier and TypeFieldDescriptionkind of the propertythe operation was executed at this timeend time of the latest change set fragment or 0 if still activestarting time of this change setchange set of this instance operation valuechange set instancechange set operationinstance of this operation, 0 if it does not exist in modelname of change setbitmap name of the instancename of the instancequalified name of the instances ownertype of this instanceuuid of this instancechange set descriptionthis operation was executedname of the property involved in this operationnew value assigned to the propertyoperation was executed by this user -
Constructor Summary
ConstructorsConstructorDescriptionARG_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, K_VATTR_CS kVAttrCS, String strPropertyName, String strPropertyValue, ADCSOperation ohCSOp, ADCSInstance ohCSInst) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(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 Details
-
ohChangeSet
change set of this instance operation value -
strChangeSetName
name of change set -
lStartTime
starting time of this change set -
lEndTime
end time of the latest change set fragment or 0 if still active -
strNote
change set description -
strUserName
operation was executed by this user -
ohInst
instance of this operation, 0 if it does not exist in model -
strInstName
name of the instance -
strInstOwnerQualifiedName
qualified name of the instances owner -
strInstBitmap
bitmap name of the instance -
strInstType
type of this instance -
strInstUUID
uuid of this instance -
lAtTime
the operation was executed at this time -
strOperation
this operation was executed -
kVAttrCS
kind of the property -
strPropertyName
name of the property involved in this operation -
strPropertyValue
new value assigned to the property -
ohCSOp
change set operation -
ohCSInst
change set instance
-
-
Constructor Details
-
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, K_VATTR_CS kVAttrCS, String strPropertyName, String strPropertyValue, ADCSOperation ohCSOp, ADCSInstance ohCSInst)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- 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
-