@Deprecated
public class CPDefinitionInventorySoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.commerce.service.http.CPDefinitionInventoryServiceSoap.| Constructor and Description |
|---|
CPDefinitionInventorySoap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAllowedOrderQuantities()
Deprecated.
|
boolean |
getBackOrders()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
long |
getCPDefinitionId()
Deprecated.
|
java.lang.String |
getCPDefinitionInventoryEngine()
Deprecated.
|
long |
getCPDefinitionInventoryId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
boolean |
getDisplayAvailability()
Deprecated.
|
boolean |
getDisplayStockQuantity()
Deprecated.
|
long |
getGroupId()
Deprecated.
|
java.lang.String |
getLowStockActivity()
Deprecated.
|
int |
getMaxOrderQuantity()
Deprecated.
|
int |
getMinOrderQuantity()
Deprecated.
|
int |
getMinStockQuantity()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
int |
getMultipleOrderQuantity()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
boolean |
isBackOrders()
Deprecated.
|
boolean |
isDisplayAvailability()
Deprecated.
|
boolean |
isDisplayStockQuantity()
Deprecated.
|
void |
setAllowedOrderQuantities(java.lang.String allowedOrderQuantities)
Deprecated.
|
void |
setBackOrders(boolean backOrders)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCPDefinitionId(long CPDefinitionId)
Deprecated.
|
void |
setCPDefinitionInventoryEngine(java.lang.String CPDefinitionInventoryEngine)
Deprecated.
|
void |
setCPDefinitionInventoryId(long CPDefinitionInventoryId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setDisplayAvailability(boolean displayAvailability)
Deprecated.
|
void |
setDisplayStockQuantity(boolean displayStockQuantity)
Deprecated.
|
void |
setGroupId(long groupId)
Deprecated.
|
void |
setLowStockActivity(java.lang.String lowStockActivity)
Deprecated.
|
void |
setMaxOrderQuantity(int maxOrderQuantity)
Deprecated.
|
void |
setMinOrderQuantity(int minOrderQuantity)
Deprecated.
|
void |
setMinStockQuantity(int minStockQuantity)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setMultipleOrderQuantity(int multipleOrderQuantity)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static CPDefinitionInventorySoap |
toSoapModel(CPDefinitionInventory model)
Deprecated.
|
static CPDefinitionInventorySoap[] |
toSoapModels(CPDefinitionInventory[] models)
Deprecated.
|
static CPDefinitionInventorySoap[][] |
toSoapModels(CPDefinitionInventory[][] models)
Deprecated.
|
static CPDefinitionInventorySoap[] |
toSoapModels(java.util.List<CPDefinitionInventory> models)
Deprecated.
|
public static CPDefinitionInventorySoap toSoapModel(CPDefinitionInventory model)
public static CPDefinitionInventorySoap[] toSoapModels(CPDefinitionInventory[] models)
public static CPDefinitionInventorySoap[][] toSoapModels(CPDefinitionInventory[][] models)
public static CPDefinitionInventorySoap[] toSoapModels(java.util.List<CPDefinitionInventory> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
public long getCPDefinitionInventoryId()
public void setCPDefinitionInventoryId(long CPDefinitionInventoryId)
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 long getCPDefinitionId()
public void setCPDefinitionId(long CPDefinitionId)
public java.lang.String getCPDefinitionInventoryEngine()
public void setCPDefinitionInventoryEngine(java.lang.String CPDefinitionInventoryEngine)
public java.lang.String getLowStockActivity()
public void setLowStockActivity(java.lang.String lowStockActivity)
public boolean getDisplayAvailability()
public boolean isDisplayAvailability()
public void setDisplayAvailability(boolean displayAvailability)
public boolean getDisplayStockQuantity()
public boolean isDisplayStockQuantity()
public void setDisplayStockQuantity(boolean displayStockQuantity)
public int getMinStockQuantity()
public void setMinStockQuantity(int minStockQuantity)
public boolean getBackOrders()
public boolean isBackOrders()
public void setBackOrders(boolean backOrders)
public int getMinOrderQuantity()
public void setMinOrderQuantity(int minOrderQuantity)
public int getMaxOrderQuantity()
public void setMaxOrderQuantity(int maxOrderQuantity)
public java.lang.String getAllowedOrderQuantities()
public void setAllowedOrderQuantities(java.lang.String allowedOrderQuantities)
public int getMultipleOrderQuantity()
public void setMultipleOrderQuantity(int multipleOrderQuantity)