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 int
Deprecated.protected int
Deprecated.protected int
Deprecated.protected int
Deprecated.protected LicenseType
License type.protected int
Deprecated.protected int
Deprecated.protected int
report period / access mode.protected String
Deprecated.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
getSerno()
void
setCounterList
(List<LicenseCounter> counterList) void
setDeletedUser
(int deletedUser) void
setFreeUser
(int freeUser) void
setFullUser
(int fullUser) void
setIxUser
(int ixUser) void
setLicenseType
(LicenseType licenseType) void
setNbOfIgLicenses
(int nbOfIgLicenses) void
setNbOfServerLicenses
(int nbOfServerLicenses) void
setReportMode
(int reportMode) void
toString()
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
-