|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.webmancer.base.ApplicationInformation
public class ApplicationInformation
The ApplicationInformation class is intended to hold the basic information about the application -- the name of the application, version and the author's name is stored here.
| Constructor Summary | |
|---|---|
ApplicationInformation()
Constructs the ApplicationInformation. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
Get the author of the application. |
java.lang.String |
getTitle()
Get the name of the application. |
java.lang.String |
getVersion()
Get the version of the application. |
void |
setAuthor(java.lang.String author)
Sets the author. |
void |
setTitle(java.lang.String title)
Sets the application's title. |
void |
setVersion(java.lang.String version)
Sets the version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationInformation()
| Method Detail |
|---|
public void setTitle(java.lang.String title)
title - the application's title to setpublic void setAuthor(java.lang.String author)
author - the author to setpublic void setVersion(java.lang.String version)
version - the version to setpublic java.lang.String getTitle()
IApplicationInformation
getTitle in interface IApplicationInformationIApplicationInformation.getTitle()public java.lang.String getVersion()
IApplicationInformation
getVersion in interface IApplicationInformationIApplicationInformation.getVersion()public java.lang.String getAuthor()
IApplicationInformation
getAuthor in interface IApplicationInformationIApplicationInformation.getAuthor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||