|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.kerneos.common.config.generated.Application
public class Application
Java class for application complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="application">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}application-project"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}application-name"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}application-url"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}application-logo" minOccurs="0"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}show-minimize-all-button" minOccurs="0"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}show-cascade-button" minOccurs="0"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}show-tile-button" minOccurs="0"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}show-notification-popups" minOccurs="0"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}show-popups-from-active-window" minOccurs="0"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}enable-notifications-log" minOccurs="0"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}show-confirm-close-dialog" minOccurs="0"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}default-locale"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}languages"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}authentication" minOccurs="0"/>
<element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}managers" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
applicationLogo
|
protected String |
applicationName
|
protected String |
applicationProject
|
protected String |
applicationUrl
|
protected Authentication |
authentication
|
protected String |
defaultLocale
|
protected Boolean |
enableNotificationsLog
|
protected String |
id
|
protected List<Language> |
languages
|
protected Managers |
managers
|
protected Boolean |
showCascadeButton
|
protected Boolean |
showConfirmCloseDialog
|
protected Boolean |
showMinimizeAllButton
|
protected Boolean |
showNotificationPopups
|
protected Boolean |
showPopupsFromActiveWindow
|
protected Boolean |
showTileButton
|
| Constructor Summary | |
|---|---|
Application()
|
|
| Method Summary | |
|---|---|
String |
getApplicationLogo()
Gets the value of the applicationLogo property. |
String |
getApplicationName()
Gets the value of the applicationName property. |
String |
getApplicationProject()
Gets the value of the applicationProject property. |
String |
getApplicationUrl()
Gets the value of the applicationUrl property. |
Authentication |
getAuthentication()
Gets the value of the authentication property. |
String |
getDefaultLocale()
Gets the value of the defaultLocale property. |
Boolean |
getEnableNotificationsLog()
Gets the value of the enableNotificationsLog property. |
String |
getId()
Gets the value of the id property. |
List<Language> |
getLanguages()
|
Managers |
getManagers()
Gets the value of the managers property. |
Boolean |
getShowCascadeButton()
Gets the value of the showCascadeButton property. |
Boolean |
getShowConfirmCloseDialog()
Gets the value of the showConfirmCloseDialog property. |
Boolean |
getShowMinimizeAllButton()
Gets the value of the showMinimizeAllButton property. |
Boolean |
getShowNotificationPopups()
Gets the value of the showNotificationPopups property. |
Boolean |
getShowPopupsFromActiveWindow()
Gets the value of the showPopupsFromActiveWindow property. |
Boolean |
getShowTileButton()
Gets the value of the showTileButton property. |
void |
setApplicationLogo(String value)
Sets the value of the applicationLogo property. |
void |
setApplicationName(String value)
Sets the value of the applicationName property. |
void |
setApplicationProject(String value)
Sets the value of the applicationProject property. |
void |
setApplicationUrl(String value)
Sets the value of the applicationUrl property. |
void |
setAuthentication(Authentication value)
Sets the value of the authentication property. |
void |
setDefaultLocale(String value)
Sets the value of the defaultLocale property. |
void |
setEnableNotificationsLog(Boolean value)
Sets the value of the enableNotificationsLog property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLanguages(List<Language> languages)
|
void |
setManagers(Managers value)
Sets the value of the managers property. |
void |
setShowCascadeButton(Boolean value)
Sets the value of the showCascadeButton property. |
void |
setShowConfirmCloseDialog(Boolean value)
Sets the value of the showConfirmCloseDialog property. |
void |
setShowMinimizeAllButton(Boolean value)
Sets the value of the showMinimizeAllButton property. |
void |
setShowNotificationPopups(Boolean value)
Sets the value of the showNotificationPopups property. |
void |
setShowPopupsFromActiveWindow(Boolean value)
Sets the value of the showPopupsFromActiveWindow property. |
void |
setShowTileButton(Boolean value)
Sets the value of the showTileButton property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String applicationProject
protected String applicationName
protected String applicationUrl
protected String applicationLogo
protected Boolean showMinimizeAllButton
protected Boolean showCascadeButton
protected Boolean showTileButton
protected Boolean showNotificationPopups
protected Boolean showPopupsFromActiveWindow
protected Boolean enableNotificationsLog
protected Boolean showConfirmCloseDialog
protected String defaultLocale
protected Authentication authentication
protected Managers managers
protected List<Language> languages
| Constructor Detail |
|---|
public Application()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getApplicationProject()
Stringpublic void setApplicationProject(String value)
value - allowed object is
Stringpublic String getApplicationName()
Stringpublic void setApplicationName(String value)
value - allowed object is
Stringpublic String getApplicationUrl()
Stringpublic void setApplicationUrl(String value)
value - allowed object is
Stringpublic String getApplicationLogo()
Stringpublic void setApplicationLogo(String value)
value - allowed object is
Stringpublic Boolean getShowMinimizeAllButton()
Booleanpublic void setShowMinimizeAllButton(Boolean value)
value - allowed object is
Booleanpublic Boolean getShowCascadeButton()
Booleanpublic void setShowCascadeButton(Boolean value)
value - allowed object is
Booleanpublic Boolean getShowTileButton()
Booleanpublic void setShowTileButton(Boolean value)
value - allowed object is
Booleanpublic Boolean getShowNotificationPopups()
Booleanpublic void setShowNotificationPopups(Boolean value)
value - allowed object is
Booleanpublic Boolean getShowPopupsFromActiveWindow()
Booleanpublic void setShowPopupsFromActiveWindow(Boolean value)
value - allowed object is
Booleanpublic Boolean getEnableNotificationsLog()
Booleanpublic void setEnableNotificationsLog(Boolean value)
value - allowed object is
Booleanpublic Boolean getShowConfirmCloseDialog()
Booleanpublic void setShowConfirmCloseDialog(Boolean value)
value - allowed object is
Booleanpublic String getDefaultLocale()
Stringpublic void setDefaultLocale(String value)
value - allowed object is
Stringpublic Authentication getAuthentication()
Authenticationpublic void setAuthentication(Authentication value)
value - allowed object is
Authenticationpublic Managers getManagers()
Managerspublic void setManagers(Managers value)
value - allowed object is
Managerspublic List<Language> getLanguages()
public void setLanguages(List<Language> languages)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||