Class ActionItem
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.meta.ActionItem
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ActionItem extends Object implements Serializable
Deprecated.Клиентская модель 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 StringgetActionId()Deprecated.BooleangetContext()Deprecated.StringgetEventId()Deprecated.StringgetLabel()Deprecated.voidsetActionId(String actionId)Deprecated.voidsetContext(Boolean context)Deprecated.voidsetEventId(String eventId)Deprecated.voidsetLabel(String label)Deprecated.
-
-
-
Method Detail
-
getActionId
public String getActionId()
Deprecated.
-
setActionId
public void setActionId(String actionId)
Deprecated.
-
getContext
public Boolean getContext()
Deprecated.
-
setContext
public void setContext(Boolean context)
Deprecated.
-
getLabel
public String getLabel()
Deprecated.
-
setLabel
public void setLabel(String label)
Deprecated.
-
getEventId
public String getEventId()
Deprecated.
-
setEventId
public void setEventId(String eventId)
Deprecated.
-
-