public class CommerceOrderTypeWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceOrderType> implements CommerceOrderType, com.liferay.portal.kernel.model.ModelWrapper<CommerceOrderType>
This class is a wrapper for CommerceOrderType.
CommerceOrderType,
Serialized FormCOMMERCE_ORDER_TYPE_ID_ACCESSOR| Constructor and Description |
|---|
CommerceOrderTypeWrapper(CommerceOrderType commerceOrderType) |
| Modifier and Type | Method and Description |
|---|---|
CommerceOrderType |
cloneWithOriginalValues() |
boolean |
getActive()
Returns the active of this commerce order type.
|
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCommerceOrderTypeId()
Returns the commerce order type ID of this commerce order type.
|
long |
getCompanyId()
Returns the company ID of this commerce order type.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce order type.
|
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription()
Returns the description of this commerce order type.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this commerce order type in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this commerce order type in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescription(java.lang.String languageId)
Returns the localized description of this commerce order type in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this commerce order type in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescriptionCurrentLanguageId() |
java.lang.String |
getDescriptionCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this commerce order type.
|
java.util.Date |
getDisplayDate()
Returns the display date of this commerce order type.
|
int |
getDisplayOrder()
Returns the display order of this commerce order type.
|
java.util.Date |
getExpirationDate()
Returns the expiration date of this commerce order type.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this commerce order type.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this commerce order type.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce order type.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce order type.
|
java.lang.String |
getName()
Returns the name of this commerce order type.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the localized name of this commerce order type in the language.
|
java.lang.String |
getName(java.util.Locale locale,
boolean useDefault)
Returns the localized name of this commerce order type in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getName(java.lang.String languageId)
Returns the localized name of this commerce order type in the language.
|
java.lang.String |
getName(java.lang.String languageId,
boolean useDefault)
Returns the localized name of this commerce order type in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getNameCurrentLanguageId() |
java.lang.String |
getNameCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getNameMap()
Returns a map of the locales and localized names of this commerce order type.
|
long |
getPrimaryKey()
Returns the primary key of this commerce order type.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this commerce order type.
|
long |
getStatusByUserId()
Returns the status by user ID of this commerce order type.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this commerce order type.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this commerce order type.
|
java.util.Date |
getStatusDate()
Returns the status date of this commerce order type.
|
long |
getUserId()
Returns the user ID of this commerce order type.
|
java.lang.String |
getUserName()
Returns the user name of this commerce order type.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce order type.
|
java.lang.String |
getUuid()
Returns the uuid of this commerce order type.
|
boolean |
isActive()
Returns
true if this commerce order type is active. |
boolean |
isApproved()
Returns
true if this commerce order type is approved. |
boolean |
isDenied()
Returns
true if this commerce order type is denied. |
boolean |
isDraft()
Returns
true if this commerce order type is a draft. |
boolean |
isExpired()
Returns
true if this commerce order type is expired. |
boolean |
isInactive()
Returns
true if this commerce order type is inactive. |
boolean |
isIncomplete()
Returns
true if this commerce order type is incomplete. |
boolean |
isPending()
Returns
true if this commerce order type is pending. |
boolean |
isScheduled()
Returns
true if this commerce order type is scheduled. |
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setActive(boolean active)
Sets whether this commerce order type is active.
|
void |
setCommerceOrderTypeId(long commerceOrderTypeId)
Sets the commerce order type ID of this commerce order type.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce order type.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce order type.
|
void |
setDescription(java.lang.String description)
Sets the description of this commerce order type.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this commerce order type in the language.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized description of this commerce order type in the language, and sets the default locale.
|
void |
setDescriptionCurrentLanguageId(java.lang.String languageId) |
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
Sets the localized descriptions of this commerce order type from the map of locales and localized descriptions.
|
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
Sets the localized descriptions of this commerce order type from the map of locales and localized descriptions, and sets the default locale.
|
void |
setDisplayDate(java.util.Date displayDate)
Sets the display date of this commerce order type.
|
void |
setDisplayOrder(int displayOrder)
Sets the display order of this commerce order type.
|
void |
setExpirationDate(java.util.Date expirationDate)
Sets the expiration date of this commerce order type.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this commerce order type.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this commerce order type.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce order type.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce order type.
|
void |
setName(java.lang.String name)
Sets the name of this commerce order type.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Sets the localized name of this commerce order type in the language.
|
void |
setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized name of this commerce order type in the language, and sets the default locale.
|
void |
setNameCurrentLanguageId(java.lang.String languageId) |
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
Sets the localized names of this commerce order type from the map of locales and localized names.
|
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
Sets the localized names of this commerce order type from the map of locales and localized names, and sets the default locale.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce order type.
|
void |
setStatus(int status)
Sets the status of this commerce order type.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this commerce order type.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this commerce order type.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this commerce order type.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this commerce order type.
|
void |
setUserId(long userId)
Sets the user ID of this commerce order type.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce order type.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce order type.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this commerce order type.
|
protected CommerceOrderTypeWrapper |
wrap(CommerceOrderType commerceOrderType) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic CommerceOrderTypeWrapper(CommerceOrderType commerceOrderType)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderType>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderType>public CommerceOrderType cloneWithOriginalValues()
cloneWithOriginalValues in interface CommerceOrderTypeModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderType>public boolean getActive()
getActive in interface CommerceOrderTypeModelpublic java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface CommerceOrderTypeModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getCommerceOrderTypeId()
getCommerceOrderTypeId in interface CommerceOrderTypeModelpublic long getCompanyId()
getCompanyId in interface CommerceOrderTypeModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface CommerceOrderTypeModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface CommerceOrderTypeModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic java.lang.String getDescription()
getDescription in interface CommerceOrderTypeModelpublic java.lang.String getDescription(java.util.Locale locale)
getDescription in interface CommerceOrderTypeModellocale - the locale of the languagepublic java.lang.String getDescription(java.util.Locale locale,
boolean useDefault)
getDescription in interface CommerceOrderTypeModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested languageuseDefault is false and no localization exists for the requested language, an empty string will be returned.public java.lang.String getDescription(java.lang.String languageId)
getDescription in interface CommerceOrderTypeModellanguageId - the ID of the languagepublic java.lang.String getDescription(java.lang.String languageId,
boolean useDefault)
getDescription in interface CommerceOrderTypeModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface CommerceOrderTypeModelpublic java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface CommerceOrderTypeModelpublic java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
getDescriptionMap in interface CommerceOrderTypeModelpublic java.util.Date getDisplayDate()
getDisplayDate in interface CommerceOrderTypeModelpublic int getDisplayOrder()
getDisplayOrder in interface CommerceOrderTypeModelpublic java.util.Date getExpirationDate()
getExpirationDate in interface CommerceOrderTypeModelpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface CommerceOrderTypeModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface CommerceOrderTypeModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CommerceOrderTypeModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface CommerceOrderTypeModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface CommerceOrderTypeModelpublic java.lang.String getName(java.util.Locale locale)
getName in interface CommerceOrderTypeModellocale - the locale of the languagepublic java.lang.String getName(java.util.Locale locale,
boolean useDefault)
getName in interface CommerceOrderTypeModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested languageuseDefault is false and no localization exists for the requested language, an empty string will be returned.public java.lang.String getName(java.lang.String languageId)
getName in interface CommerceOrderTypeModellanguageId - the ID of the languagepublic java.lang.String getName(java.lang.String languageId,
boolean useDefault)
getName in interface CommerceOrderTypeModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface CommerceOrderTypeModelpublic java.lang.String getNameCurrentValue()
getNameCurrentValue in interface CommerceOrderTypeModelpublic java.util.Map<java.util.Locale,java.lang.String> getNameMap()
getNameMap in interface CommerceOrderTypeModelpublic long getPrimaryKey()
getPrimaryKey in interface CommerceOrderTypeModelpublic int getStatus()
getStatus in interface CommerceOrderTypeModelgetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getStatusByUserId()
getStatusByUserId in interface CommerceOrderTypeModelgetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserName()
getStatusByUserName in interface CommerceOrderTypeModelgetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface CommerceOrderTypeModelgetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.util.Date getStatusDate()
getStatusDate in interface CommerceOrderTypeModelgetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getUserId()
getUserId in interface CommerceOrderTypeModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CommerceOrderTypeModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CommerceOrderTypeModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface CommerceOrderTypeModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic boolean isActive()
true if this commerce order type is active.isActive in interface CommerceOrderTypeModeltrue if this commerce order type is active; false otherwisepublic boolean isApproved()
true if this commerce order type is approved.isApproved in interface CommerceOrderTypeModelisApproved in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce order type is approved; false otherwisepublic boolean isDenied()
true if this commerce order type is denied.isDenied in interface CommerceOrderTypeModelisDenied in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce order type is denied; false otherwisepublic boolean isDraft()
true if this commerce order type is a draft.isDraft in interface CommerceOrderTypeModelisDraft in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce order type is a draft; false otherwisepublic boolean isExpired()
true if this commerce order type is expired.isExpired in interface CommerceOrderTypeModelisExpired in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce order type is expired; false otherwisepublic boolean isInactive()
true if this commerce order type is inactive.isInactive in interface CommerceOrderTypeModelisInactive in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce order type is inactive; false otherwisepublic boolean isIncomplete()
true if this commerce order type is incomplete.isIncomplete in interface CommerceOrderTypeModelisIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce order type is incomplete; false otherwisepublic boolean isPending()
true if this commerce order type is pending.isPending in interface CommerceOrderTypeModelisPending in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce order type is pending; false otherwisepublic boolean isScheduled()
true if this commerce order type is scheduled.isScheduled in interface CommerceOrderTypeModelisScheduled in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce order type is scheduled; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface CommerceOrderTypeModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface CommerceOrderTypeModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void setActive(boolean active)
setActive in interface CommerceOrderTypeModelactive - the active of this commerce order typepublic void setCommerceOrderTypeId(long commerceOrderTypeId)
setCommerceOrderTypeId in interface CommerceOrderTypeModelcommerceOrderTypeId - the commerce order type ID of this commerce order typepublic void setCompanyId(long companyId)
setCompanyId in interface CommerceOrderTypeModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this commerce order typepublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CommerceOrderTypeModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this commerce order typepublic void setDescription(java.lang.String description)
setDescription in interface CommerceOrderTypeModeldescription - the description of this commerce order typepublic void setDescription(java.lang.String description,
java.util.Locale locale)
setDescription in interface CommerceOrderTypeModeldescription - the localized description of this commerce order typelocale - the locale of the languagepublic void setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
setDescription in interface CommerceOrderTypeModeldescription - the localized description of this commerce order typelocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId in interface CommerceOrderTypeModelpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
setDescriptionMap in interface CommerceOrderTypeModeldescriptionMap - the locales and localized descriptions of this commerce order typepublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
setDescriptionMap in interface CommerceOrderTypeModeldescriptionMap - the locales and localized descriptions of this commerce order typedefaultLocale - the default localepublic void setDisplayDate(java.util.Date displayDate)
setDisplayDate in interface CommerceOrderTypeModeldisplayDate - the display date of this commerce order typepublic void setDisplayOrder(int displayOrder)
setDisplayOrder in interface CommerceOrderTypeModeldisplayOrder - the display order of this commerce order typepublic void setExpirationDate(java.util.Date expirationDate)
setExpirationDate in interface CommerceOrderTypeModelexpirationDate - the expiration date of this commerce order typepublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface CommerceOrderTypeModelexternalReferenceCode - the external reference code of this commerce order typepublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface CommerceOrderTypeModellastPublishDate - the last publish date of this commerce order typepublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CommerceOrderTypeModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this commerce order typepublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CommerceOrderTypeModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this commerce order typepublic void setName(java.lang.String name)
setName in interface CommerceOrderTypeModelname - the name of this commerce order typepublic void setName(java.lang.String name,
java.util.Locale locale)
setName in interface CommerceOrderTypeModelname - the localized name of this commerce order typelocale - the locale of the languagepublic void setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
setName in interface CommerceOrderTypeModelname - the localized name of this commerce order typelocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(java.lang.String languageId)
setNameCurrentLanguageId in interface CommerceOrderTypeModelpublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
setNameMap in interface CommerceOrderTypeModelnameMap - the locales and localized names of this commerce order typepublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
setNameMap in interface CommerceOrderTypeModelnameMap - the locales and localized names of this commerce order typedefaultLocale - the default localepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CommerceOrderTypeModelprimaryKey - the primary key of this commerce order typepublic void setStatus(int status)
setStatus in interface CommerceOrderTypeModelsetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelstatus - the status of this commerce order typepublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface CommerceOrderTypeModelsetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserId - the status by user ID of this commerce order typepublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface CommerceOrderTypeModelsetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserName - the status by user name of this commerce order typepublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface CommerceOrderTypeModelsetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserUuid - the status by user uuid of this commerce order typepublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface CommerceOrderTypeModelsetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelstatusDate - the status date of this commerce order typepublic void setUserId(long userId)
setUserId in interface CommerceOrderTypeModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce order typepublic void setUserName(java.lang.String userName)
setUserName in interface CommerceOrderTypeModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce order typepublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CommerceOrderTypeModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce order typepublic void setUuid(java.lang.String uuid)
setUuid in interface CommerceOrderTypeModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this commerce order typepublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected CommerceOrderTypeWrapper wrap(CommerceOrderType commerceOrderType)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceOrderType>