@Entity public class Application extends PersistentObject
| Constructor and Description |
|---|
Application()
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
|
Application(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getActive() |
org.joda.time.ReadableDateTime |
getCreated()
Overwrite this getter to set the
JsonIgnore value to false
for this subclass. |
String |
getDescription() |
Locale |
getLanguage() |
org.joda.time.ReadableDateTime |
getModified()
Overwrite this getter to set the
JsonIgnore value to false
for this subclass. |
String |
getName() |
Boolean |
getOpen() |
List<Plugin> |
getPlugins() |
String |
getUrl() |
CompositeModule |
getViewport() |
int |
hashCode() |
void |
setActive(Boolean active) |
void |
setDescription(String description) |
void |
setLanguage(Locale language) |
void |
setName(String name) |
void |
setOpen(Boolean open) |
void |
setPlugins(List<Plugin> plugins) |
void |
setUrl(String url) |
void |
setViewport(CompositeModule viewport) |
getGroupPermissions, getId, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic Application()
public org.joda.time.ReadableDateTime getCreated()
JsonIgnore value to false
for this subclass.getCreated in class PersistentObjectpublic org.joda.time.ReadableDateTime getModified()
JsonIgnore value to false
for this subclass.getModified in class PersistentObjectpublic String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Locale getLanguage()
public void setLanguage(Locale language)
public Boolean getOpen()
public void setOpen(Boolean open)
public Boolean getActive()
public void setActive(Boolean active)
public String getUrl()
public void setUrl(String url)
public CompositeModule getViewport()
public void setViewport(CompositeModule viewport)
viewport - the viewport to setpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.