public class ServiceMetadata extends Object
| Constructor and Description |
|---|
ServiceMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProduct(ProductMetadataInfo product) |
String |
getDescription() |
String |
getName()
Getter for the name attribute.
|
Collection<ProductMetadataInfo> |
getProducts() |
String |
getType() |
boolean |
hasProducts() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setProducts(Collection<ProductMetadataInfo> products) |
void |
setType(String type) |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
public Collection<ProductMetadataInfo> getProducts()
public void setProducts(Collection<ProductMetadataInfo> products)
public void addProduct(ProductMetadataInfo product)
public boolean hasProducts()
Copyright © 2017. All Rights Reserved.