Class LicenseDataSnapshot

java.lang.Object
de.xima.fc.mdl.license.LicenseDataSnapshot
All Implemented Interfaces:
Serializable

public class LicenseDataSnapshot extends Object implements Serializable
Author:
XIMA MEDIA GmbH, Dresden
See Also:
  • 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 public int getAciveFormCount()
      Deprecated.
      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)