magi.toolkit.about
Class MagiToolkit

java.lang.Object
  |
  +--magi.toolkit.about.MagiToolkit

public class MagiToolkit
extends java.lang.Object

ABOUT information for this Toolkit.

Author:
Paul Atkinson, Magi Systems Pty Ltd.

Field Summary
static java.lang.String TOOLKIT_COPYRIGHT
           
static java.lang.String TOOLKIT_VERSION
          ====== VERSION ======
 
Method Summary
static java.lang.String getABN()
          Retrieve the Toolkit company's Australian Business Number (ABN)
static java.lang.String[] getAuthors()
          Retrieve the Toolkit author(s)
static java.lang.String getCompany()
          Retrieve the Toolkit company
static java.lang.String getCopyright()
          Retrieve the Toolkit copyright
static java.lang.String getDescription()
          Retrieve the Toolkit description
static java.lang.String getName()
          Retrieve the Toolkit name
static java.lang.String getVersion()
          Retrieve the Toolkit version number
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOOLKIT_VERSION

public static final java.lang.String TOOLKIT_VERSION
====== VERSION ======

See Also:
Constant Field Values

TOOLKIT_COPYRIGHT

public static final java.lang.String TOOLKIT_COPYRIGHT
See Also:
Constant Field Values
Method Detail

getVersion

public static java.lang.String getVersion()
Retrieve the Toolkit version number


getName

public static java.lang.String getName()
Retrieve the Toolkit name


getCompany

public static java.lang.String getCompany()
Retrieve the Toolkit company


getABN

public static java.lang.String getABN()
Retrieve the Toolkit company's Australian Business Number (ABN)


getCopyright

public static java.lang.String getCopyright()
Retrieve the Toolkit copyright


getDescription

public static java.lang.String getDescription()
Retrieve the Toolkit description


getAuthors

public static java.lang.String[] getAuthors()
Retrieve the Toolkit author(s)