Package de.elo.ix.client.system
Class LicenseReport
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.system.LicenseReport
- All Implemented Interfaces:
Serializable
License report data evaluated by AdminConsole.
- Since:
- 10.17.040.003
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<LicenseCounter> list of counter delegated from amprotected intDeprecated.protected intDeprecated.protected intDeprecated.protected intDeprecated.protected LicenseTypeLicense type.protected intDeprecated.protected intDeprecated.protected intreport period / access mode.protected StringDeprecated.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintgetSerno()voidsetCounterList(List<LicenseCounter> counterList) voidsetDeletedUser(int deletedUser) voidsetFreeUser(int freeUser) voidsetFullUser(int fullUser) voidsetIxUser(int ixUser) voidsetLicenseType(LicenseType licenseType) voidsetNbOfIgLicenses(int nbOfIgLicenses) voidsetNbOfServerLicenses(int nbOfServerLicenses) voidsetReportMode(int reportMode) voidtoString()Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
nbOfServerLicenses
Deprecated.Number of server licenses. This field is not used anymore. -
nbOfIgLicenses
Deprecated.Number of ELO Internet Gateway users. This field is not used anymore. -
serno
Deprecated.License key. This field is not used anymore. -
reportMode
protected int reportModereport period / access mode.- Since:
- 12.00.000.049
-
counterList
list of counter delegated from am -
fullUser
Deprecated. -
ixUser
Deprecated. -
deletedUser
Deprecated. -
freeUser
Deprecated. -
licenseType
License type.- Since:
- 20.00.000.106
-
-
Constructor Details
-
LicenseReport
public LicenseReport()
-
-
Method Details
-
getNbOfServerLicenses
public int getNbOfServerLicenses() -
getNbOfIgLicenses
public int getNbOfIgLicenses() -
getSerno
-
getCounterList
-
getFullUser
public int getFullUser() -
getIxUser
public int getIxUser() -
getDeletedUser
public int getDeletedUser() -
getFreeUser
public int getFreeUser() -
setNbOfServerLicenses
public void setNbOfServerLicenses(int nbOfServerLicenses) -
setNbOfIgLicenses
public void setNbOfIgLicenses(int nbOfIgLicenses) -
setSerno
-
getReportMode
public int getReportMode() -
setReportMode
public void setReportMode(int reportMode) -
setCounterList
-
setFullUser
public void setFullUser(int fullUser) -
setIxUser
public void setIxUser(int ixUser) -
setDeletedUser
public void setDeletedUser(int deletedUser) -
setFreeUser
public void setFreeUser(int freeUser) -
getLicenseType
-
setLicenseType
-
toString
-