Class ARG_MenuAbleTime
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_MenuAbleTime
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionintid of the picture or 0 if no picture existsintltime long of the last modification or the creationmenu able element visible as diagramdiagram of this menu able elementuuid of the menu able elementuuid of the diagramname of the element -
Constructor Summary
ConstructorsConstructorDescriptionARG_MenuAbleTime(MMMenuAble ohAble, ADClientAble ohDia, int lTime, String strName, int idPicture, String strAbleUUID, String strDiaUUID) -
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
-
ohAble
menu able element visible as diagram -
ohDia
diagram of this menu able element -
lTime
public int lTimeltime long of the last modification or the creation -
strName
name of the element -
idPicture
public int idPictureid of the picture or 0 if no picture exists -
strAbleUUID
uuid of the menu able element -
strDiaUUID
uuid of the diagram
-
-
Constructor Details
-
ARG_MenuAbleTime
public ARG_MenuAbleTime() -
ARG_MenuAbleTime
public ARG_MenuAbleTime(MMMenuAble ohAble, ADClientAble ohDia, int lTime, String strName, int idPicture, String strAbleUUID, String strDiaUUID)
-
-
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
-