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 MMFormatAbleohFormatAblethe format able element which contains the presentation entry to be createdMMProfileohProfilethe profile which contains the presentation entry to be createdjava.util.List<MM2Presentation>seqPreslist 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 voidmarshal(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 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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-