Compiere 3.1

org.compiere.api
Interface LicenseInterface


public interface LicenseInterface

License Interface Implement this interface if you want to enable license checking for your Compiere Application Extension. The implementation class should be named LicenseXXXX where XXXX is the entity type code of your application extension. The implementation class should be placed in the model package that you have specified for your application extension.

Author:
Jorg Janke

Method Summary
 String getStatusOne()
          Get Actual Status #1
 String getStatusTwo()
          Get Actual Status #2
 int getUnitOne()
          Get Actual Units #1
 int getUnitTwo()
          Get Actual Units #2
 

Method Detail

getUnitOne

int getUnitOne()
Get Actual Units #1

Returns:
units

getUnitTwo

int getUnitTwo()
Get Actual Units #2

Returns:
units

getStatusOne

String getStatusOne()
Get Actual Status #1

Returns:
status

getStatusTwo

String getStatusTwo()
Get Actual Status #2

Returns:
status

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.