public class AbstractPromotionDTO extends ItemDTO
| Constructor and Description |
|---|
AbstractPromotionDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescription() |
String |
getDetailsURL() |
Boolean |
getEnabled() |
Date |
getEndDate() |
String |
getImmutableKey() |
String |
getImmutableKeyHash() |
String |
getName() |
Integer |
getPriority() |
PromotionGroupDTO |
getPromotionGroup() |
String |
getPromotionType() |
Collection<AbstractPromotionRestrictionDTO> |
getRestrictions() |
Date |
getStartDate() |
String |
getTitle() |
void |
setCode(String value) |
void |
setDescription(String value) |
void |
setDetailsURL(String value) |
void |
setEnabled(Boolean value) |
void |
setEndDate(Date value) |
void |
setImmutableKey(String value) |
void |
setImmutableKeyHash(String value) |
void |
setName(String value) |
void |
setPriority(Integer value) |
void |
setPromotionGroup(PromotionGroupDTO value) |
void |
setPromotionType(String value) |
void |
setRestrictions(Collection<AbstractPromotionRestrictionDTO> value) |
void |
setStartDate(Date value) |
void |
setTitle(String value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic AbstractPromotionDTO()
public String getCode()
public String getDescription()
public String getDetailsURL()
public Boolean getEnabled()
public Date getEndDate()
public String getImmutableKey()
public String getImmutableKeyHash()
public String getName()
public Integer getPriority()
public PromotionGroupDTO getPromotionGroup()
public String getPromotionType()
public Collection<AbstractPromotionRestrictionDTO> getRestrictions()
public Date getStartDate()
public String getTitle()
public void setCode(String value)
public void setDescription(String value)
public void setDetailsURL(String value)
public void setEnabled(Boolean value)
public void setEndDate(Date value)
public void setImmutableKey(String value)
public void setImmutableKeyHash(String value)
public void setName(String value)
public void setPriority(Integer value)
public void setPromotionGroup(PromotionGroupDTO value)
public void setPromotionType(String value)
public void setRestrictions(Collection<AbstractPromotionRestrictionDTO> value)
public void setStartDate(Date value)
public void setTitle(String value)
Copyright © 2017 SAP SE. All Rights Reserved.