public class BaseObjectType extends Object implements IModuleObject
| Constructor and Description |
|---|
BaseObjectType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String name,
String value)
Add property to the collection.
|
List<PropertyType> |
getProperty()
Get list of the object properties.
|
PropertyType |
getPropertyByName(String name)
Get property by name.
|
void |
setProperty(List<PropertyType> property)
Set list of the object properties.
|
public List<PropertyType> getProperty()
public void setProperty(List<PropertyType> property)
property - list.public PropertyType getPropertyByName(String name)
name - of the property.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.