Public Member Functions | |
Specialty () | |
Specialty (String name, String description) | |
String | getName () |
void | setName (String name) |
String | getDescription () |
void | setDescription (String description) |
String | toString () |
Represents a specialty in the hospital portal system.
This class is mapped to the "specialties" table in the database.
|
inline |
Default constructor for JPA.
|
inline |
Constructs a Specialty with the specified name and description.
name | the name of the specialty |
description | the description of the specialty |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns a string representation of the Specialty.