Package com.liferay.commerce.model
Interface CommerceShipmentModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceShipment>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<CommerceShipment>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Subinterfaces:
CommerceShipment
- All Known Implementing Classes:
CommerceShipmentWrapper
@ProviderType
public interface CommerceShipmentModel
extends com.liferay.portal.kernel.model.BaseModel<CommerceShipment>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
The base model interface for the CommerceShipment service. Represents a row in the "CommerceShipment" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.commerce.model.impl.CommerceShipmentModelImpl 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.model.impl.CommerceShipmentImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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.intReturns 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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this commerce shipment.- Returns:
- the primary key of this commerce shipment
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this commerce shipment.- Parameters:
primaryKey- the primary key of this commerce shipment
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this commerce shipment.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce shipment
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce shipment.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this commerce shipment
-
getUuid
Returns the uuid of this commerce shipment.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this commerce shipment
-
setUuid
Sets the uuid of this commerce shipment.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this commerce shipment
-
getExternalReferenceCode
Returns the external reference code of this commerce shipment.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this commerce shipment
-
setExternalReferenceCode
Sets the external reference code of this commerce shipment.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this commerce shipment
-
getCommerceShipmentId
long getCommerceShipmentId()Returns the commerce shipment ID of this commerce shipment.- Returns:
- the commerce shipment ID of this commerce shipment
-
setCommerceShipmentId
void setCommerceShipmentId(long commerceShipmentId) Sets the commerce shipment ID of this commerce shipment.- Parameters:
commerceShipmentId- the commerce shipment ID of this commerce shipment
-
getGroupId
long getGroupId()Returns the group ID of this commerce shipment.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this commerce shipment
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this commerce shipment.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this commerce shipment
-
getCompanyId
long getCompanyId()Returns the company ID of this commerce shipment.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- 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
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this commerce shipment.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- 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
-
getUserId
long getUserId()Returns the user ID of this commerce shipment.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this commerce shipment
-
setUserId
void setUserId(long userId) Sets the user ID of this commerce shipment.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this commerce shipment
-
getUserUuid
String getUserUuid()Returns the user uuid of this commerce shipment.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this commerce shipment
-
setUserUuid
Sets the user uuid of this commerce shipment.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this commerce shipment
-
getUserName
Returns the user name of this commerce shipment.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this commerce shipment
-
setUserName
Sets the user name of this commerce shipment.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this commerce shipment
-
getCreateDate
Date getCreateDate()Returns the create date of this commerce shipment.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date 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 interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this commerce shipment
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this commerce shipment.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date 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 interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this commerce shipment
-
getCommerceAccountId
long getCommerceAccountId()Returns the commerce account ID of this commerce shipment.- Returns:
- the commerce account ID of this commerce shipment
-
setCommerceAccountId
void setCommerceAccountId(long commerceAccountId) Sets the commerce account ID of this commerce shipment.- Parameters:
commerceAccountId- the commerce account ID of this commerce shipment
-
getCommerceAddressId
long getCommerceAddressId()Returns the commerce address ID of this commerce shipment.- Returns:
- the commerce address ID of this commerce shipment
-
setCommerceAddressId
void setCommerceAddressId(long commerceAddressId) Sets the commerce address ID of this commerce shipment.- Parameters:
commerceAddressId- the commerce address ID of this commerce shipment
-
getCommerceShippingMethodId
long getCommerceShippingMethodId()Returns the commerce shipping method ID of this commerce shipment.- Returns:
- the commerce shipping method ID of this commerce shipment
-
setCommerceShippingMethodId
void setCommerceShippingMethodId(long commerceShippingMethodId) Sets the commerce shipping method ID of this commerce shipment.- Parameters:
commerceShippingMethodId- the commerce shipping method ID of this commerce shipment
-
getCarrier
Returns the carrier of this commerce shipment.- Returns:
- the carrier of this commerce shipment
-
setCarrier
Sets the carrier of this commerce shipment.- Parameters:
carrier- the carrier of this commerce shipment
-
getExpectedDate
Date getExpectedDate()Returns the expected date of this commerce shipment.- Returns:
- the expected date of this commerce shipment
-
setExpectedDate
Sets the expected date of this commerce shipment.- Parameters:
expectedDate- the expected date of this commerce shipment
-
getShippingDate
Date getShippingDate()Returns the shipping date of this commerce shipment.- Returns:
- the shipping date of this commerce shipment
-
setShippingDate
Sets the shipping date of this commerce shipment.- Parameters:
shippingDate- the shipping date of this commerce shipment
-
getShippingOptionName
Returns the shipping option name of this commerce shipment.- Returns:
- the shipping option name of this commerce shipment
-
setShippingOptionName
Sets the shipping option name of this commerce shipment.- Parameters:
shippingOptionName- the shipping option name of this commerce shipment
-
getTrackingNumber
Returns the tracking number of this commerce shipment.- Returns:
- the tracking number of this commerce shipment
-
setTrackingNumber
Sets the tracking number of this commerce shipment.- Parameters:
trackingNumber- the tracking number of this commerce shipment
-
getTrackingURL
Returns the tracking url of this commerce shipment.- Returns:
- the tracking url of this commerce shipment
-
setTrackingURL
Sets the tracking url of this commerce shipment.- Parameters:
trackingURL- the tracking url of this commerce shipment
-
getStatus
int getStatus()Returns the status of this commerce shipment.- Returns:
- the status of this commerce shipment
-
setStatus
void setStatus(int status) Sets the status of this commerce shipment.- Parameters:
status- the status of this commerce shipment
-
cloneWithOriginalValues
CommerceShipment cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShipment>
-
toXmlString
-