public class ProductEntitlementDTO extends ItemDTO
| Constructor and Description |
|---|
ProductEntitlementDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionDTO |
getCatalogVersion() |
Collection<String> |
getConditionGeo() |
String |
getConditionPath() |
String |
getConditionString() |
String |
getDescription() |
EntitlementDTO |
getEntitlement() |
String |
getId() |
Integer |
getQuantity() |
ProductDTO |
getSubscriptionProduct() |
String |
getTimeUnit() |
Integer |
getTimeUnitDuration() |
Integer |
getTimeUnitStart() |
void |
setCatalogVersion(CatalogVersionDTO value) |
void |
setConditionGeo(Collection<String> value) |
void |
setConditionPath(String value) |
void |
setConditionString(String value) |
void |
setDescription(String value) |
void |
setEntitlement(EntitlementDTO value) |
void |
setId(String value) |
void |
setQuantity(Integer value) |
void |
setSubscriptionProduct(ProductDTO value) |
void |
setTimeUnit(String value) |
void |
setTimeUnitDuration(Integer value) |
void |
setTimeUnitStart(Integer value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic ProductEntitlementDTO()
public CatalogVersionDTO getCatalogVersion()
public Collection<String> getConditionGeo()
public String getConditionPath()
public String getConditionString()
public String getDescription()
public EntitlementDTO getEntitlement()
public String getId()
public Integer getQuantity()
public ProductDTO getSubscriptionProduct()
public String getTimeUnit()
public Integer getTimeUnitDuration()
public Integer getTimeUnitStart()
public void setCatalogVersion(CatalogVersionDTO value)
public void setConditionGeo(Collection<String> value)
public void setConditionPath(String value)
public void setConditionString(String value)
public void setDescription(String value)
public void setEntitlement(EntitlementDTO value)
public void setId(String value)
public void setQuantity(Integer value)
public void setSubscriptionProduct(ProductDTO value)
public void setTimeUnit(String value)
public void setTimeUnitDuration(Integer value)
public void setTimeUnitStart(Integer value)
Copyright © 2017 SAP SE. All Rights Reserved.