public class AbstractPromotionActionDTO extends ItemDTO
| Constructor and Description |
|---|
AbstractPromotionActionDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGuid() |
Boolean |
getMarkedApplied() |
PromotionResultDTO |
getPromotionResult() |
void |
setGuid(String value) |
void |
setMarkedApplied(Boolean value) |
void |
setPromotionResult(PromotionResultDTO value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic AbstractPromotionActionDTO()
public String getGuid()
public Boolean getMarkedApplied()
public PromotionResultDTO getPromotionResult()
public void setGuid(String value)
public void setMarkedApplied(Boolean value)
public void setPromotionResult(PromotionResultDTO value)
Copyright © 2017 SAP SE. All Rights Reserved.