public class ModuleResources extends Object implements Serializable
Constructor and Description |
---|
ModuleResources(long moduleId,
List<ModuleResource> resources)
Creates a new instance of this class for a given module and its resources.
|
Modifier and Type | Method and Description |
---|---|
long |
getModuleId()
Gets the identifier of a module the resources of which are contained
in this instance.
|
List<ModuleResource> |
getResources()
Gets a list of module resources.
|
String |
toString() |
public ModuleResources(long moduleId, List<ModuleResource> resources)
moduleId
- the module identifierresources
- the module resourcespublic long getModuleId()
public List<ModuleResource> getResources()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.