Package com.liferay.commerce.model
Class CommerceAddressWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAddress>
com.liferay.commerce.model.CommerceAddressWrapper
- All Implemented Interfaces:
CommerceAddress
,CommerceAddressModel
,com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceAddress>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<CommerceAddress>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,Serializable
,Cloneable
,Comparable<CommerceAddress>
@Deprecated
public class CommerceAddressWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAddress>
implements CommerceAddress, com.liferay.portal.kernel.model.ModelWrapper<CommerceAddress>
Deprecated.
As of Cavanaugh (7.4.x)
This class is a wrapper for CommerceAddress
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.commerce.model.CommerceAddress
COMMERCE_ADDRESS_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.com.liferay.portal.kernel.model.Country
Deprecated.getCity()
Deprecated.Returns the city of this commerce address.Deprecated.Returns the fully qualified class name of this commerce address.long
Deprecated.Returns the class name ID of this commerce address.long
Deprecated.Returns the class pk of this commerce address.long
Deprecated.Returns the commerce address ID of this commerce address.long
Deprecated.Returns the company ID of this commerce address.com.liferay.portal.kernel.model.Country
Deprecated.long
Deprecated.Returns the country ID of this commerce address.Deprecated.Returns the create date of this commerce address.boolean
Deprecated.Returns the default billing of this commerce address.boolean
Deprecated.Returns the default shipping of this commerce address.Deprecated.Returns the description of this commerce address.com.liferay.expando.kernel.model.ExpandoBridge
Deprecated.Deprecated.Returns the external reference code of this commerce address.long
Deprecated.Returns the group ID of this commerce address.double
Deprecated.Returns the latitude of this commerce address.double
Deprecated.Returns the longitude of this commerce address.Deprecated.Deprecated.Returns the modified date of this commerce address.long
Deprecated.Returns the mvcc version of this commerce address.getName()
Deprecated.Returns the name of this commerce address.Deprecated.Returns the phone number of this commerce address.long
Deprecated.Returns the primary key of this commerce address.com.liferay.portal.kernel.model.Region
Deprecated.long
Deprecated.Returns the region ID of this commerce address.Deprecated.Returns the street1 of this commerce address.Deprecated.Returns the street2 of this commerce address.Deprecated.Returns the street3 of this commerce address.int
getType()
Deprecated.Returns the type of this commerce address.long
Deprecated.Returns the user ID of this commerce address.Deprecated.Returns the user name of this commerce address.Deprecated.Returns the user uuid of this commerce address.getZip()
Deprecated.Returns the zip of this commerce address.boolean
Deprecated.Returnstrue
if this commerce address is default billing.boolean
Deprecated.Returnstrue
if this commerce address is default shipping.boolean
Deprecated.boolean
isSameAddress
(CommerceAddress commerceAddress) Deprecated.void
Deprecated.Sets the city of this commerce address.void
setClassName
(String className) Deprecated.void
setClassNameId
(long classNameId) Deprecated.Sets the class name ID of this commerce address.void
setClassPK
(long classPK) Deprecated.Sets the class pk of this commerce address.void
setCommerceAddressId
(long commerceAddressId) Deprecated.Sets the commerce address ID of this commerce address.void
setCompanyId
(long companyId) Deprecated.Sets the company ID of this commerce address.void
setCountryId
(long countryId) Deprecated.Sets the country ID of this commerce address.void
setCreateDate
(Date createDate) Deprecated.Sets the create date of this commerce address.void
setDefaultBilling
(boolean defaultBilling) Deprecated.Sets whether this commerce address is default billing.void
setDefaultShipping
(boolean defaultShipping) Deprecated.Sets whether this commerce address is default shipping.void
setDescription
(String description) Deprecated.Sets the description of this commerce address.void
setExternalReferenceCode
(String externalReferenceCode) Deprecated.Sets the external reference code of this commerce address.void
setGroupId
(long groupId) Deprecated.Sets the group ID of this commerce address.void
setLatitude
(double latitude) Deprecated.Sets the latitude of this commerce address.void
setLongitude
(double longitude) Deprecated.Sets the longitude of this commerce address.void
setModelAttributes
(Map<String, Object> attributes) Deprecated.void
setModifiedDate
(Date modifiedDate) Deprecated.Sets the modified date of this commerce address.void
setMvccVersion
(long mvccVersion) Deprecated.Sets the mvcc version of this commerce address.void
Deprecated.Sets the name of this commerce address.void
setPhoneNumber
(String phoneNumber) Deprecated.Sets the phone number of this commerce address.void
setPrimaryKey
(long primaryKey) Deprecated.Sets the primary key of this commerce address.void
setRegionId
(long regionId) Deprecated.Sets the region ID of this commerce address.void
setStreet1
(String street1) Deprecated.Sets the street1 of this commerce address.void
setStreet2
(String street2) Deprecated.Sets the street2 of this commerce address.void
setStreet3
(String street3) Deprecated.Sets the street3 of this commerce address.void
setType
(int type) Deprecated.Sets the type of this commerce address.void
setUserId
(long userId) Deprecated.Sets the user ID of this commerce address.void
setUserName
(String userName) Deprecated.Sets the user name of this commerce address.void
setUserUuid
(String userUuid) Deprecated.Sets the user uuid of this commerce address.void
Deprecated.Sets the zip of this commerce address.Deprecated.protected CommerceAddressWrapper
wrap
(CommerceAddress commerceAddress) Deprecated.Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CommerceAddressWrapper
Deprecated.
-
-
Method Details
-
getModelAttributes
Deprecated.- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAddress>
-
setModelAttributes
Deprecated.- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAddress>
-
cloneWithOriginalValues
Deprecated.- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAddress>
- Specified by:
cloneWithOriginalValues
in interfaceCommerceAddressModel
-
fetchCountry
public com.liferay.portal.kernel.model.Country fetchCountry()Deprecated.- Specified by:
fetchCountry
in interfaceCommerceAddress
-
getCity
Deprecated.Returns the city of this commerce address.- Specified by:
getCity
in interfaceCommerceAddressModel
- Returns:
- the city of this commerce address
-
getClassName
Deprecated.Returns the fully qualified class name of this commerce address.- Specified by:
getClassName
in interfaceCommerceAddressModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the fully qualified class name of this commerce address
-
getClassNameId
public long getClassNameId()Deprecated.Returns the class name ID of this commerce address.- Specified by:
getClassNameId
in interfaceCommerceAddressModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the class name ID of this commerce address
-
getClassPK
public long getClassPK()Deprecated.Returns the class pk of this commerce address.- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
getClassPK
in interfaceCommerceAddressModel
- Returns:
- the class pk of this commerce address
-
getCommerceAddressId
public long getCommerceAddressId()Deprecated.Returns the commerce address ID of this commerce address.- Specified by:
getCommerceAddressId
in interfaceCommerceAddressModel
- Returns:
- the commerce address ID of this commerce address
-
getCompanyId
public long getCompanyId()Deprecated.Returns the company ID of this commerce address.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCommerceAddressModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this commerce address
-
getCountry
public com.liferay.portal.kernel.model.Country getCountry() throws com.liferay.portal.kernel.exception.PortalExceptionDeprecated.- Specified by:
getCountry
in interfaceCommerceAddress
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCountryId
public long getCountryId()Deprecated.Returns the country ID of this commerce address.- Specified by:
getCountryId
in interfaceCommerceAddressModel
- Returns:
- the country ID of this commerce address
-
getCreateDate
Deprecated.Returns the create date of this commerce address.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCommerceAddressModel
- Returns:
- the create date of this commerce address
-
getDefaultBilling
public boolean getDefaultBilling()Deprecated.Returns the default billing of this commerce address.- Specified by:
getDefaultBilling
in interfaceCommerceAddressModel
- Returns:
- the default billing of this commerce address
-
getDefaultShipping
public boolean getDefaultShipping()Deprecated.Returns the default shipping of this commerce address.- Specified by:
getDefaultShipping
in interfaceCommerceAddressModel
- Returns:
- the default shipping of this commerce address
-
getDescription
Deprecated.Returns the description of this commerce address.- Specified by:
getDescription
in interfaceCommerceAddressModel
- Returns:
- the description of this commerce address
-
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()Deprecated.- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAddress>
- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.ClassedModel
- Specified by:
getExpandoBridge
in interfaceCommerceAddress
- Overrides:
getExpandoBridge
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAddress>
-
getExternalReferenceCode
Deprecated.Returns the external reference code of this commerce address.- Specified by:
getExternalReferenceCode
in interfaceCommerceAddressModel
- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Returns:
- the external reference code of this commerce address
-
getGroupId
public long getGroupId()Deprecated.Returns the group ID of this commerce address.- Specified by:
getGroupId
in interfaceCommerceAddressModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this commerce address
-
getLatitude
public double getLatitude()Deprecated.Returns the latitude of this commerce address.- Specified by:
getLatitude
in interfaceCommerceAddressModel
- Returns:
- the latitude of this commerce address
-
getLongitude
public double getLongitude()Deprecated.Returns the longitude of this commerce address.- Specified by:
getLongitude
in interfaceCommerceAddressModel
- Returns:
- the longitude of this commerce address
-
getModifiedDate
Deprecated.Returns the modified date of this commerce address.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCommerceAddressModel
- Returns:
- the modified date of this commerce address
-
getMvccVersion
public long getMvccVersion()Deprecated.Returns the mvcc version of this commerce address.- Specified by:
getMvccVersion
in interfaceCommerceAddressModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce address
-
getName
Deprecated.Returns the name of this commerce address.- Specified by:
getName
in interfaceCommerceAddressModel
- Returns:
- the name of this commerce address
-
getPhoneNumber
Deprecated.Returns the phone number of this commerce address.- Specified by:
getPhoneNumber
in interfaceCommerceAddressModel
- Returns:
- the phone number of this commerce address
-
getPrimaryKey
public long getPrimaryKey()Deprecated.Returns the primary key of this commerce address.- Specified by:
getPrimaryKey
in interfaceCommerceAddressModel
- Returns:
- the primary key of this commerce address
-
getRegion
public com.liferay.portal.kernel.model.Region getRegion() throws com.liferay.portal.kernel.exception.PortalExceptionDeprecated.- Specified by:
getRegion
in interfaceCommerceAddress
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRegionId
public long getRegionId()Deprecated.Returns the region ID of this commerce address.- Specified by:
getRegionId
in interfaceCommerceAddressModel
- Returns:
- the region ID of this commerce address
-
getStreet1
Deprecated.Returns the street1 of this commerce address.- Specified by:
getStreet1
in interfaceCommerceAddressModel
- Returns:
- the street1 of this commerce address
-
getStreet2
Deprecated.Returns the street2 of this commerce address.- Specified by:
getStreet2
in interfaceCommerceAddressModel
- Returns:
- the street2 of this commerce address
-
getStreet3
Deprecated.Returns the street3 of this commerce address.- Specified by:
getStreet3
in interfaceCommerceAddressModel
- Returns:
- the street3 of this commerce address
-
getType
public int getType()Deprecated.Returns the type of this commerce address.- Specified by:
getType
in interfaceCommerceAddressModel
- Returns:
- the type of this commerce address
-
getUserId
public long getUserId()Deprecated.Returns the user ID of this commerce address.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCommerceAddressModel
- Returns:
- the user ID of this commerce address
-
getUserName
Deprecated.Returns the user name of this commerce address.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCommerceAddressModel
- Returns:
- the user name of this commerce address
-
getUserUuid
Deprecated.Returns the user uuid of this commerce address.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCommerceAddressModel
- Returns:
- the user uuid of this commerce address
-
getZip
Deprecated.Returns the zip of this commerce address.- Specified by:
getZip
in interfaceCommerceAddressModel
- Returns:
- the zip of this commerce address
-
isDefaultBilling
public boolean isDefaultBilling()Deprecated.Returnstrue
if this commerce address is default billing.- Specified by:
isDefaultBilling
in interfaceCommerceAddressModel
- Returns:
true
if this commerce address is default billing;false
otherwise
-
isDefaultShipping
public boolean isDefaultShipping()Deprecated.Returnstrue
if this commerce address is default shipping.- Specified by:
isDefaultShipping
in interfaceCommerceAddressModel
- Returns:
true
if this commerce address is default shipping;false
otherwise
-
isGeolocated
public boolean isGeolocated()Deprecated.- Specified by:
isGeolocated
in interfaceCommerceAddress
-
isSameAddress
Deprecated.- Specified by:
isSameAddress
in interfaceCommerceAddress
-
setCity
Deprecated.Sets the city of this commerce address.- Specified by:
setCity
in interfaceCommerceAddressModel
- Parameters:
city
- the city of this commerce address
-
setClassName
Deprecated.- Specified by:
setClassName
in interfaceCommerceAddressModel
-
setClassNameId
public void setClassNameId(long classNameId) Deprecated.Sets the class name ID of this commerce address.- Specified by:
setClassNameId
in interfaceCommerceAddressModel
- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Parameters:
classNameId
- the class name ID of this commerce address
-
setClassPK
public void setClassPK(long classPK) Deprecated.Sets the class pk of this commerce address.- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
setClassPK
in interfaceCommerceAddressModel
- Parameters:
classPK
- the class pk of this commerce address
-
setCommerceAddressId
public void setCommerceAddressId(long commerceAddressId) Deprecated.Sets the commerce address ID of this commerce address.- Specified by:
setCommerceAddressId
in interfaceCommerceAddressModel
- Parameters:
commerceAddressId
- the commerce address ID of this commerce address
-
setCompanyId
public void setCompanyId(long companyId) Deprecated.Sets the company ID of this commerce address.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCommerceAddressModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this commerce address
-
setCountryId
public void setCountryId(long countryId) Deprecated.Sets the country ID of this commerce address.- Specified by:
setCountryId
in interfaceCommerceAddressModel
- Parameters:
countryId
- the country ID of this commerce address
-
setCreateDate
Deprecated.Sets the create date of this commerce address.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCommerceAddressModel
- Parameters:
createDate
- the create date of this commerce address
-
setDefaultBilling
public void setDefaultBilling(boolean defaultBilling) Deprecated.Sets whether this commerce address is default billing.- Specified by:
setDefaultBilling
in interfaceCommerceAddressModel
- Parameters:
defaultBilling
- the default billing of this commerce address
-
setDefaultShipping
public void setDefaultShipping(boolean defaultShipping) Deprecated.Sets whether this commerce address is default shipping.- Specified by:
setDefaultShipping
in interfaceCommerceAddressModel
- Parameters:
defaultShipping
- the default shipping of this commerce address
-
setDescription
Deprecated.Sets the description of this commerce address.- Specified by:
setDescription
in interfaceCommerceAddressModel
- Parameters:
description
- the description of this commerce address
-
setExternalReferenceCode
Deprecated.Sets the external reference code of this commerce address.- Specified by:
setExternalReferenceCode
in interfaceCommerceAddressModel
- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Parameters:
externalReferenceCode
- the external reference code of this commerce address
-
setGroupId
public void setGroupId(long groupId) Deprecated.Sets the group ID of this commerce address.- Specified by:
setGroupId
in interfaceCommerceAddressModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this commerce address
-
setLatitude
public void setLatitude(double latitude) Deprecated.Sets the latitude of this commerce address.- Specified by:
setLatitude
in interfaceCommerceAddressModel
- Parameters:
latitude
- the latitude of this commerce address
-
setLongitude
public void setLongitude(double longitude) Deprecated.Sets the longitude of this commerce address.- Specified by:
setLongitude
in interfaceCommerceAddressModel
- Parameters:
longitude
- the longitude of this commerce address
-
setModifiedDate
Deprecated.Sets the modified date of this commerce address.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCommerceAddressModel
- Parameters:
modifiedDate
- the modified date of this commerce address
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce address.- Specified by:
setMvccVersion
in interfaceCommerceAddressModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce address
-
setName
Deprecated.Sets the name of this commerce address.- Specified by:
setName
in interfaceCommerceAddressModel
- Parameters:
name
- the name of this commerce address
-
setPhoneNumber
Deprecated.Sets the phone number of this commerce address.- Specified by:
setPhoneNumber
in interfaceCommerceAddressModel
- Parameters:
phoneNumber
- the phone number of this commerce address
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce address.- Specified by:
setPrimaryKey
in interfaceCommerceAddressModel
- Parameters:
primaryKey
- the primary key of this commerce address
-
setRegionId
public void setRegionId(long regionId) Deprecated.Sets the region ID of this commerce address.- Specified by:
setRegionId
in interfaceCommerceAddressModel
- Parameters:
regionId
- the region ID of this commerce address
-
setStreet1
Deprecated.Sets the street1 of this commerce address.- Specified by:
setStreet1
in interfaceCommerceAddressModel
- Parameters:
street1
- the street1 of this commerce address
-
setStreet2
Deprecated.Sets the street2 of this commerce address.- Specified by:
setStreet2
in interfaceCommerceAddressModel
- Parameters:
street2
- the street2 of this commerce address
-
setStreet3
Deprecated.Sets the street3 of this commerce address.- Specified by:
setStreet3
in interfaceCommerceAddressModel
- Parameters:
street3
- the street3 of this commerce address
-
setType
public void setType(int type) Deprecated.Sets the type of this commerce address.- Specified by:
setType
in interfaceCommerceAddressModel
- Parameters:
type
- the type of this commerce address
-
setUserId
public void setUserId(long userId) Deprecated.Sets the user ID of this commerce address.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCommerceAddressModel
- Parameters:
userId
- the user ID of this commerce address
-
setUserName
Deprecated.Sets the user name of this commerce address.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCommerceAddressModel
- Parameters:
userName
- the user name of this commerce address
-
setUserUuid
Deprecated.Sets the user uuid of this commerce address.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCommerceAddressModel
- Parameters:
userUuid
- the user uuid of this commerce address
-
setZip
Deprecated.Sets the zip of this commerce address.- Specified by:
setZip
in interfaceCommerceAddressModel
- Parameters:
zip
- the zip of this commerce address
-
toXmlString
Deprecated.- Specified by:
toXmlString
in interfaceCommerceAddressModel
-
wrap
Deprecated.- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAddress>
-