Class AbstractCouponWsDTO
java.lang.Object
de.hybris.platform.couponwebservices.dto.CouponStatusWsDTO
de.hybris.platform.couponwebservices.dto.AbstractCouponWsDTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MultiCodeCouponWsDTO,SingleCodeCouponWsDTO
Abstract coupon
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetEndDate(String endDate) voidvoidsetStartDate(String startDate) Methods inherited from class de.hybris.platform.couponwebservices.dto.CouponStatusWsDTO
equals, getActive, getCouponId, hashCode, setActive, setCouponId
-
Constructor Details
-
AbstractCouponWsDTO
public AbstractCouponWsDTO()
-
-
Method Details
-
setName
-
getName
-
setStartDate
-
getStartDate
-
setEndDate
-
getEndDate
-