|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ARG_ChangeSetOperationValue
public class ARG_ChangeSetOperationValue
| 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 |
|---|
public Date lAtTime
public Date lEndTime
public Date lStartTime
public ADChangeSet ohChangeSet
public ADCSInstance ohCSInst
public ADCSOperation ohCSOp
public ELElement ohInst
public String strChangeSetName
public String strInstBitmap
public String strInstName
public String strInstOwnerQualifiedName
public String strInstType
public String strInstUUID
public String strNote
public String strOperation
public String strPropertyName
public String strPropertyValue
public String strUserName
| Constructor Detail |
|---|
public 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 |
|---|
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
marshal in interface de.mid.innovator.srv2api.impl.MarshallAblepublic void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||