@Entity public class Module extends PersistentObject
Layout and it stores basic properties (like
border, height , width, ...).
This class is the simple base class of either simple (e.g. LayerTree)
or complex (CompositeModule) subclasses and can thereby considered
as a node in a tree structure of (sub-)modules.
| Constructor and Description |
|---|
Module()
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
|
Module(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
Map<String,Object> |
getProperties() |
String |
getXtype() |
int |
hashCode() |
void |
setName(String name) |
void |
setProperties(Map<String,Object> properties) |
void |
setXtype(String xtype) |
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic Module()
public Module(String name)
public String getName()
public void setName(String name)
name - the name to setpublic String getXtype()
public void setXtype(String xtype)
xtype - the xtype to setpublic void setProperties(Map<String,Object> properties)
properties - the properties to setpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.