@Entity public class ServicePackageDetailEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected long |
id |
| Modifier | Constructor and Description |
|---|---|
protected |
ServicePackageDetailEntity() |
|
ServicePackageDetailEntity(ServicePackageManagerEntity servicepackage,
String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
long |
getId() |
ServicePackageManagerEntity |
getServicePackage() |
void |
setContent(String content) |
void |
setId(long id) |
void |
setServicePackage(ServicePackageManagerEntity servicepackage) |
protected long id
protected String content
protected ServicePackageDetailEntity()
public ServicePackageDetailEntity(ServicePackageManagerEntity servicepackage, String content)
public long getId()
public void setId(long id)
public String getContent()
public void setContent(String content)
public ServicePackageManagerEntity getServicePackage()
public void setServicePackage(ServicePackageManagerEntity servicepackage)
Copyright © 2019. All Rights Reserved.