com.liferay.client.soap.portlet.shopping.model
Class ShoppingCouponSoap

java.lang.Object
  extended by com.liferay.client.soap.portlet.shopping.model.ShoppingCouponSoap
All Implemented Interfaces:
java.io.Serializable

public class ShoppingCouponSoap
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ShoppingCouponSoap()
           
ShoppingCouponSoap(boolean active, java.lang.String code, long companyId, long couponId, java.util.Calendar createDate, java.lang.String description, double discount, java.lang.String discountType, java.util.Calendar endDate, long groupId, java.lang.String limitCategories, java.lang.String limitSkus, double minOrder, java.util.Calendar modifiedDate, java.lang.String name, long primaryKey, java.util.Calendar startDate, long userId, java.lang.String userName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCode()
          Gets the code value for this ShoppingCouponSoap.
 long getCompanyId()
          Gets the companyId value for this ShoppingCouponSoap.
 long getCouponId()
          Gets the couponId value for this ShoppingCouponSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this ShoppingCouponSoap.
 java.lang.String getDescription()
          Gets the description value for this ShoppingCouponSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 double getDiscount()
          Gets the discount value for this ShoppingCouponSoap.
 java.lang.String getDiscountType()
          Gets the discountType value for this ShoppingCouponSoap.
 java.util.Calendar getEndDate()
          Gets the endDate value for this ShoppingCouponSoap.
 long getGroupId()
          Gets the groupId value for this ShoppingCouponSoap.
 java.lang.String getLimitCategories()
          Gets the limitCategories value for this ShoppingCouponSoap.
 java.lang.String getLimitSkus()
          Gets the limitSkus value for this ShoppingCouponSoap.
 double getMinOrder()
          Gets the minOrder value for this ShoppingCouponSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this ShoppingCouponSoap.
 java.lang.String getName()
          Gets the name value for this ShoppingCouponSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this ShoppingCouponSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getStartDate()
          Gets the startDate value for this ShoppingCouponSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this ShoppingCouponSoap.
 java.lang.String getUserName()
          Gets the userName value for this ShoppingCouponSoap.
 int hashCode()
           
 boolean isActive()
          Gets the active value for this ShoppingCouponSoap.
 void setActive(boolean active)
          Sets the active value for this ShoppingCouponSoap.
 void setCode(java.lang.String code)
          Sets the code value for this ShoppingCouponSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this ShoppingCouponSoap.
 void setCouponId(long couponId)
          Sets the couponId value for this ShoppingCouponSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this ShoppingCouponSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this ShoppingCouponSoap.
 void setDiscount(double discount)
          Sets the discount value for this ShoppingCouponSoap.
 void setDiscountType(java.lang.String discountType)
          Sets the discountType value for this ShoppingCouponSoap.
 void setEndDate(java.util.Calendar endDate)
          Sets the endDate value for this ShoppingCouponSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this ShoppingCouponSoap.
 void setLimitCategories(java.lang.String limitCategories)
          Sets the limitCategories value for this ShoppingCouponSoap.
 void setLimitSkus(java.lang.String limitSkus)
          Sets the limitSkus value for this ShoppingCouponSoap.
 void setMinOrder(double minOrder)
          Sets the minOrder value for this ShoppingCouponSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this ShoppingCouponSoap.
 void setName(java.lang.String name)
          Sets the name value for this ShoppingCouponSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this ShoppingCouponSoap.
 void setStartDate(java.util.Calendar startDate)
          Sets the startDate value for this ShoppingCouponSoap.
 void setUserId(long userId)
          Sets the userId value for this ShoppingCouponSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this ShoppingCouponSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingCouponSoap

public ShoppingCouponSoap()

ShoppingCouponSoap

public ShoppingCouponSoap(boolean active,
                          java.lang.String code,
                          long companyId,
                          long couponId,
                          java.util.Calendar createDate,
                          java.lang.String description,
                          double discount,
                          java.lang.String discountType,
                          java.util.Calendar endDate,
                          long groupId,
                          java.lang.String limitCategories,
                          java.lang.String limitSkus,
                          double minOrder,
                          java.util.Calendar modifiedDate,
                          java.lang.String name,
                          long primaryKey,
                          java.util.Calendar startDate,
                          long userId,
                          java.lang.String userName)
Method Detail

isActive

public boolean isActive()
Gets the active value for this ShoppingCouponSoap.

Returns:
active

setActive

public void setActive(boolean active)
Sets the active value for this ShoppingCouponSoap.

Parameters:
active -

getCode

public java.lang.String getCode()
Gets the code value for this ShoppingCouponSoap.

Returns:
code

setCode

public void setCode(java.lang.String code)
Sets the code value for this ShoppingCouponSoap.

Parameters:
code -

getCompanyId

public long getCompanyId()
Gets the companyId value for this ShoppingCouponSoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this ShoppingCouponSoap.

Parameters:
companyId -

getCouponId

public long getCouponId()
Gets the couponId value for this ShoppingCouponSoap.

Returns:
couponId

setCouponId

public void setCouponId(long couponId)
Sets the couponId value for this ShoppingCouponSoap.

Parameters:
couponId -

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this ShoppingCouponSoap.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this ShoppingCouponSoap.

Parameters:
createDate -

getDescription

public java.lang.String getDescription()
Gets the description value for this ShoppingCouponSoap.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ShoppingCouponSoap.

Parameters:
description -

getDiscount

public double getDiscount()
Gets the discount value for this ShoppingCouponSoap.

Returns:
discount

setDiscount

public void setDiscount(double discount)
Sets the discount value for this ShoppingCouponSoap.

Parameters:
discount -

getDiscountType

public java.lang.String getDiscountType()
Gets the discountType value for this ShoppingCouponSoap.

Returns:
discountType

setDiscountType

public void setDiscountType(java.lang.String discountType)
Sets the discountType value for this ShoppingCouponSoap.

Parameters:
discountType -

getEndDate

public java.util.Calendar getEndDate()
Gets the endDate value for this ShoppingCouponSoap.

Returns:
endDate

setEndDate

public void setEndDate(java.util.Calendar endDate)
Sets the endDate value for this ShoppingCouponSoap.

Parameters:
endDate -

getGroupId

public long getGroupId()
Gets the groupId value for this ShoppingCouponSoap.

Returns:
groupId

setGroupId

public void setGroupId(long groupId)
Sets the groupId value for this ShoppingCouponSoap.

Parameters:
groupId -

getLimitCategories

public java.lang.String getLimitCategories()
Gets the limitCategories value for this ShoppingCouponSoap.

Returns:
limitCategories

setLimitCategories

public void setLimitCategories(java.lang.String limitCategories)
Sets the limitCategories value for this ShoppingCouponSoap.

Parameters:
limitCategories -

getLimitSkus

public java.lang.String getLimitSkus()
Gets the limitSkus value for this ShoppingCouponSoap.

Returns:
limitSkus

setLimitSkus

public void setLimitSkus(java.lang.String limitSkus)
Sets the limitSkus value for this ShoppingCouponSoap.

Parameters:
limitSkus -

getMinOrder

public double getMinOrder()
Gets the minOrder value for this ShoppingCouponSoap.

Returns:
minOrder

setMinOrder

public void setMinOrder(double minOrder)
Sets the minOrder value for this ShoppingCouponSoap.

Parameters:
minOrder -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this ShoppingCouponSoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this ShoppingCouponSoap.

Parameters:
modifiedDate -

getName

public java.lang.String getName()
Gets the name value for this ShoppingCouponSoap.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ShoppingCouponSoap.

Parameters:
name -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this ShoppingCouponSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this ShoppingCouponSoap.

Parameters:
primaryKey -

getStartDate

public java.util.Calendar getStartDate()
Gets the startDate value for this ShoppingCouponSoap.

Returns:
startDate

setStartDate

public void setStartDate(java.util.Calendar startDate)
Sets the startDate value for this ShoppingCouponSoap.

Parameters:
startDate -

getUserId

public long getUserId()
Gets the userId value for this ShoppingCouponSoap.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this ShoppingCouponSoap.

Parameters:
userId -

getUserName

public java.lang.String getUserName()
Gets the userName value for this ShoppingCouponSoap.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this ShoppingCouponSoap.

Parameters:
userName -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer