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 intidPictureid of the picture or 0 if no picture existsintlTimeltime long of the last modification or the creationMMMenuAbleohAblemenu able element visible as diagramADClientAbleohDiadiagram of this menu able elementjava.lang.StringstrAbleUUIDuuid of the menu able elementjava.lang.StringstrDiaUUIDuuid of the diagramjava.lang.StringstrNamename 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 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
-
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:
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
-
-