Package net.commuty.parking.model
-
Class Summary Class Description AccessLog This corresponds to a user that entered or exited a parking site at a point in time.AccessRight This holds the access right: for a user identified by one or more of its ids; for a specific parking site; for a period of time (starting fromAccessRight.getStartTime()until beforeAccessRight.getEndTime()); whether is access is allowed or not.UserId This identifies a user via oneUserIdTypeand one identifier value. -
Enum Summary Enum Description AccessDirection When reporting accesses on a parking site, this represents whether a user is coming in (AccessDirection.IN) or existing (AccessDirection.OUT) the parking site.UserIdType This indicates what is the type of the user identifier.