public class Data extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
installation |
protected Product |
product |
Constructor and Description |
---|
Data(Data other) |
Data(String installation,
Product product) |
Modifier and Type | Method and Description |
---|---|
String |
getInstallation() |
Product |
getProduct() |
void |
mergeInternals(Internals other) |
void |
setInstallation(String installation) |
void |
setProduct(Product product) |
String |
toString() |
public Data(Data other)
Copyright © 2022. All rights reserved.