com.groiss.org
Interface Application


public interface Application

Interface for describing an application. Process definitions, forms, rights, roles, tasks, and functions belog to applications.


Field Summary
static long DEFAULT
          The default application oid.
 
Method Summary
 String getApplDirectory()
          Return the directory where the application files are installed.
 Object getApplicationClass()
           
 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.
 String getVersion()
           
 void setDescription(String description)
           
 

Field Detail

DEFAULT

static final long DEFAULT
The default application oid.

See Also:
Constant Field Values
Method Detail

getOid

long getOid()
Returns the unique oid of the object.

Returns:
the oid

getId

String getId()
Return the id of the application.

Returns:
the id

getName

String getName()
Returns the name of the application

Returns:
the name, a string object

getDescription

String getDescription()
Get the description.

Returns:
the description

setDescription

void setDescription(String description)

getApplDirectory

String getApplDirectory()
Return the directory where the application files are installed.


getApplicationClass

Object getApplicationClass()

getVersion

String getVersion()


@enterprise 8.0.10078 Copyright © 2001-2011 Groiss Informatics GmbH. All Rights Reserved.