public interface AccountingObject
| Modifier and Type | Method and Description |
|---|---|
Accounting |
getAccountingPackage()
Gets the accounting package.
|
void |
incrementDownloadNmb(int packageId)
Increment download nmb.
|
void |
incrementJavadocNmb(int packageId)
Increment javadoc nmb.
|
void |
incrementSourcecodeNmb(int packageId)
Increment sourcecode nmb.
|
void |
incrementWikiNmb(int packageId)
Increment wiki nmb.
|
Accounting getAccountingPackage()
void incrementDownloadNmb(int packageId)
packageId - the package idvoid incrementJavadocNmb(int packageId)
packageId - the package idvoid incrementSourcecodeNmb(int packageId)
packageId - the package idvoid incrementWikiNmb(int packageId)
packageId - the package idCopyright © 2015. All Rights Reserved.