|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--vub.starlab.InterpretationLayer.objects.Application
Title: Dogma Interpretation Layer Objects : Application
Description:
Copyright: Copyright (c) 2001
Company: VUB - STARLab
| 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 |
|
| Constructor Detail |
public Application(java.lang.String ApplicationLabel)
public Application(java.lang.String ApplicationLabel,
java.lang.String ApplicationName,
java.lang.String ApplicationDescription,
java.lang.String UserName)
| Method Detail |
public java.lang.String getApplicationLabel()
public java.lang.String getApplicationName()
public java.lang.String getApplicationDescription()
public java.lang.String getUserName()
public void setApplicationLabel(java.lang.String ApplicationLabel)
ApplicationLabel - the new label for this applicationpublic void setApplicationName(java.lang.String ApplicationName)
ApplicationName - the new name for this applicationpublic void setApplicationDescription(java.lang.String ApplicationDescription)
ApplicationDescription - the new description for this applicationpublic void setUserName(java.lang.String username)
username - the username of the last contributor to this application
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||