public class ServicePackageDetail extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected long |
id |
protected long |
idServicesPackage |
| Constructor and Description |
|---|
ServicePackageDetail() |
ServicePackageDetail(long idServicesPackage,
String content) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContent() |
long |
getId() |
long |
getIdServicePackage() |
int |
hashCode() |
void |
setContent(String content) |
void |
setId(long id) |
void |
setIdServicesPackage(long idServicesPackage) |
String |
toString() |
protected long id
protected long idServicesPackage
protected String content
public ServicePackageDetail()
public ServicePackageDetail(long idServicesPackage,
String content)
Copyright © 2018. All Rights Reserved.