com.elixirtech.ers2.client
Class Application
java.lang.Object
com.elixirtech.ers2.client.Application
- All Implemented Interfaces:
- com.elixirtech.arch.IApplication, java.io.Serializable
public class Application
- extends java.lang.Object
- implements com.elixirtech.arch.IApplication
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
TITLE
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TITLE
public static final java.lang.String TITLE
- See Also:
- Constant Field Values
Application
public Application()
getId
public java.lang.String getId()
- Specified by:
getId
in interface com.elixirtech.arch.IApplication
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface com.elixirtech.arch.IApplication
getBuild
public java.lang.String getBuild()
- Specified by:
getBuild
in interface com.elixirtech.arch.IApplication
getCopyright
public java.lang.String getCopyright()
- Specified by:
getCopyright
in interface com.elixirtech.arch.IApplication
getFrameIcon
public java.awt.Image getFrameIcon()
- Specified by:
getFrameIcon
in interface com.elixirtech.arch.IApplication
getSplashImage
public java.awt.Image getSplashImage()
- Specified by:
getSplashImage
in interface com.elixirtech.arch.IApplication