- java.lang.Object
-
- com.logicommerce.sdk.models.ElementProperyImpl
-
- All Implemented Interfaces:
ElementProperty
- Direct Known Subclasses:
ElementPropertyPlugin
public class ElementProperyImpl extends Object implements ElementProperty
ElementProperyImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
-
Constructor Summary
Constructors Constructor Description ElementProperyImpl()Constructor for ElementProperyImpl.ElementProperyImpl(String name, String value)Constructor for ElementProperyImpl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get name value of the element.StringgetValue()Get value of the element.voidsetName(String name)Set name value of the element.voidsetValue(String value)Set value of the element.
-
-
-
Method Detail
-
getName
public String getName()
Get name value of the element.
- Specified by:
getNamein interfaceElementProperty- Returns:
- a
Stringobject
-
getValue
public String getValue()
Get value of the element.
- Specified by:
getValuein interfaceElementProperty- Returns:
- a
Stringobject
-
setName
public void setName(String name)
Set name value of the element.
- Specified by:
setNamein interfaceElementProperty- Parameters:
name- aStringobject
-
setValue
public void setValue(String value)
Set value of the element.
- Specified by:
setValuein interfaceElementProperty- Parameters:
value- aStringobject
-
-