Package com.liferay.commerce.model
Class CommerceShipmentWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShipment>
com.liferay.commerce.model.CommerceShipmentWrapper
- All Implemented Interfaces:
CommerceShipment,CommerceShipmentModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceShipment>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<CommerceShipment>,com.liferay.portal.kernel.model.MVCCModel,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<CommerceShipment>
public class CommerceShipmentWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShipment>
implements CommerceShipment, com.liferay.portal.kernel.model.ModelWrapper<CommerceShipment>
This class is a wrapper for CommerceShipment.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.model.CommerceShipment
COMMERCE_SHIPMENT_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.account.model.AccountEntryReturns the carrier of this commerce shipment.longReturns the commerce account ID of this commerce shipment.longReturns the commerce address ID of this commerce shipment.longReturns the commerce shipment ID of this commerce shipment.longReturns the commerce shipping method ID of this commerce shipment.longReturns the company ID of this commerce shipment.Returns the create date of this commerce shipment.Returns the expected date of this commerce shipment.Returns the external reference code of this commerce shipment.longReturns the group ID of this commerce shipment.Returns the modified date of this commerce shipment.longReturns the mvcc version of this commerce shipment.longReturns the primary key of this commerce shipment.Returns the shipping date of this commerce shipment.Returns the shipping option name of this commerce shipment.com.liferay.exportimport.kernel.lar.StagedModelTypeintReturns the status of this commerce shipment.Returns the tracking number of this commerce shipment.Returns the tracking url of this commerce shipment.longReturns the user ID of this commerce shipment.Returns the user name of this commerce shipment.Returns the user uuid of this commerce shipment.getUuid()Returns the uuid of this commerce shipment.voidpersist()voidsetCarrier(String carrier) Sets the carrier of this commerce shipment.voidsetCommerceAccountId(long commerceAccountId) Sets the commerce account ID of this commerce shipment.voidsetCommerceAddressId(long commerceAddressId) Sets the commerce address ID of this commerce shipment.voidsetCommerceShipmentId(long commerceShipmentId) Sets the commerce shipment ID of this commerce shipment.voidsetCommerceShippingMethodId(long commerceShippingMethodId) Sets the commerce shipping method ID of this commerce shipment.voidsetCompanyId(long companyId) Sets the company ID of this commerce shipment.voidsetCreateDate(Date createDate) Sets the create date of this commerce shipment.voidsetExpectedDate(Date expectedDate) Sets the expected date of this commerce shipment.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this commerce shipment.voidsetGroupId(long groupId) Sets the group ID of this commerce shipment.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this commerce shipment.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this commerce shipment.voidsetPrimaryKey(long primaryKey) Sets the primary key of this commerce shipment.voidsetShippingDate(Date shippingDate) Sets the shipping date of this commerce shipment.voidsetShippingOptionName(String shippingOptionName) Sets the shipping option name of this commerce shipment.voidsetStatus(int status) Sets the status of this commerce shipment.voidsetTrackingNumber(String trackingNumber) Sets the tracking number of this commerce shipment.voidsetTrackingURL(String trackingURL) Sets the tracking url of this commerce shipment.voidsetUserId(long userId) Sets the user ID of this commerce shipment.voidsetUserName(String userName) Sets the user name of this commerce shipment.voidsetUserUuid(String userUuid) Sets the user uuid of this commerce shipment.voidSets the uuid of this commerce shipment.protected CommerceShipmentWrapperwrap(CommerceShipment commerceShipment) 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
-
CommerceShipmentWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShipment>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShipment>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShipment>- Specified by:
cloneWithOriginalValuesin interfaceCommerceShipmentModel
-
fetchCommerceAddress
- Specified by:
fetchCommerceAddressin interfaceCommerceShipment
-
fetchCommerceShippingMethod
- Specified by:
fetchCommerceShippingMethodin interfaceCommerceShipment
-
getAccountEntry
public com.liferay.account.model.AccountEntry getAccountEntry() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getAccountEntryin interfaceCommerceShipment- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryName
- Specified by:
getAccountEntryNamein interfaceCommerceShipment- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCarrier
Returns the carrier of this commerce shipment.- Specified by:
getCarrierin interfaceCommerceShipmentModel- Returns:
- the carrier of this commerce shipment
-
getCommerceAccountId
public long getCommerceAccountId()Returns the commerce account ID of this commerce shipment.- Specified by:
getCommerceAccountIdin interfaceCommerceShipmentModel- Returns:
- the commerce account ID of this commerce shipment
-
getCommerceAddressId
public long getCommerceAddressId()Returns the commerce address ID of this commerce shipment.- Specified by:
getCommerceAddressIdin interfaceCommerceShipmentModel- Returns:
- the commerce address ID of this commerce shipment
-
getCommerceShipmentId
public long getCommerceShipmentId()Returns the commerce shipment ID of this commerce shipment.- Specified by:
getCommerceShipmentIdin interfaceCommerceShipmentModel- Returns:
- the commerce shipment ID of this commerce shipment
-
getCommerceShippingMethod
public CommerceShippingMethod getCommerceShippingMethod() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCommerceShippingMethodin interfaceCommerceShipment- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceShippingMethodId
public long getCommerceShippingMethodId()Returns the commerce shipping method ID of this commerce shipment.- Specified by:
getCommerceShippingMethodIdin interfaceCommerceShipmentModel- Returns:
- the commerce shipping method ID of this commerce shipment
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce shipment.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommerceShipmentModel- 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 shipment
-
getCreateDate
Returns the create date of this commerce shipment.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommerceShipmentModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this commerce shipment
-
getExpectedDate
Returns the expected date of this commerce shipment.- Specified by:
getExpectedDatein interfaceCommerceShipmentModel- Returns:
- the expected date of this commerce shipment
-
getExternalReferenceCode
Returns the external reference code of this commerce shipment.- Specified by:
getExternalReferenceCodein interfaceCommerceShipmentModel- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this commerce shipment
-
getGroupId
public long getGroupId()Returns the group ID of this commerce shipment.- Specified by:
getGroupIdin interfaceCommerceShipmentModel- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this commerce shipment
-
getModifiedDate
Returns the modified date of this commerce shipment.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCommerceShipmentModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this commerce shipment
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce shipment.- Specified by:
getMvccVersionin interfaceCommerceShipmentModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce shipment
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce shipment.- Specified by:
getPrimaryKeyin interfaceCommerceShipmentModel- Returns:
- the primary key of this commerce shipment
-
getShippingDate
Returns the shipping date of this commerce shipment.- Specified by:
getShippingDatein interfaceCommerceShipmentModel- Returns:
- the shipping date of this commerce shipment
-
getShippingOptionName
Returns the shipping option name of this commerce shipment.- Specified by:
getShippingOptionNamein interfaceCommerceShipmentModel- Returns:
- the shipping option name of this commerce shipment
-
getStatus
public int getStatus()Returns the status of this commerce shipment.- Specified by:
getStatusin interfaceCommerceShipmentModel- Returns:
- the status of this commerce shipment
-
getTrackingNumber
Returns the tracking number of this commerce shipment.- Specified by:
getTrackingNumberin interfaceCommerceShipmentModel- Returns:
- the tracking number of this commerce shipment
-
getTrackingURL
Returns the tracking url of this commerce shipment.- Specified by:
getTrackingURLin interfaceCommerceShipmentModel- Returns:
- the tracking url of this commerce shipment
-
getUserId
public long getUserId()Returns the user ID of this commerce shipment.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCommerceShipmentModel- Returns:
- the user ID of this commerce shipment
-
getUserName
Returns the user name of this commerce shipment.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCommerceShipmentModel- Returns:
- the user name of this commerce shipment
-
getUserUuid
Returns the user uuid of this commerce shipment.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommerceShipmentModel- Returns:
- the user uuid of this commerce shipment
-
getUuid
Returns the uuid of this commerce shipment.- Specified by:
getUuidin interfaceCommerceShipmentModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this commerce shipment
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCarrier
Sets the carrier of this commerce shipment.- Specified by:
setCarrierin interfaceCommerceShipmentModel- Parameters:
carrier- the carrier of this commerce shipment
-
setCommerceAccountId
public void setCommerceAccountId(long commerceAccountId) Sets the commerce account ID of this commerce shipment.- Specified by:
setCommerceAccountIdin interfaceCommerceShipmentModel- Parameters:
commerceAccountId- the commerce account ID of this commerce shipment
-
setCommerceAddressId
public void setCommerceAddressId(long commerceAddressId) Sets the commerce address ID of this commerce shipment.- Specified by:
setCommerceAddressIdin interfaceCommerceShipmentModel- Parameters:
commerceAddressId- the commerce address ID of this commerce shipment
-
setCommerceShipmentId
public void setCommerceShipmentId(long commerceShipmentId) Sets the commerce shipment ID of this commerce shipment.- Specified by:
setCommerceShipmentIdin interfaceCommerceShipmentModel- Parameters:
commerceShipmentId- the commerce shipment ID of this commerce shipment
-
setCommerceShippingMethodId
public void setCommerceShippingMethodId(long commerceShippingMethodId) Sets the commerce shipping method ID of this commerce shipment.- Specified by:
setCommerceShippingMethodIdin interfaceCommerceShipmentModel- Parameters:
commerceShippingMethodId- the commerce shipping method ID of this commerce shipment
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce shipment.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommerceShipmentModel- 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 shipment
-
setCreateDate
Sets the create date of this commerce shipment.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCommerceShipmentModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this commerce shipment
-
setExpectedDate
Sets the expected date of this commerce shipment.- Specified by:
setExpectedDatein interfaceCommerceShipmentModel- Parameters:
expectedDate- the expected date of this commerce shipment
-
setExternalReferenceCode
Sets the external reference code of this commerce shipment.- Specified by:
setExternalReferenceCodein interfaceCommerceShipmentModel- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this commerce shipment
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this commerce shipment.- Specified by:
setGroupIdin interfaceCommerceShipmentModel- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this commerce shipment
-
setModifiedDate
Sets the modified date of this commerce shipment.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCommerceShipmentModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this commerce shipment
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce shipment.- Specified by:
setMvccVersionin interfaceCommerceShipmentModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this commerce shipment
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce shipment.- Specified by:
setPrimaryKeyin interfaceCommerceShipmentModel- Parameters:
primaryKey- the primary key of this commerce shipment
-
setShippingDate
Sets the shipping date of this commerce shipment.- Specified by:
setShippingDatein interfaceCommerceShipmentModel- Parameters:
shippingDate- the shipping date of this commerce shipment
-
setShippingOptionName
Sets the shipping option name of this commerce shipment.- Specified by:
setShippingOptionNamein interfaceCommerceShipmentModel- Parameters:
shippingOptionName- the shipping option name of this commerce shipment
-
setStatus
public void setStatus(int status) Sets the status of this commerce shipment.- Specified by:
setStatusin interfaceCommerceShipmentModel- Parameters:
status- the status of this commerce shipment
-
setTrackingNumber
Sets the tracking number of this commerce shipment.- Specified by:
setTrackingNumberin interfaceCommerceShipmentModel- Parameters:
trackingNumber- the tracking number of this commerce shipment
-
setTrackingURL
Sets the tracking url of this commerce shipment.- Specified by:
setTrackingURLin interfaceCommerceShipmentModel- Parameters:
trackingURL- the tracking url of this commerce shipment
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce shipment.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCommerceShipmentModel- Parameters:
userId- the user ID of this commerce shipment
-
setUserName
Sets the user name of this commerce shipment.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCommerceShipmentModel- Parameters:
userName- the user name of this commerce shipment
-
setUserUuid
Sets the user uuid of this commerce shipment.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommerceShipmentModel- Parameters:
userUuid- the user uuid of this commerce shipment
-
setUuid
Sets the uuid of this commerce shipment.- Specified by:
setUuidin interfaceCommerceShipmentModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this commerce shipment
-
toXmlString
- Specified by:
toXmlStringin interfaceCommerceShipmentModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShipment>
-