Package org.bremersee.groupman.model
Class Status
java.lang.Object
org.bremersee.groupman.model.Status
- All Implemented Interfaces:
Serializable
The status of an user.
- Author:
- Christian Bremer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStatus(long maxOwnedGroups, long ownedGroupSize, long membershipSize) Instantiates a new status. -
Method Summary
-
Constructor Details
-
Status
public Status(long maxOwnedGroups, long ownedGroupSize, long membershipSize) Instantiates a new status.- Parameters:
maxOwnedGroups- the max owned groupsownedGroupSize- the owned group sizemembershipSize- the membership size
-