Class CommerceMLForecastAlertEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceMLForecastAlertEntry>
com.liferay.commerce.machine.learning.forecast.alert.model.CommerceMLForecastAlertEntryWrapper
- All Implemented Interfaces:
CommerceMLForecastAlertEntry,CommerceMLForecastAlertEntryModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceMLForecastAlertEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<CommerceMLForecastAlertEntry>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<CommerceMLForecastAlertEntry>
public class CommerceMLForecastAlertEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceMLForecastAlertEntry>
implements CommerceMLForecastAlertEntry, com.liferay.portal.kernel.model.ModelWrapper<CommerceMLForecastAlertEntry>
This class is a wrapper for CommerceMLForecastAlertEntry.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.machine.learning.forecast.alert.model.CommerceMLForecastAlertEntry
COMMERCE_ML_FORECAST_ALERT_ENTRY_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionCommerceMLForecastAlertEntryWrapper(CommerceMLForecastAlertEntry commerceMLForecastAlertEntry) -
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the actual of this commerce ml forecast alert entry.longReturns the commerce account ID of this commerce ml forecast alert entry.longReturns the commerce ml forecast alert entry ID of this commerce ml forecast alert entry.longReturns the company ID of this commerce ml forecast alert entry.Returns the create date of this commerce ml forecast alert entry.doubleReturns the forecast of this commerce ml forecast alert entry.Returns the modified date of this commerce ml forecast alert entry.longReturns the primary key of this commerce ml forecast alert entry.doubleReturns the relative change of this commerce ml forecast alert entry.com.liferay.exportimport.kernel.lar.StagedModelTypeintReturns the status of this commerce ml forecast alert entry.Returns the timestamp of this commerce ml forecast alert entry.longReturns the user ID of this commerce ml forecast alert entry.Returns the user name of this commerce ml forecast alert entry.Returns the user uuid of this commerce ml forecast alert entry.getUuid()Returns the uuid of this commerce ml forecast alert entry.voidpersist()voidsetActual(double actual) Sets the actual of this commerce ml forecast alert entry.voidsetCommerceAccountId(long commerceAccountId) Sets the commerce account ID of this commerce ml forecast alert entry.voidsetCommerceMLForecastAlertEntryId(long commerceMLForecastAlertEntryId) Sets the commerce ml forecast alert entry ID of this commerce ml forecast alert entry.voidsetCompanyId(long companyId) Sets the company ID of this commerce ml forecast alert entry.voidsetCreateDate(Date createDate) Sets the create date of this commerce ml forecast alert entry.voidsetForecast(double forecast) Sets the forecast of this commerce ml forecast alert entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this commerce ml forecast alert entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this commerce ml forecast alert entry.voidsetRelativeChange(double relativeChange) Sets the relative change of this commerce ml forecast alert entry.voidsetStatus(int status) Sets the status of this commerce ml forecast alert entry.voidsetTimestamp(Date timestamp) Sets the timestamp of this commerce ml forecast alert entry.voidsetUserId(long userId) Sets the user ID of this commerce ml forecast alert entry.voidsetUserName(String userName) Sets the user name of this commerce ml forecast alert entry.voidsetUserUuid(String userUuid) Sets the user uuid of this commerce ml forecast alert entry.voidSets the uuid of this commerce ml forecast alert entry.protected CommerceMLForecastAlertEntryWrapperwrap(CommerceMLForecastAlertEntry commerceMLForecastAlertEntry) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CommerceMLForecastAlertEntryWrapper
public CommerceMLForecastAlertEntryWrapper(CommerceMLForecastAlertEntry commerceMLForecastAlertEntry)
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceMLForecastAlertEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceMLForecastAlertEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceMLForecastAlertEntry>- Specified by:
cloneWithOriginalValuesin interfaceCommerceMLForecastAlertEntryModel
-
getActual
public double getActual()Returns the actual of this commerce ml forecast alert entry.- Specified by:
getActualin interfaceCommerceMLForecastAlertEntryModel- Returns:
- the actual of this commerce ml forecast alert entry
-
getCommerceAccountId
public long getCommerceAccountId()Returns the commerce account ID of this commerce ml forecast alert entry.- Specified by:
getCommerceAccountIdin interfaceCommerceMLForecastAlertEntryModel- Returns:
- the commerce account ID of this commerce ml forecast alert entry
-
getCommerceMLForecastAlertEntryId
public long getCommerceMLForecastAlertEntryId()Returns the commerce ml forecast alert entry ID of this commerce ml forecast alert entry.- Specified by:
getCommerceMLForecastAlertEntryIdin interfaceCommerceMLForecastAlertEntryModel- Returns:
- the commerce ml forecast alert entry ID of this commerce ml forecast alert entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce ml forecast alert entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommerceMLForecastAlertEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this commerce ml forecast alert entry
-
getCreateDate
Returns the create date of this commerce ml forecast alert entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommerceMLForecastAlertEntryModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this commerce ml forecast alert entry
-
getForecast
public double getForecast()Returns the forecast of this commerce ml forecast alert entry.- Specified by:
getForecastin interfaceCommerceMLForecastAlertEntryModel- Returns:
- the forecast of this commerce ml forecast alert entry
-
getModifiedDate
Returns the modified date of this commerce ml forecast alert entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCommerceMLForecastAlertEntryModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this commerce ml forecast alert entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce ml forecast alert entry.- Specified by:
getPrimaryKeyin interfaceCommerceMLForecastAlertEntryModel- Returns:
- the primary key of this commerce ml forecast alert entry
-
getRelativeChange
public double getRelativeChange()Returns the relative change of this commerce ml forecast alert entry.- Specified by:
getRelativeChangein interfaceCommerceMLForecastAlertEntryModel- Returns:
- the relative change of this commerce ml forecast alert entry
-
getStatus
public int getStatus()Returns the status of this commerce ml forecast alert entry.- Specified by:
getStatusin interfaceCommerceMLForecastAlertEntryModel- Returns:
- the status of this commerce ml forecast alert entry
-
getTimestamp
Returns the timestamp of this commerce ml forecast alert entry.- Specified by:
getTimestampin interfaceCommerceMLForecastAlertEntryModel- Returns:
- the timestamp of this commerce ml forecast alert entry
-
getUserId
public long getUserId()Returns the user ID of this commerce ml forecast alert entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCommerceMLForecastAlertEntryModel- Returns:
- the user ID of this commerce ml forecast alert entry
-
getUserName
Returns the user name of this commerce ml forecast alert entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCommerceMLForecastAlertEntryModel- Returns:
- the user name of this commerce ml forecast alert entry
-
getUserUuid
Returns the user uuid of this commerce ml forecast alert entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommerceMLForecastAlertEntryModel- Returns:
- the user uuid of this commerce ml forecast alert entry
-
getUuid
Returns the uuid of this commerce ml forecast alert entry.- Specified by:
getUuidin interfaceCommerceMLForecastAlertEntryModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this commerce ml forecast alert entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setActual
public void setActual(double actual) Sets the actual of this commerce ml forecast alert entry.- Specified by:
setActualin interfaceCommerceMLForecastAlertEntryModel- Parameters:
actual- the actual of this commerce ml forecast alert entry
-
setCommerceAccountId
public void setCommerceAccountId(long commerceAccountId) Sets the commerce account ID of this commerce ml forecast alert entry.- Specified by:
setCommerceAccountIdin interfaceCommerceMLForecastAlertEntryModel- Parameters:
commerceAccountId- the commerce account ID of this commerce ml forecast alert entry
-
setCommerceMLForecastAlertEntryId
public void setCommerceMLForecastAlertEntryId(long commerceMLForecastAlertEntryId) Sets the commerce ml forecast alert entry ID of this commerce ml forecast alert entry.- Specified by:
setCommerceMLForecastAlertEntryIdin interfaceCommerceMLForecastAlertEntryModel- Parameters:
commerceMLForecastAlertEntryId- the commerce ml forecast alert entry ID of this commerce ml forecast alert entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce ml forecast alert entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommerceMLForecastAlertEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this commerce ml forecast alert entry
-
setCreateDate
Sets the create date of this commerce ml forecast alert entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCommerceMLForecastAlertEntryModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this commerce ml forecast alert entry
-
setForecast
public void setForecast(double forecast) Sets the forecast of this commerce ml forecast alert entry.- Specified by:
setForecastin interfaceCommerceMLForecastAlertEntryModel- Parameters:
forecast- the forecast of this commerce ml forecast alert entry
-
setModifiedDate
Sets the modified date of this commerce ml forecast alert entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCommerceMLForecastAlertEntryModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this commerce ml forecast alert entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce ml forecast alert entry.- Specified by:
setPrimaryKeyin interfaceCommerceMLForecastAlertEntryModel- Parameters:
primaryKey- the primary key of this commerce ml forecast alert entry
-
setRelativeChange
public void setRelativeChange(double relativeChange) Sets the relative change of this commerce ml forecast alert entry.- Specified by:
setRelativeChangein interfaceCommerceMLForecastAlertEntryModel- Parameters:
relativeChange- the relative change of this commerce ml forecast alert entry
-
setStatus
public void setStatus(int status) Sets the status of this commerce ml forecast alert entry.- Specified by:
setStatusin interfaceCommerceMLForecastAlertEntryModel- Parameters:
status- the status of this commerce ml forecast alert entry
-
setTimestamp
Sets the timestamp of this commerce ml forecast alert entry.- Specified by:
setTimestampin interfaceCommerceMLForecastAlertEntryModel- Parameters:
timestamp- the timestamp of this commerce ml forecast alert entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce ml forecast alert entry.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCommerceMLForecastAlertEntryModel- Parameters:
userId- the user ID of this commerce ml forecast alert entry
-
setUserName
Sets the user name of this commerce ml forecast alert entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCommerceMLForecastAlertEntryModel- Parameters:
userName- the user name of this commerce ml forecast alert entry
-
setUserUuid
Sets the user uuid of this commerce ml forecast alert entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommerceMLForecastAlertEntryModel- Parameters:
userUuid- the user uuid of this commerce ml forecast alert entry
-
setUuid
Sets the uuid of this commerce ml forecast alert entry.- Specified by:
setUuidin interfaceCommerceMLForecastAlertEntryModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this commerce ml forecast alert entry
-
toXmlString
- Specified by:
toXmlStringin interfaceCommerceMLForecastAlertEntryModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
protected CommerceMLForecastAlertEntryWrapper wrap(CommerceMLForecastAlertEntry commerceMLForecastAlertEntry) - Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceMLForecastAlertEntry>
-