@Deprecated
public class CommerceSubscriptionEntrySoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.commerce.service.http.CommerceSubscriptionEntryServiceSoap
.Constructor and Description |
---|
CommerceSubscriptionEntrySoap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getCommerceOrderItemId()
Deprecated.
|
long |
getCommerceSubscriptionEntryId()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.lang.String |
getCPInstanceUuid()
Deprecated.
|
long |
getCProductId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
long |
getCurrentCycle()
Deprecated.
|
long |
getDeliveryCurrentCycle()
Deprecated.
|
java.util.Date |
getDeliveryLastIterationDate()
Deprecated.
|
long |
getDeliveryMaxSubscriptionCycles()
Deprecated.
|
java.util.Date |
getDeliveryNextIterationDate()
Deprecated.
|
java.util.Date |
getDeliveryStartDate()
Deprecated.
|
int |
getDeliverySubscriptionLength()
Deprecated.
|
int |
getDeliverySubscriptionStatus()
Deprecated.
|
java.lang.String |
getDeliverySubscriptionType()
Deprecated.
|
java.lang.String |
getDeliverySubscriptionTypeSettings()
Deprecated.
|
long |
getGroupId()
Deprecated.
|
java.util.Date |
getLastIterationDate()
Deprecated.
|
long |
getMaxSubscriptionCycles()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getMvccVersion()
Deprecated.
|
java.util.Date |
getNextIterationDate()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
java.util.Date |
getStartDate()
Deprecated.
|
int |
getSubscriptionLength()
Deprecated.
|
int |
getSubscriptionStatus()
Deprecated.
|
java.lang.String |
getSubscriptionType()
Deprecated.
|
java.lang.String |
getSubscriptionTypeSettings()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
void |
setCommerceOrderItemId(long commerceOrderItemId)
Deprecated.
|
void |
setCommerceSubscriptionEntryId(long commerceSubscriptionEntryId)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCPInstanceUuid(java.lang.String CPInstanceUuid)
Deprecated.
|
void |
setCProductId(long CProductId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setCurrentCycle(long currentCycle)
Deprecated.
|
void |
setDeliveryCurrentCycle(long deliveryCurrentCycle)
Deprecated.
|
void |
setDeliveryLastIterationDate(java.util.Date deliveryLastIterationDate)
Deprecated.
|
void |
setDeliveryMaxSubscriptionCycles(long deliveryMaxSubscriptionCycles)
Deprecated.
|
void |
setDeliveryNextIterationDate(java.util.Date deliveryNextIterationDate)
Deprecated.
|
void |
setDeliveryStartDate(java.util.Date deliveryStartDate)
Deprecated.
|
void |
setDeliverySubscriptionLength(int deliverySubscriptionLength)
Deprecated.
|
void |
setDeliverySubscriptionStatus(int deliverySubscriptionStatus)
Deprecated.
|
void |
setDeliverySubscriptionType(java.lang.String deliverySubscriptionType)
Deprecated.
|
void |
setDeliverySubscriptionTypeSettings(java.lang.String deliverySubscriptionTypeSettings)
Deprecated.
|
void |
setGroupId(long groupId)
Deprecated.
|
void |
setLastIterationDate(java.util.Date lastIterationDate)
Deprecated.
|
void |
setMaxSubscriptionCycles(long maxSubscriptionCycles)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
|
void |
setNextIterationDate(java.util.Date nextIterationDate)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setStartDate(java.util.Date startDate)
Deprecated.
|
void |
setSubscriptionLength(int subscriptionLength)
Deprecated.
|
void |
setSubscriptionStatus(int subscriptionStatus)
Deprecated.
|
void |
setSubscriptionType(java.lang.String subscriptionType)
Deprecated.
|
void |
setSubscriptionTypeSettings(java.lang.String subscriptionTypeSettings)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static CommerceSubscriptionEntrySoap |
toSoapModel(CommerceSubscriptionEntry model)
Deprecated.
|
static CommerceSubscriptionEntrySoap[] |
toSoapModels(CommerceSubscriptionEntry[] models)
Deprecated.
|
static CommerceSubscriptionEntrySoap[][] |
toSoapModels(CommerceSubscriptionEntry[][] models)
Deprecated.
|
static CommerceSubscriptionEntrySoap[] |
toSoapModels(java.util.List<CommerceSubscriptionEntry> models)
Deprecated.
|
public static CommerceSubscriptionEntrySoap toSoapModel(CommerceSubscriptionEntry model)
public static CommerceSubscriptionEntrySoap[] toSoapModels(CommerceSubscriptionEntry[] models)
public static CommerceSubscriptionEntrySoap[][] toSoapModels(CommerceSubscriptionEntry[][] models)
public static CommerceSubscriptionEntrySoap[] toSoapModels(java.util.List<CommerceSubscriptionEntry> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
public long getCommerceSubscriptionEntryId()
public void setCommerceSubscriptionEntryId(long commerceSubscriptionEntryId)
public long getGroupId()
public void setGroupId(long groupId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.lang.String getCPInstanceUuid()
public void setCPInstanceUuid(java.lang.String CPInstanceUuid)
public long getCProductId()
public void setCProductId(long CProductId)
public long getCommerceOrderItemId()
public void setCommerceOrderItemId(long commerceOrderItemId)
public int getSubscriptionLength()
public void setSubscriptionLength(int subscriptionLength)
public java.lang.String getSubscriptionType()
public void setSubscriptionType(java.lang.String subscriptionType)
public java.lang.String getSubscriptionTypeSettings()
public void setSubscriptionTypeSettings(java.lang.String subscriptionTypeSettings)
public long getCurrentCycle()
public void setCurrentCycle(long currentCycle)
public long getMaxSubscriptionCycles()
public void setMaxSubscriptionCycles(long maxSubscriptionCycles)
public int getSubscriptionStatus()
public void setSubscriptionStatus(int subscriptionStatus)
public java.util.Date getLastIterationDate()
public void setLastIterationDate(java.util.Date lastIterationDate)
public java.util.Date getNextIterationDate()
public void setNextIterationDate(java.util.Date nextIterationDate)
public java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
public int getDeliverySubscriptionLength()
public void setDeliverySubscriptionLength(int deliverySubscriptionLength)
public java.lang.String getDeliverySubscriptionType()
public void setDeliverySubscriptionType(java.lang.String deliverySubscriptionType)
public java.lang.String getDeliverySubscriptionTypeSettings()
public void setDeliverySubscriptionTypeSettings(java.lang.String deliverySubscriptionTypeSettings)
public long getDeliveryCurrentCycle()
public void setDeliveryCurrentCycle(long deliveryCurrentCycle)
public long getDeliveryMaxSubscriptionCycles()
public void setDeliveryMaxSubscriptionCycles(long deliveryMaxSubscriptionCycles)
public int getDeliverySubscriptionStatus()
public void setDeliverySubscriptionStatus(int deliverySubscriptionStatus)
public java.util.Date getDeliveryLastIterationDate()
public void setDeliveryLastIterationDate(java.util.Date deliveryLastIterationDate)
public java.util.Date getDeliveryNextIterationDate()
public void setDeliveryNextIterationDate(java.util.Date deliveryNextIterationDate)
public java.util.Date getDeliveryStartDate()
public void setDeliveryStartDate(java.util.Date deliveryStartDate)