Package com.example.rocket_launch.admin
Class AdminQRDataFragment.QRCodeItem
java.lang.Object
com.example.rocket_launch.admin.AdminQRDataFragment.QRCodeItem
- Enclosing class:
- AdminQRDataFragment
Data class representing a QR code and its associated event ID.
Author: Pouyan
-
Constructor Summary
ConstructorsConstructorDescriptionQRCodeItem(String qrCode, String eventId) Constructor for creating a QRCodeItem. -
Method Summary
Modifier and TypeMethodDescriptionGets the associated event IDGets the QR code string.
-
Constructor Details
-
QRCodeItem
Constructor for creating a QRCodeItem.- Parameters:
qrCode- The QR code string.eventId- The associated event ID. Author: Pouyan
-
-
Method Details
-
getQrCode
Gets the QR code string.- Returns:
- The QR code string. Author: Pouyan
-
getEventId
Gets the associated event ID- Returns:
- The event ID. Author: Pouyan
-