- All Known Subinterfaces:
CustomTag,OrderAdditionalInformation
- All Known Implementing Classes:
CustomTagImpl,ElementPropertyPlugin,ElementProperyImpl,OrderAdditionalInformationImpl
public interface ElementProperty
ElementProperty interface.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
Method Summary
-
Method Details
-
getName
String getName()Get name value of the element.
- Returns:
- a
Stringobject - Since:
- 1.0.16
-
getValue
String getValue()Get value of the element.
- Returns:
- a
Stringobject - Since:
- 1.0.16
-
setName
Set name value of the element.
- Parameters:
name- aStringobject- Since:
- 1.0.16
-
setValue
Set value of the element.
- Parameters:
value- aStringobject- Since:
- 1.0.16
-