public class CxCustomizationDTO extends ItemDTO
| Constructor and Description |
|---|
CxCustomizationDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionDTO |
getCatalogVersion() |
String |
getCode() |
String |
getDescription() |
Date |
getEnabledEndDate() |
Date |
getEnabledStartDate() |
CxCustomizationsGroupDTO |
getGroup() |
String |
getName() |
Integer |
getRank() |
String |
getStatus() |
List<CxVariationDTO> |
getVariations() |
boolean |
isActive() |
void |
setActive(boolean value) |
void |
setCatalogVersion(CatalogVersionDTO value) |
void |
setCode(String value) |
void |
setDescription(String value) |
void |
setEnabledEndDate(Date value) |
void |
setEnabledStartDate(Date value) |
void |
setGroup(CxCustomizationsGroupDTO value) |
void |
setName(String value) |
void |
setRank(Integer value) |
void |
setStatus(String value) |
void |
setVariations(List<CxVariationDTO> value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic CxCustomizationDTO()
public CatalogVersionDTO getCatalogVersion()
public String getCode()
public String getDescription()
public Date getEnabledEndDate()
public Date getEnabledStartDate()
public CxCustomizationsGroupDTO getGroup()
public String getName()
public Integer getRank()
public String getStatus()
public List<CxVariationDTO> getVariations()
public boolean isActive()
public void setActive(boolean value)
public void setCatalogVersion(CatalogVersionDTO value)
public void setCode(String value)
public void setDescription(String value)
public void setEnabledEndDate(Date value)
public void setEnabledStartDate(Date value)
public void setGroup(CxCustomizationsGroupDTO value)
public void setName(String value)
public void setRank(Integer value)
public void setStatus(String value)
public void setVariations(List<CxVariationDTO> value)
Copyright © 2017 SAP SE. All Rights Reserved.