Class ARG_ChangeSetList
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_ChangeSetList
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrue, if change sets are anonymousthe active change set assigned to the actual loginlist of change sets with properties -
Constructor Summary
ConstructorsConstructorDescriptionARG_ChangeSetList(boolean isAnonym, List<ARG_ChangeSetProperties> seqSet, ADChangeSet ohActiveSet) -
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
-
isAnonym
public boolean isAnonymtrue, if change sets are anonymous -
seqSet
list of change sets with properties -
ohActiveSet
the active change set assigned to the actual login
-
-
Constructor Details
-
ARG_ChangeSetList
public ARG_ChangeSetList() -
ARG_ChangeSetList
public ARG_ChangeSetList(boolean isAnonym, List<ARG_ChangeSetProperties> seqSet, ADChangeSet ohActiveSet)
-
-
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
-