@ProviderType public interface CommerceDataIntegrationProcessModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceDataIntegrationProcess>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.commerce.data.integration.model.impl.CommerceDataIntegrationProcessModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.data.integration.model.impl.CommerceDataIntegrationProcessImpl.
CommerceDataIntegrationProcess| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
Returns the active of this commerce data integration process.
|
long |
getCommerceDataIntegrationProcessId()
Returns the commerce data integration process ID of this commerce data integration process.
|
long |
getCompanyId()
Returns the company ID of this commerce data integration process.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce data integration process.
|
java.lang.String |
getCronExpression()
Returns the cron expression of this commerce data integration process.
|
java.util.Date |
getEndDate()
Returns the end date of this commerce data integration process.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce data integration process.
|
java.lang.String |
getName()
Returns the name of this commerce data integration process.
|
long |
getPrimaryKey()
Returns the primary key of this commerce data integration process.
|
java.util.Date |
getStartDate()
Returns the start date of this commerce data integration process.
|
boolean |
getSystem()
Returns the system of this commerce data integration process.
|
java.lang.String |
getType()
Returns the type of this commerce data integration process.
|
java.lang.String |
getTypeSettings()
Returns the type settings of this commerce data integration process.
|
long |
getUserId()
Returns the user ID of this commerce data integration process.
|
java.lang.String |
getUserName()
Returns the user name of this commerce data integration process.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce data integration process.
|
boolean |
isActive()
Returns
true if this commerce data integration process is active. |
boolean |
isSystem()
Returns
true if this commerce data integration process is system. |
void |
setActive(boolean active)
Sets whether this commerce data integration process is active.
|
void |
setCommerceDataIntegrationProcessId(long commerceDataIntegrationProcessId)
Sets the commerce data integration process ID of this commerce data integration process.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce data integration process.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce data integration process.
|
void |
setCronExpression(java.lang.String cronExpression)
Sets the cron expression of this commerce data integration process.
|
void |
setEndDate(java.util.Date endDate)
Sets the end date of this commerce data integration process.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce data integration process.
|
void |
setName(java.lang.String name)
Sets the name of this commerce data integration process.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce data integration process.
|
void |
setStartDate(java.util.Date startDate)
Sets the start date of this commerce data integration process.
|
void |
setSystem(boolean system)
Sets whether this commerce data integration process is system.
|
void |
setType(java.lang.String type)
Sets the type of this commerce data integration process.
|
void |
setTypeSettings(java.lang.String typeSettings)
Sets the type settings of this commerce data integration process.
|
void |
setUserId(long userId)
Sets the user ID of this commerce data integration process.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce data integration process.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce data integration process.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this commerce data integration processlong getCommerceDataIntegrationProcessId()
void setCommerceDataIntegrationProcessId(long commerceDataIntegrationProcessId)
commerceDataIntegrationProcessId - the commerce data integration process ID of this commerce data integration processlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce data integration processlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce data integration processjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce data integration process@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce data integration processjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce data integration processjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce data integration process@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this commerce data integration process@AutoEscape java.lang.String getType()
void setType(java.lang.String type)
type - the type of this commerce data integration process@AutoEscape java.lang.String getTypeSettings()
void setTypeSettings(java.lang.String typeSettings)
typeSettings - the type settings of this commerce data integration processboolean getSystem()
boolean isSystem()
true if this commerce data integration process is system.true if this commerce data integration process is system; false otherwisevoid setSystem(boolean system)
system - the system of this commerce data integration processboolean getActive()
boolean isActive()
true if this commerce data integration process is active.true if this commerce data integration process is active; false otherwisevoid setActive(boolean active)
active - the active of this commerce data integration process@AutoEscape java.lang.String getCronExpression()
void setCronExpression(java.lang.String cronExpression)
cronExpression - the cron expression of this commerce data integration processjava.util.Date getStartDate()
void setStartDate(java.util.Date startDate)
startDate - the start date of this commerce data integration processjava.util.Date getEndDate()
void setEndDate(java.util.Date endDate)
endDate - the end date of this commerce data integration process