public class AbstractCouponDTO extends ItemDTO
| Constructor and Description |
|---|
AbstractCouponDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
String |
getCouponId() |
Date |
getEndDate() |
String |
getName() |
Date |
getStartDate() |
void |
setActive(Boolean value) |
void |
setCouponId(String value) |
void |
setEndDate(Date value) |
void |
setName(String value) |
void |
setStartDate(Date value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic AbstractCouponDTO()
public Boolean getActive()
public String getCouponId()
public Date getEndDate()
public String getName()
public Date getStartDate()
public void setActive(Boolean value)
public void setCouponId(String value)
public void setEndDate(Date value)
public void setName(String value)
public void setStartDate(Date value)
Copyright © 2017 SAP SE. All Rights Reserved.