new readonly property app.name

This commit is contained in:
stefanp 2003-04-11 13:38:41 +00:00
parent b522a740df
commit b7f4d03a5e

View file

@ -326,6 +326,15 @@ public class ApplicationBean implements Serializable {
return app.getAppDir().getAbsolutePath();
}
/**
*
*
* @return ...
*/
public String getname() {
return app.getName();
}
/**
*
*