public class ProductDomain extends Object
| Constructor and Description |
|---|
ProductDomain(String product,
String domain) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainName() |
String |
getProductName() |
void |
setDomainName(String domainName) |
void |
setProductName(String productName) |
Copyright © 2022. All rights reserved.