vub.starlab.InterpretationLayer.objects
Class Application

java.lang.Object
  |
  +--vub.starlab.InterpretationLayer.objects.Application

public class Application
extends java.lang.Object
implements IApplication

Title: Dogma Interpretation Layer Objects : Application
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab

Version:
1.0
Author:
Jan Demey

Constructor Summary
Application(java.lang.String ApplicationLabel)
           
Application(java.lang.String ApplicationLabel, java.lang.String ApplicationName, java.lang.String ApplicationDescription, java.lang.String UserName)
           
 
Method Summary
 java.lang.String getApplicationDescription()
          Accessor method for getting the ApplicationDescription of this application
 java.lang.String getApplicationLabel()
          Accessor method for getting the ApplicationLabel of this application
 java.lang.String getApplicationName()
          Accessor method for getting the ApplicationName of this application
 java.lang.String getUserName()
          Accessor method for getting the UserName of the last contributor to this application
 void setApplicationDescription(java.lang.String ApplicationDescription)
          Accessor method to set the ApplicationDescription for this application
 void setApplicationLabel(java.lang.String ApplicationLabel)
          Accessor method to set the ApplicationLabel for this application
 void setApplicationName(java.lang.String ApplicationName)
          Accessor method to set the ApplicationName for this application
 void setUserName(java.lang.String username)
          Accessor method to set the username of the last contributor to this application
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application(java.lang.String ApplicationLabel)

Application

public Application(java.lang.String ApplicationLabel,
                   java.lang.String ApplicationName,
                   java.lang.String ApplicationDescription,
                   java.lang.String UserName)
Method Detail

getApplicationLabel

public java.lang.String getApplicationLabel()
Description copied from interface: IApplication
Accessor method for getting the ApplicationLabel of this application
Specified by:
getApplicationLabel in interface IApplication
Tags copied from interface: IApplication
Returns:
String the ApplicationLabel of this application

getApplicationName

public java.lang.String getApplicationName()
Description copied from interface: IApplication
Accessor method for getting the ApplicationName of this application
Specified by:
getApplicationName in interface IApplication
Tags copied from interface: IApplication
Returns:
String the ApplicationName of this application

getApplicationDescription

public java.lang.String getApplicationDescription()
Description copied from interface: IApplication
Accessor method for getting the ApplicationDescription of this application
Specified by:
getApplicationDescription in interface IApplication
Tags copied from interface: IApplication
Returns:
String the ApplicationDescription of this application

getUserName

public java.lang.String getUserName()
Description copied from interface: IApplication
Accessor method for getting the UserName of the last contributor to this application
Specified by:
getUserName in interface IApplication
Tags copied from interface: IApplication
Returns:
String the username of the last contributor to this application

setApplicationLabel

public void setApplicationLabel(java.lang.String ApplicationLabel)
Description copied from interface: IApplication
Accessor method to set the ApplicationLabel for this application
Specified by:
setApplicationLabel in interface IApplication
Tags copied from interface: IApplication
Parameters:
ApplicationLabel - the new label for this application

setApplicationName

public void setApplicationName(java.lang.String ApplicationName)
Description copied from interface: IApplication
Accessor method to set the ApplicationName for this application
Specified by:
setApplicationName in interface IApplication
Tags copied from interface: IApplication
Parameters:
ApplicationName - the new name for this application

setApplicationDescription

public void setApplicationDescription(java.lang.String ApplicationDescription)
Description copied from interface: IApplication
Accessor method to set the ApplicationDescription for this application
Specified by:
setApplicationDescription in interface IApplication
Tags copied from interface: IApplication
Parameters:
ApplicationDescription - the new description for this application

setUserName

public void setUserName(java.lang.String username)
Description copied from interface: IApplication
Accessor method to set the username of the last contributor to this application
Specified by:
setUserName in interface IApplication
Tags copied from interface: IApplication
Parameters:
username - the username of the last contributor to this application