Class ARG_MenuAbleTime
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_MenuAbleTime
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MenuAbleTime extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description int
idPicture
id of the picture or 0 if no picture existsint
lTime
ltime long of the last modification or the creationMMMenuAble
ohAble
menu able element visible as diagramADClientAble
ohDia
diagram of this menu able elementjava.lang.String
strAbleUUID
uuid of the menu able elementjava.lang.String
strDiaUUID
uuid of the diagramjava.lang.String
strName
name of the element
-
Constructor Summary
Constructors Constructor Description ARG_MenuAbleTime()
ARG_MenuAbleTime(MMMenuAble ohAble, ADClientAble ohDia, int lTime, java.lang.String strName, int idPicture, java.lang.String strAbleUUID, java.lang.String strDiaUUID)
-
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
-
ohAble
public MMMenuAble ohAble
menu able element visible as diagram
-
ohDia
public ADClientAble ohDia
diagram of this menu able element
-
lTime
public int lTime
ltime long of the last modification or the creation
-
strName
public java.lang.String strName
name of the element
-
idPicture
public int idPicture
id of the picture or 0 if no picture exists
-
strAbleUUID
public java.lang.String strAbleUUID
uuid of the menu able element
-
strDiaUUID
public java.lang.String strDiaUUID
uuid of the diagram
-
-
Constructor Detail
-
ARG_MenuAbleTime
public ARG_MenuAbleTime()
-
ARG_MenuAbleTime
public ARG_MenuAbleTime(MMMenuAble ohAble, ADClientAble ohDia, int lTime, java.lang.String strName, int idPicture, java.lang.String strAbleUUID, java.lang.String strDiaUUID)
-
-
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
-
-