Class ActionItem
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.meta.ActionItem
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class ActionItem extends java.lang.Object implements java.io.SerializableDeprecated.Клиентская модель menuItem- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionItem()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetActionId()Deprecated.java.lang.BooleangetContext()Deprecated.java.lang.StringgetEventId()Deprecated.java.lang.StringgetLabel()Deprecated.voidsetActionId(java.lang.String actionId)Deprecated.voidsetContext(java.lang.Boolean context)Deprecated.voidsetEventId(java.lang.String eventId)Deprecated.voidsetLabel(java.lang.String label)Deprecated.
-
-
-
Method Detail
-
getActionId
public java.lang.String getActionId()
Deprecated.
-
setActionId
public void setActionId(java.lang.String actionId)
Deprecated.
-
getContext
public java.lang.Boolean getContext()
Deprecated.
-
setContext
public void setContext(java.lang.Boolean context)
Deprecated.
-
getLabel
public java.lang.String getLabel()
Deprecated.
-
setLabel
public void setLabel(java.lang.String label)
Deprecated.
-
getEventId
public java.lang.String getEventId()
Deprecated.
-
setEventId
public void setEventId(java.lang.String eventId)
Deprecated.
-
-