com.liferay.portlet.shopping.model
Class ShoppingCouponSoap
java.lang.Object
com.liferay.portlet.shopping.model.ShoppingCouponSoap
- All Implemented Interfaces:
- Serializable
public class ShoppingCouponSoap
- extends Object
- implements Serializable
This class is used by
ShoppingCouponServiceSoap
.
- See Also:
ShoppingCouponServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingCouponSoap
public ShoppingCouponSoap()
toSoapModel
public static ShoppingCouponSoap toSoapModel(ShoppingCoupon model)
toSoapModels
public static ShoppingCouponSoap[] toSoapModels(ShoppingCoupon[] models)
toSoapModels
public static ShoppingCouponSoap[][] toSoapModels(ShoppingCoupon[][] models)
toSoapModels
public static ShoppingCouponSoap[] toSoapModels(List<ShoppingCoupon> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getCouponId
public long getCouponId()
setCouponId
public void setCouponId(long couponId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getCode
public String getCode()
setCode
public void setCode(String code)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getStartDate
public Date getStartDate()
setStartDate
public void setStartDate(Date startDate)
getEndDate
public Date getEndDate()
setEndDate
public void setEndDate(Date endDate)
getActive
public boolean getActive()
isActive
public boolean isActive()
setActive
public void setActive(boolean active)
getLimitCategories
public String getLimitCategories()
setLimitCategories
public void setLimitCategories(String limitCategories)
getLimitSkus
public String getLimitSkus()
setLimitSkus
public void setLimitSkus(String limitSkus)
getMinOrder
public double getMinOrder()
setMinOrder
public void setMinOrder(double minOrder)
getDiscount
public double getDiscount()
setDiscount
public void setDiscount(double discount)
getDiscountType
public String getDiscountType()
setDiscountType
public void setDiscountType(String discountType)