Package de.xima.fc.mdl.license
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseDataSnapshot()
LicenseDataSnapshot(int frontendServerCount, int clientCount, int userPortalCount)
LicenseDataSnapshot(int frontendServerCount, int aciveFormCount, int recordCount, int clientUserPortalCount)
LicenseDataSnapshot(int frontendServerCount, int clientCount, int aciveFormCount, int recordCount, int userPortalCount, int clientUserPortalCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAciveFormCount()
Gets the aciveFormCountint
getClientCount()
Gets the clientCountint
getClientUserPortalCount()
int
getFrontendServerCount()
Gets the frontendServerCountint
getRecordCount()
Gets the recordCountint
getUserPortalCount()
void
setClientUserPortalCount(int clientUserPortalCount)
void
setUserPortalCount(int userPortalCount)
-
-
-
Constructor Detail
-
LicenseDataSnapshot
public LicenseDataSnapshot()
-
LicenseDataSnapshot
public LicenseDataSnapshot(int frontendServerCount, int clientCount, int userPortalCount)
-
LicenseDataSnapshot
public LicenseDataSnapshot(int frontendServerCount, int aciveFormCount, int recordCount, int clientUserPortalCount)
-
LicenseDataSnapshot
public LicenseDataSnapshot(int frontendServerCount, int clientCount, int aciveFormCount, int recordCount, int userPortalCount, int clientUserPortalCount)
-
-
Method Detail
-
getFrontendServerCount
public int getFrontendServerCount()
Gets the frontendServerCount- Returns:
- the frontendServerCount
-
getClientCount
public int getClientCount()
Gets the clientCount- Returns:
- the clientCount
-
getAciveFormCount
public int getAciveFormCount()
Gets the aciveFormCount- Returns:
- the aciveFormCount
-
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)
-
-