com.sage.accpac.sm
Interface License


public interface License

An object implementing this interface represents a license of an Accpac application and should be obtained from the Licenses collection.

The License object reflects the state of the license when the collection was created by calling the program's getLicenses() method. If the license is changed, the change will not be reflected in this object, and the program's getLicenses() method must be called again.

See Also:
Licenses

Method Summary
 java.lang.String getAppID()
          Get the application ID of the License, in upper case letters.
 java.lang.String getAppVersion()
          Get the application version of the LicenseImpl, in digits and upper case letters.
 int getDatabaseType()
          Get the database type of the License.
 int getEdition()
          Get the product edition of the License.
 int getLicenseType()
          Get the license type of the License.
 

Method Detail

getAppID

java.lang.String getAppID()
Get the application ID of the License, in upper case letters.

Returns:
the application ID of the License

getAppVersion

java.lang.String getAppVersion()
Get the application version of the LicenseImpl, in digits and upper case letters.

Returns:
the application version of the License

getEdition

int getEdition()
Get the product edition of the License.

Returns:
the product edition of the License

getDatabaseType

int getDatabaseType()
Get the database type of the License.

Returns:
the database type of the License

getLicenseType

int getLicenseType()
Get the license type of the License.

Returns:
the license type of the License


Copyright © 2011 Sage Software, Inc. All rights reserved.