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 java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description K_VATTR_CS
kVAttrCS
kind of the propertyjava.util.Date
lAtTime
the operation was executed at this timejava.util.Date
lEndTime
end time of the latest change set fragment or 0 if still activejava.util.Date
lStartTime
starting time of this change setADChangeSet
ohChangeSet
change set of this instance operation valueADCSInstance
ohCSInst
change set instanceADCSOperation
ohCSOp
change set operationELElement
ohInst
instance of this operation, 0 if it does not exist in modeljava.lang.String
strChangeSetName
name of change setjava.lang.String
strInstBitmap
bitmap name of the instancejava.lang.String
strInstName
name of the instancejava.lang.String
strInstOwnerQualifiedName
qualified name of the instances ownerjava.lang.String
strInstType
type of this instancejava.lang.String
strInstUUID
uuid of this instancejava.lang.String
strNote
change set descriptionjava.lang.String
strOperation
this operation was executedjava.lang.String
strPropertyName
name of the property involved in this operationjava.lang.String
strPropertyValue
new value assigned to the propertyjava.lang.String
strUserName
operation was executed by this user
-
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)
-
-
-
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
-
ohCSOp
public ADCSOperation ohCSOp
change set operation
-
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 interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-