Class Facility
java.lang.Object
com.example.slacks_lottoevent.model.Facility
Facility represents a location where an event can be held.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDeviceId
(String deviceId) void
setFacilityName
(String facilityName) void
setStreetAddress
(String streetAddress)
-
Constructor Details
-
Facility
public Facility() -
Facility
Constructor for the Facility class.- Parameters:
facilityName
- The name of the facilitystreetAddress
- The first line of the street addressdeviceId
- The ID of the device that created the facility
-
-
Method Details
-
getFacilityName
-
setFacilityName
-
getStreetAddress
-
setStreetAddress
-
getDeviceId
-
setDeviceId
-