Class ARG_ChangeSetList
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_ChangeSetList
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ChangeSetList extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isAnonym
true, if change sets are anonymousADChangeSet
ohActiveSet
the active change set assigned to the actual loginjava.util.List<ARG_ChangeSetProperties>
seqSet
list of change sets with properties
-
Constructor Summary
Constructors Constructor Description ARG_ChangeSetList()
ARG_ChangeSetList(boolean isAnonym, java.util.List<ARG_ChangeSetProperties> seqSet, ADChangeSet ohActiveSet)
-
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
-
isAnonym
public boolean isAnonym
true, if change sets are anonymous
-
seqSet
public java.util.List<ARG_ChangeSetProperties> seqSet
list of change sets with properties
-
ohActiveSet
public ADChangeSet ohActiveSet
the active change set assigned to the actual login
-
-
Constructor Detail
-
ARG_ChangeSetList
public ARG_ChangeSetList()
-
ARG_ChangeSetList
public ARG_ChangeSetList(boolean isAnonym, java.util.List<ARG_ChangeSetProperties> seqSet, ADChangeSet ohActiveSet)
-
-
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
-
-