类 CouponParam

java.lang.Object
com.ishop.mobile.pojo.CouponParam
所有已实现的接口:
Serializable

public class CouponParam extends Object implements Serializable
另请参阅:
  • 构造器详细资料

    • CouponParam

      public CouponParam()
  • 方法详细资料

    • getCategory

      public Integer getCategory()
    • setCategory

      public void setCategory(Integer category)
    • getProductId

      public Long getProductId()
    • setProductId

      public void setProductId(Long productId)
    • getMerId

      public Integer getMerId()
    • setMerId

      public void setMerId(Integer merId)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object