Class Services
java.lang.Object
br.com.pethub.model.Services
This class represents a Service in the application.
It contains fields that represent different properties of a service, such as id, service_name, service_description, and prices for large, medium, and small sizes.
It also contains getter and setter methods for these fields.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
double
double
double
void
setId
(int id) void
setPrice_large
(double price_large) void
setPrice_medium
(double price_medium) void
setPrice_small
(double price_small) void
setService_description
(String service_description) void
setService_name
(String service_name) toString()
-
Constructor Details
-
Services
public Services()
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getService_name
-
toString
-
setService_name
-
getService_description
-
setService_description
-
getPrice_large
public double getPrice_large() -
setPrice_large
public void setPrice_large(double price_large) -
getPrice_medium
public double getPrice_medium() -
setPrice_medium
public void setPrice_medium(double price_medium) -
getPrice_small
public double getPrice_small() -
setPrice_small
public void setPrice_small(double price_small)
-