vub.starlab.InterpretationLayer.objects
Interface IApplication

All Known Implementing Classes:
Application

public interface IApplication
extends IIlObject

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

Version:
1.0
Author:
Jan Demey

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
 

Method Detail

getApplicationLabel

public java.lang.String getApplicationLabel()
Accessor method for getting the ApplicationLabel of this application
Returns:
String the ApplicationLabel of this application

getApplicationName

public java.lang.String getApplicationName()
Accessor method for getting the ApplicationName of this application
Returns:
String the ApplicationName of this application

getApplicationDescription

public java.lang.String getApplicationDescription()
Accessor method for getting the ApplicationDescription of this application
Returns:
String the ApplicationDescription of this application

getUserName

public java.lang.String getUserName()
Accessor method for getting the UserName of the last contributor to this application
Returns:
String the username of the last contributor to this application

setApplicationLabel

public void setApplicationLabel(java.lang.String ApplicationLabel)
Accessor method to set the ApplicationLabel for this application
Parameters:
ApplicationLabel - the new label for this application

setApplicationName

public void setApplicationName(java.lang.String ApplicationName)
Accessor method to set the ApplicationName for this application
Parameters:
ApplicationName - the new name for this application

setApplicationDescription

public void setApplicationDescription(java.lang.String ApplicationDescription)
Accessor method to set the ApplicationDescription for this application
Parameters:
ApplicationDescription - the new description for this application

setUserName

public void setUserName(java.lang.String username)
Accessor method to set the username of the last contributor to this application
Parameters:
username - the username of the last contributor to this application