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 from AccessRight.getStartTime() until before AccessRight.getEndTime()); whether is access is allowed or not.
    Count
    This corresponds to the number of available spots (and the total number of spots if provided) on a parking site.
    UserId
    This identifies a user via one UserIdType and 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.