public class ProductItem extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProductItem.Builder |
Constructor and Description |
---|
ProductItem(int id,
String description,
String softwareDescriptionId,
SoftwareDescription softwareDescription) |
Modifier and Type | Method and Description |
---|---|
static ProductItem.Builder |
builder() |
boolean |
equals(Object o) |
String |
getDescription() |
int |
getId() |
SoftwareDescription |
getSoftwareDescription() |
String |
getSoftwareDescriptionId() |
int |
hashCode() |
ProductItem.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","description","softwareDescriptionId","softwareDescription"}) public ProductItem(int id, @Nullable String description, @Nullable String softwareDescriptionId, @Nullable SoftwareDescription softwareDescription)
public int getId()
public String getDescription()
public String getSoftwareDescriptionId()
public SoftwareDescription getSoftwareDescription()
public static ProductItem.Builder builder()
public ProductItem.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.