Class PropertyRowImpl
- java.lang.Object
-
- org.kie.workbench.common.screens.datamodeller.client.pdescriptor.PropertyRowImpl
-
- All Implemented Interfaces:
PropertyRow
public class PropertyRowImpl extends Object implements PropertyRow
-
-
Constructor Summary
Constructors Constructor Description PropertyRowImpl()PropertyRowImpl(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetValue()voidsetName(String name)voidsetValue(String value)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacePropertyRow
-
setName
public void setName(String name)
- Specified by:
setNamein interfacePropertyRow
-
getValue
public String getValue()
- Specified by:
getValuein interfacePropertyRow
-
setValue
public void setValue(String value)
- Specified by:
setValuein interfacePropertyRow
-
-