@Entity public class Layout extends PersistentObject
CompositeModule in a GUI.
It provides propertyHints, which are (names) of recommended
properties for the children of the corresponding CompositeModule and
propertyMusts, which are (names) of required properties for
the children of the CompositeModule. The values of such properties
should be stored in the child Modules property map.
(Module.setProperties(java.util.Map))| Constructor and Description |
|---|
Layout()
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<String> |
getPropertyHints() |
Set<String> |
getPropertyMusts() |
String |
getType() |
int |
hashCode() |
void |
setPropertyHints(Set<String> propertyHints) |
void |
setPropertyMusts(Set<String> propertyMusts) |
void |
setType(String type) |
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic Layout()
public String getType()
public void setType(String type)
type - public void setPropertyHints(Set<String> propertyHints)
propertyHints - the propertyHints to setpublic void setPropertyMusts(Set<String> propertyMusts)
propertyMusts - the propertyMusts to setpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.