com.bankframe
Class Version

java.lang.Object
  extended bycom.bankframe.Version

public class Version
extends java.lang.Object

This class displays the BankFrame MCA version information;


Constructor Summary
Version()
          This method creates a Version object The consructor version information from the version properties file.
 
Method Summary
 java.lang.String getProductVersion()
          This method gets a string that returns the product version information
static void main(java.lang.String[] args)
          Usage: java com.bankframe.Version
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
This method creates a Version object The consructor version information from the version properties file.

Method Detail

getProductVersion

public java.lang.String getProductVersion()
This method gets a string that returns the product version information

Returns:
product version

main

public static void main(java.lang.String[] args)
Usage: java com.bankframe.Version



Copyright © 2005, 2007, Oracle. All rights reserved.