public class Page extends BaseEntity<Page>
XML, XML_COMPACT| Modifier and Type | Method and Description |
|---|---|
void |
accept(IVisitor visitor) |
boolean |
equals(Object obj) |
Boolean |
getDefault() |
String |
getDescription() |
String |
getName() |
String |
getPackage() |
String |
getPath() |
Boolean |
getStandalone() |
String |
getTitle() |
String |
getView() |
int |
hashCode() |
boolean |
isDefault() |
boolean |
isStandalone() |
void |
mergeAttributes(Page other) |
Page |
setDefault(Boolean _default) |
Page |
setDescription(String description) |
Page |
setName(String name) |
Page |
setPackage(String _package) |
Page |
setPath(String path) |
Page |
setStandalone(Boolean standalone) |
Page |
setTitle(String title) |
Page |
setView(String view) |
assertAttributeEquals, equals, formatTo, toStringpublic Page()
public Page(String name)
public void accept(IVisitor visitor)
public Boolean getDefault()
public String getDescription()
public String getName()
public String getPackage()
public String getPath()
public Boolean getStandalone()
public String getTitle()
public String getView()
public boolean isDefault()
public boolean isStandalone()
public void mergeAttributes(Page other)
Copyright © 2022 Unidal Organization. All rights reserved.