|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| 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 |
|---|
int getUnitOne()
int getUnitTwo()
String getStatusOne()
String getStatusTwo()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||