public class Product extends Object implements Serializable
Constructor and Description |
---|
Product() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
String |
getTitle() |
List<Version> |
getVersions() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setTitle(String title) |
void |
setVersions(List<Version> versions) |
Copyright © 2006–2018 TinyGroup. All rights reserved.