public class ModuleResources
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ModuleResources(long moduleId,
java.util.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.
|
java.util.List<ModuleResource> |
getResources()
Gets a list of module resources.
|
java.lang.String |
toString() |
public ModuleResources(long moduleId,
java.util.List<ModuleResource> resources)
moduleId - the module identifierresources - the module resourcespublic long getModuleId()
public java.util.List<ModuleResource> getResources()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.