|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.bion.officelayer.internal.application.ApplicationInfo
public class ApplicationInfo
Information provider of an office application.
Field Summary |
---|
Fields inherited from interface ag.ion.bion.officelayer.application.IApplicationInfo |
---|
EMPTY_APPLICATION_INFOS_ARRAY |
Constructor Summary | |
---|---|
ApplicationInfo(java.lang.String home,
IApplicationProperties applicationProperties)
Constructs new ApplicationInfo. |
Method Summary | |
---|---|
java.lang.String |
getHome()
Returns home of the office application. |
int |
getMajorVersion()
Returns major version of the office application. |
int |
getMinorVersion()
Returns minor version of the office application. |
IApplicationProperties |
getProperties()
Returns properties of the office application. |
int |
getUpdateVersion()
Returns update version of the office application. |
void |
setVersion(int major,
int minor,
int update)
Sets version of the office application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationInfo(java.lang.String home, IApplicationProperties applicationProperties) throws java.lang.IllegalArgumentException
home
- home of the office application to be usedapplicationProperties
- application properties to be used
java.lang.IllegalArgumentException
- if the submitted home path is not validMethod Detail |
---|
public void setVersion(int major, int minor, int update)
major
- major version to be usedminor
- minor version to be usedupdate
- update version to be usedpublic java.lang.String getHome()
getHome
in interface IApplicationInfo
public IApplicationProperties getProperties()
getProperties
in interface IApplicationInfo
public int getMajorVersion()
-1
if the major version is not available.
getMajorVersion
in interface IApplicationInfo
-1
if the major version is not availablepublic int getMinorVersion()
-1
if the minor version is not available.
getMinorVersion
in interface IApplicationInfo
-1
if the minor version is not availablepublic int getUpdateVersion()
-1
if the update version is not available.
getUpdateVersion
in interface IApplicationInfo
-1
if the update version is not available
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |