public interface Application extends Comparable<Application>, Serializable
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT
The default application oid.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplDirectory()
Return the directory where the application files are installed.
|
Object |
getApplicationClass()
Returns an ApplicationInterface object for this application.
|
String |
getDescription()
Get the description.
|
String |
getId()
Return the id of the application.
|
String |
getName()
Returns the name of the application
|
long |
getOid()
Returns the unique oid of the object.
|
OrgTree |
getOrgTree()
Returns the
OrgTree used by this application |
String |
getStartupPosition() |
String |
getVersion() |
void |
setDescription(String description) |
compareTo
static final long DEFAULT
long getOid()
String getId()
String getName()
String getDescription()
void setDescription(String description)
String getApplDirectory()
Object getApplicationClass()
ApplicationAdapter
objectString getVersion()
String getStartupPosition()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.