net.sf.webmancer.base
Interface IApplicationInformation

All Known Implementing Classes:
ApplicationInformation

public interface IApplicationInformation

Implementation of this interface is intended to hold the basic information about the application -- the name of the application, version and the author's name is stored here.

Author:
Michal Burda

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.
 

Method Detail

getTitle

java.lang.String getTitle()
Get the name of the application.

Returns:
the title of the application

getAuthor

java.lang.String getAuthor()
Get the author of the application.

Returns:
the author

getVersion

java.lang.String getVersion()
Get the version of the application.

Returns:
the version


Copyright © 2006-2007. All Rights Reserved.