public class EntitlementDTO extends ItemDTO
| Constructor and Description |
|---|
EntitlementDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
Collection<ProductEntitlementDTO> |
getProductEntitlements() |
void |
setDescription(String value) |
void |
setId(String value) |
void |
setName(String value) |
void |
setProductEntitlements(Collection<ProductEntitlementDTO> value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic EntitlementDTO()
public String getDescription()
public String getId()
public String getName()
public Collection<ProductEntitlementDTO> getProductEntitlements()
public void setDescription(String value)
public void setId(String value)
public void setName(String value)
public void setProductEntitlements(Collection<ProductEntitlementDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.