public class GetFirstLevelParentsTask extends Task
| Modifier and Type | Field and Description |
|---|---|
(package private) XMLDBModel |
_model |
_isUpdateTask| Constructor and Description |
|---|
GetFirstLevelParentsTask(XMLDBModel model)
Construct an instance of this class and set the model for which the first
level parents need to be fetched.
|
| Modifier and Type | Method and Description |
|---|---|
XMLDBModel |
getModel()
Return the model for which the first level parents need to be fetched.
|
void |
setModel(XMLDBModel model)
Set the model for which the first level parents need to be fetched.
|
isUpdateTask, setIsUpdateTaskXMLDBModel _model
public GetFirstLevelParentsTask(XMLDBModel model)
model - Model for which the first level parents need to be fetched.public XMLDBModel getModel()
setModel(ptdb.common.dto.XMLDBModel)public void setModel(XMLDBModel model)
model - Model for which the first level parents need to be fetched.getModel()