public class MultiCodeCouponDTO extends AbstractCouponDTO
| Constructor and Description |
|---|
MultiCodeCouponDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlphabet() |
CodeGenerationConfigurationDTO |
getCodeGenerationConfiguration() |
Long |
getCouponCodeNumber() |
Collection<MediaDTO> |
getGeneratedCodes() |
String |
getSignature() |
void |
setAlphabet(String value) |
void |
setCodeGenerationConfiguration(CodeGenerationConfigurationDTO value) |
void |
setCouponCodeNumber(Long value) |
void |
setGeneratedCodes(Collection<MediaDTO> value) |
void |
setSignature(String value) |
getActive, getCouponId, getEndDate, getName, getStartDate, setActive, setCouponId, setEndDate, setName, setStartDategetComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic MultiCodeCouponDTO()
public String getAlphabet()
public CodeGenerationConfigurationDTO getCodeGenerationConfiguration()
public Long getCouponCodeNumber()
public Collection<MediaDTO> getGeneratedCodes()
public String getSignature()
public void setAlphabet(String value)
public void setCodeGenerationConfiguration(CodeGenerationConfigurationDTO value)
public void setCouponCodeNumber(Long value)
public void setGeneratedCodes(Collection<MediaDTO> value)
public void setSignature(String value)
Copyright © 2017 SAP SE. All Rights Reserved.