public class ModulesProcessingResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ModulesProcessingResult() |
ModulesProcessingResult(ModuleList moduleList,
ModuleList newModuleList) |
| Modifier and Type | Method and Description |
|---|---|
ModuleList |
getModuleList() |
ModuleList |
getNewModuleList() |
void |
setModuleList(ModuleList moduleList) |
void |
setNewModuleList(ModuleList newModuleList) |
public ModulesProcessingResult()
public ModulesProcessingResult(ModuleList moduleList, ModuleList newModuleList)
moduleList - newModuleList - public ModuleList getModuleList()
public void setModuleList(ModuleList moduleList)
moduleList - the moduleList to setpublic ModuleList getNewModuleList()
public void setNewModuleList(ModuleList newModuleList)
newModuleList - the newModuleList to setCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.