Class ARG_MMPresEntryCreate
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_MMPresEntryCreate
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MMPresEntryCreate extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description MMFormatAble
ohFormatAble
the format able element which contains the presentation entry to be createdMMProfile
ohProfile
the profile which contains the presentation entry to be createdjava.util.List<MM2Presentation>
seqPres
list of meta presentations to be created as presentation entry
-
Constructor Summary
Constructors Constructor Description ARG_MMPresEntryCreate()
ARG_MMPresEntryCreate(MMProfile ohProfile, MMFormatAble ohFormatAble, java.util.List<MM2Presentation> seqPres)
-
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
-
ohProfile
public MMProfile ohProfile
the profile which contains the presentation entry to be created
-
ohFormatAble
public MMFormatAble ohFormatAble
the format able element which contains the presentation entry to be created
-
seqPres
public java.util.List<MM2Presentation> seqPres
list of meta presentations to be created as presentation entry
-
-
Constructor Detail
-
ARG_MMPresEntryCreate
public ARG_MMPresEntryCreate()
-
ARG_MMPresEntryCreate
public ARG_MMPresEntryCreate(MMProfile ohProfile, MMFormatAble ohFormatAble, java.util.List<MM2Presentation> seqPres)
-
-
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
-
-