Class PostService
java.lang.Object
com.needleandstitch.pavuk.model.PostService
An entity class for post service.
This class serves as a model for the post service table in the database.
- Since:
- 15.12.2024
- Version:
- 1.0.0
- Author:
- Needle & Stitch
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PostService
public PostService()Default constructor. -
PostService
-
-
Method Details
-
getId
-
setId
Sets the unique identifier for the post service.- Parameters:
id
- The post service ID
-
getName
-
setName
Sets the name of the post service.- Parameters:
name
- The name of the post service
-