@Deprecated
public class CommerceMLForecastAlertEntrySoap
extends java.lang.Object
implements java.io.Serializable
com.liferay.commerce.machine.learning.forecast.alert.service.http.CommerceMLForecastAlertEntryServiceSoap.| Constructor and Description |
|---|
CommerceMLForecastAlertEntrySoap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getActual()
Deprecated.
|
long |
getCommerceAccountId()
Deprecated.
|
long |
getCommerceMLForecastAlertEntryId()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
double |
getForecast()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
double |
getRelativeChange()
Deprecated.
|
int |
getStatus()
Deprecated.
|
java.util.Date |
getTimestamp()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
java.lang.String |
getUuid()
Deprecated.
|
void |
setActual(double actual)
Deprecated.
|
void |
setCommerceAccountId(long commerceAccountId)
Deprecated.
|
void |
setCommerceMLForecastAlertEntryId(long commerceMLForecastAlertEntryId)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setForecast(double forecast)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setRelativeChange(double relativeChange)
Deprecated.
|
void |
setStatus(int status)
Deprecated.
|
void |
setTimestamp(java.util.Date timestamp)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
void |
setUuid(java.lang.String uuid)
Deprecated.
|
static CommerceMLForecastAlertEntrySoap |
toSoapModel(CommerceMLForecastAlertEntry model)
Deprecated.
|
static CommerceMLForecastAlertEntrySoap[] |
toSoapModels(CommerceMLForecastAlertEntry[] models)
Deprecated.
|
static CommerceMLForecastAlertEntrySoap[][] |
toSoapModels(CommerceMLForecastAlertEntry[][] models)
Deprecated.
|
static CommerceMLForecastAlertEntrySoap[] |
toSoapModels(java.util.List<CommerceMLForecastAlertEntry> models)
Deprecated.
|
public CommerceMLForecastAlertEntrySoap()
public static CommerceMLForecastAlertEntrySoap toSoapModel(CommerceMLForecastAlertEntry model)
public static CommerceMLForecastAlertEntrySoap[] toSoapModels(CommerceMLForecastAlertEntry[] models)
public static CommerceMLForecastAlertEntrySoap[][] toSoapModels(CommerceMLForecastAlertEntry[][] models)
public static CommerceMLForecastAlertEntrySoap[] toSoapModels(java.util.List<CommerceMLForecastAlertEntry> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
public long getCommerceMLForecastAlertEntryId()
public void setCommerceMLForecastAlertEntryId(long commerceMLForecastAlertEntryId)
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 getCommerceAccountId()
public void setCommerceAccountId(long commerceAccountId)
public double getActual()
public void setActual(double actual)
public double getForecast()
public void setForecast(double forecast)
public java.util.Date getTimestamp()
public void setTimestamp(java.util.Date timestamp)
public double getRelativeChange()
public void setRelativeChange(double relativeChange)
public int getStatus()
public void setStatus(int status)