public class Module
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Module() |
|
Module(ModuleType type,
URLPath path,
Element model) |
|
Module(ModuleType type,
URLPath path,
Element model,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
Element |
getModel() |
java.lang.String |
getModuleFileName() |
ModuleType |
getModuleType() |
java.lang.String |
getName() |
URLPath |
getPath() |
void |
setModel(Element model) |
void |
setName(java.lang.String name) |
void |
setPath(URLPath path) |
void |
setType(ModuleType type) |
public Module(ModuleType type, URLPath path, Element model, java.lang.String name)
public Module(ModuleType type, URLPath path, Element model)
protected Module()
public ModuleType getModuleType()
public java.lang.String getName()
public Element getModel()
public void setType(ModuleType type)
public void setPath(URLPath path)
public void setName(java.lang.String name)
public void setModel(Element model)
public URLPath getPath()
public java.lang.String getModuleFileName()