public class PropertyDB.ImportPropertySettings extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected PropertyDB.Import |
parent |
protected Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> |
source |
| Constructor and Description |
|---|
ImportPropertySettings() |
| Modifier and Type | Method and Description |
|---|---|
PropertyDB.Import |
getParent() |
Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> |
getSource() |
void |
run() |
PropertyDB.Import |
set() |
void |
setParent(PropertyDB.Import parent) |
void |
setSource(Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> source) |
PropertyDB.ImportPropertySettings |
source(Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> source) |
protected Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> source
protected PropertyDB.Import parent
public Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> getSource()
public void setSource(Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> source)
public PropertyDB.ImportPropertySettings source(Iterable<xyz.cofe.collection.Pair<PropertyID,PropertySettings>> source)
public PropertyDB.Import getParent()
public void setParent(PropertyDB.Import parent)
public PropertyDB.Import set()
Copyright © 2019. All rights reserved.