- java.lang.Object
-
- com.logicommerce.sdk.models.ElementProperyImpl
-
- com.logicommerce.sdk.models.ElementPropertyPlugin
-
- All Implemented Interfaces:
ElementProperty
public class ElementPropertyPlugin extends ElementProperyImpl
ElementPropertyPlugin class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
-
Constructor Summary
Constructors Constructor Description ElementPropertyPlugin()Constructor for ElementPropertyPlugin.ElementPropertyPlugin(ElementProperty property)Constructor for ElementPropertyPlugin.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetPluginId()Getter for the fieldpluginId.voidsetPluginId(Integer pluginId)Setter for the fieldpluginId.-
Methods inherited from class com.logicommerce.sdk.models.ElementProperyImpl
getName, getValue, setName, setValue
-
-
-
-
Constructor Detail
-
ElementPropertyPlugin
public ElementPropertyPlugin()
Constructor for ElementPropertyPlugin.
-
ElementPropertyPlugin
public ElementPropertyPlugin(ElementProperty property)
Constructor for ElementPropertyPlugin.
- Parameters:
property- aElementPropertyobject
-
-