public class Module extends BaseEntity<Module>
XML, XML_COMPACT| Modifier and Type | Method and Description |
|---|---|
void |
accept(IVisitor visitor) |
Module |
addPage(Page page) |
boolean |
equals(Object obj) |
Page |
findPage(String name) |
Boolean |
getDefault() |
String |
getName() |
String |
getPackage() |
List<Page> |
getPages() |
String |
getPath() |
int |
hashCode() |
boolean |
isDefault() |
void |
mergeAttributes(Module other) |
Page |
removePage(String name) |
Module |
setDefault(Boolean _default) |
Module |
setName(String name) |
Module |
setPackage(String _package) |
Module |
setPath(String path) |
assertAttributeEquals, equals, formatTo, toStringpublic Module()
public Module(String name)
Copyright © 2022 Unidal Organization. All rights reserved.