Class LicenseDataSnapshot
java.lang.Object
de.xima.fc.mdl.license.LicenseDataSnapshot
- All Implemented Interfaces:
Serializable
- Author:
- XIMA MEDIA GmbH, Dresden
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLicenseDataSnapshot(int frontendServerCount, int clientCount, int userPortalCount) LicenseDataSnapshot(int frontendServerCount, int activeFormCount, int recordCount, int clientUserPortalCount) LicenseDataSnapshot(int frontendServerCount, int clientCount, int activeFormCount, int recordCount, int userPortalCount, int clientUserPortalCount) -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.intGets the activeFormCountintGets the clientCountintintGets the frontendServerCountintGets the recordCountintvoidsetClientUserPortalCount(int clientUserPortalCount) voidsetUserPortalCount(int userPortalCount)
-
Constructor Details
-
LicenseDataSnapshot
public LicenseDataSnapshot() -
LicenseDataSnapshot
public LicenseDataSnapshot(int frontendServerCount, int clientCount, int userPortalCount) -
LicenseDataSnapshot
public LicenseDataSnapshot(int frontendServerCount, int activeFormCount, int recordCount, int clientUserPortalCount) -
LicenseDataSnapshot
public LicenseDataSnapshot(int frontendServerCount, int clientCount, int activeFormCount, int recordCount, int userPortalCount, int clientUserPortalCount)
-
-
Method Details
-
getFrontendServerCount
public int getFrontendServerCount()Gets the frontendServerCount- Returns:
- the frontendServerCount
-
getClientCount
public int getClientCount()Gets the clientCount- Returns:
- the clientCount
-
getActiveFormCount
public int getActiveFormCount()Gets the activeFormCount- Returns:
- the activeFormCount
-
getAciveFormCount
Deprecated.UsegetActiveFormCount()instead.- Returns:
- the activeFormCount
-
getRecordCount
public int getRecordCount()Gets the recordCount- Returns:
- the recordCount
-
getUserPortalCount
public int getUserPortalCount() -
setUserPortalCount
public void setUserPortalCount(int userPortalCount) -
getClientUserPortalCount
public int getClientUserPortalCount() -
setClientUserPortalCount
public void setClientUserPortalCount(int clientUserPortalCount)
-
getActiveFormCount()instead.