public class BundleTemplateStatusDTO extends ItemDTO
| Constructor and Description |
|---|
BundleTemplateStatusDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BundleTemplateDTO> |
getBundleTemplates() |
CatalogVersionDTO |
getCatalogVersion() |
String |
getId() |
String |
getStatus() |
void |
setBundleTemplates(Collection<BundleTemplateDTO> value) |
void |
setCatalogVersion(CatalogVersionDTO value) |
void |
setId(String value) |
void |
setStatus(String value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic BundleTemplateStatusDTO()
public Collection<BundleTemplateDTO> getBundleTemplates()
public CatalogVersionDTO getCatalogVersion()
public String getId()
public String getStatus()
public void setBundleTemplates(Collection<BundleTemplateDTO> value)
public void setCatalogVersion(CatalogVersionDTO value)
public void setId(String value)
public void setStatus(String value)
Copyright © 2017 SAP SE. All Rights Reserved.