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
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    com.liferay.portal.kernel.model.Country
    Deprecated.
     
    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.
    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
    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.
    Deprecated.
    Returns the zip of this commerce address.
    boolean
    Deprecated.
    Returns true if this commerce address is default billing.
    boolean
    Deprecated.
    Returns true 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
    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.
     
    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

      public CommerceAddressWrapper(CommerceAddress commerceAddress)
      Deprecated.
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Deprecated.
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceAddress>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Deprecated.
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceAddress>
    • cloneWithOriginalValues

      public CommerceAddress cloneWithOriginalValues()
      Deprecated.
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceAddress>
      Specified by:
      cloneWithOriginalValues in interface CommerceAddressModel
    • fetchCountry

      public com.liferay.portal.kernel.model.Country fetchCountry()
      Deprecated.
      Specified by:
      fetchCountry in interface CommerceAddress
    • getCity

      public String getCity()
      Deprecated.
      Returns the city of this commerce address.
      Specified by:
      getCity in interface CommerceAddressModel
      Returns:
      the city of this commerce address
    • getClassName

      public String getClassName()
      Deprecated.
      Returns the fully qualified class name of this commerce address.
      Specified by:
      getClassName in interface CommerceAddressModel
      Specified by:
      getClassName in interface com.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 interface CommerceAddressModel
      Specified by:
      getClassNameId in interface com.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 interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      getClassPK in interface CommerceAddressModel
      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 interface CommerceAddressModel
      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 interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface CommerceAddressModel
      Specified by:
      getCompanyId in interface com.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.PortalException
      Deprecated.
      Specified by:
      getCountry in interface CommerceAddress
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCountryId

      public long getCountryId()
      Deprecated.
      Returns the country ID of this commerce address.
      Specified by:
      getCountryId in interface CommerceAddressModel
      Returns:
      the country ID of this commerce address
    • getCreateDate

      public Date getCreateDate()
      Deprecated.
      Returns the create date of this commerce address.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface CommerceAddressModel
      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 interface CommerceAddressModel
      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 interface CommerceAddressModel
      Returns:
      the default shipping of this commerce address
    • getDescription

      public String getDescription()
      Deprecated.
      Returns the description of this commerce address.
      Specified by:
      getDescription in interface CommerceAddressModel
      Returns:
      the description of this commerce address
    • getExpandoBridge

      public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
      Deprecated.
      Specified by:
      getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<CommerceAddress>
      Specified by:
      getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel
      Specified by:
      getExpandoBridge in interface CommerceAddress
      Overrides:
      getExpandoBridge in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAddress>
    • getExternalReferenceCode

      public String getExternalReferenceCode()
      Deprecated.
      Returns the external reference code of this commerce address.
      Specified by:
      getExternalReferenceCode in interface CommerceAddressModel
      Specified by:
      getExternalReferenceCode in interface com.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 interface CommerceAddressModel
      Specified by:
      getGroupId in interface com.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 interface CommerceAddressModel
      Returns:
      the latitude of this commerce address
    • getLongitude

      public double getLongitude()
      Deprecated.
      Returns the longitude of this commerce address.
      Specified by:
      getLongitude in interface CommerceAddressModel
      Returns:
      the longitude of this commerce address
    • getModifiedDate

      public Date getModifiedDate()
      Deprecated.
      Returns the modified date of this commerce address.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface CommerceAddressModel
      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 interface CommerceAddressModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this commerce address
    • getName

      public String getName()
      Deprecated.
      Returns the name of this commerce address.
      Specified by:
      getName in interface CommerceAddressModel
      Returns:
      the name of this commerce address
    • getPhoneNumber

      public String getPhoneNumber()
      Deprecated.
      Returns the phone number of this commerce address.
      Specified by:
      getPhoneNumber in interface CommerceAddressModel
      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 interface CommerceAddressModel
      Returns:
      the primary key of this commerce address
    • getRegion

      public com.liferay.portal.kernel.model.Region getRegion() throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      Specified by:
      getRegion in interface CommerceAddress
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRegionId

      public long getRegionId()
      Deprecated.
      Returns the region ID of this commerce address.
      Specified by:
      getRegionId in interface CommerceAddressModel
      Returns:
      the region ID of this commerce address
    • getStreet1

      public String getStreet1()
      Deprecated.
      Returns the street1 of this commerce address.
      Specified by:
      getStreet1 in interface CommerceAddressModel
      Returns:
      the street1 of this commerce address
    • getStreet2

      public String getStreet2()
      Deprecated.
      Returns the street2 of this commerce address.
      Specified by:
      getStreet2 in interface CommerceAddressModel
      Returns:
      the street2 of this commerce address
    • getStreet3

      public String getStreet3()
      Deprecated.
      Returns the street3 of this commerce address.
      Specified by:
      getStreet3 in interface CommerceAddressModel
      Returns:
      the street3 of this commerce address
    • getType

      public int getType()
      Deprecated.
      Returns the type of this commerce address.
      Specified by:
      getType in interface CommerceAddressModel
      Returns:
      the type of this commerce address
    • getUserId

      public long getUserId()
      Deprecated.
      Returns the user ID of this commerce address.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface CommerceAddressModel
      Returns:
      the user ID of this commerce address
    • getUserName

      public String getUserName()
      Deprecated.
      Returns the user name of this commerce address.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface CommerceAddressModel
      Returns:
      the user name of this commerce address
    • getUserUuid

      public String getUserUuid()
      Deprecated.
      Returns the user uuid of this commerce address.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface CommerceAddressModel
      Returns:
      the user uuid of this commerce address
    • getZip

      public String getZip()
      Deprecated.
      Returns the zip of this commerce address.
      Specified by:
      getZip in interface CommerceAddressModel
      Returns:
      the zip of this commerce address
    • isDefaultBilling

      public boolean isDefaultBilling()
      Deprecated.
      Returns true if this commerce address is default billing.
      Specified by:
      isDefaultBilling in interface CommerceAddressModel
      Returns:
      true if this commerce address is default billing; false otherwise
    • isDefaultShipping

      public boolean isDefaultShipping()
      Deprecated.
      Returns true if this commerce address is default shipping.
      Specified by:
      isDefaultShipping in interface CommerceAddressModel
      Returns:
      true if this commerce address is default shipping; false otherwise
    • isGeolocated

      public boolean isGeolocated()
      Deprecated.
      Specified by:
      isGeolocated in interface CommerceAddress
    • isSameAddress

      public boolean isSameAddress(CommerceAddress commerceAddress)
      Deprecated.
      Specified by:
      isSameAddress in interface CommerceAddress
    • setCity

      public void setCity(String city)
      Deprecated.
      Sets the city of this commerce address.
      Specified by:
      setCity in interface CommerceAddressModel
      Parameters:
      city - the city of this commerce address
    • setClassName

      public void setClassName(String className)
      Deprecated.
      Specified by:
      setClassName in interface CommerceAddressModel
    • setClassNameId

      public void setClassNameId(long classNameId)
      Deprecated.
      Sets the class name ID of this commerce address.
      Specified by:
      setClassNameId in interface CommerceAddressModel
      Specified by:
      setClassNameId in interface com.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 interface com.liferay.portal.kernel.model.AttachedModel
      Specified by:
      setClassPK in interface CommerceAddressModel
      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 interface CommerceAddressModel
      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 interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface CommerceAddressModel
      Specified by:
      setCompanyId in interface com.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 interface CommerceAddressModel
      Parameters:
      countryId - the country ID of this commerce address
    • setCreateDate

      public void setCreateDate(Date createDate)
      Deprecated.
      Sets the create date of this commerce address.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface CommerceAddressModel
      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 interface CommerceAddressModel
      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 interface CommerceAddressModel
      Parameters:
      defaultShipping - the default shipping of this commerce address
    • setDescription

      public void setDescription(String description)
      Deprecated.
      Sets the description of this commerce address.
      Specified by:
      setDescription in interface CommerceAddressModel
      Parameters:
      description - the description of this commerce address
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
      Deprecated.
      Sets the external reference code of this commerce address.
      Specified by:
      setExternalReferenceCode in interface CommerceAddressModel
      Specified by:
      setExternalReferenceCode in interface com.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 interface CommerceAddressModel
      Specified by:
      setGroupId in interface com.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 interface CommerceAddressModel
      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 interface CommerceAddressModel
      Parameters:
      longitude - the longitude of this commerce address
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Deprecated.
      Sets the modified date of this commerce address.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface CommerceAddressModel
      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 interface CommerceAddressModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this commerce address
    • setName

      public void setName(String name)
      Deprecated.
      Sets the name of this commerce address.
      Specified by:
      setName in interface CommerceAddressModel
      Parameters:
      name - the name of this commerce address
    • setPhoneNumber

      public void setPhoneNumber(String phoneNumber)
      Deprecated.
      Sets the phone number of this commerce address.
      Specified by:
      setPhoneNumber in interface CommerceAddressModel
      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 interface CommerceAddressModel
      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 interface CommerceAddressModel
      Parameters:
      regionId - the region ID of this commerce address
    • setStreet1

      public void setStreet1(String street1)
      Deprecated.
      Sets the street1 of this commerce address.
      Specified by:
      setStreet1 in interface CommerceAddressModel
      Parameters:
      street1 - the street1 of this commerce address
    • setStreet2

      public void setStreet2(String street2)
      Deprecated.
      Sets the street2 of this commerce address.
      Specified by:
      setStreet2 in interface CommerceAddressModel
      Parameters:
      street2 - the street2 of this commerce address
    • setStreet3

      public void setStreet3(String street3)
      Deprecated.
      Sets the street3 of this commerce address.
      Specified by:
      setStreet3 in interface CommerceAddressModel
      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 interface CommerceAddressModel
      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 interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface CommerceAddressModel
      Parameters:
      userId - the user ID of this commerce address
    • setUserName

      public void setUserName(String userName)
      Deprecated.
      Sets the user name of this commerce address.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface CommerceAddressModel
      Parameters:
      userName - the user name of this commerce address
    • setUserUuid

      public void setUserUuid(String userUuid)
      Deprecated.
      Sets the user uuid of this commerce address.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface CommerceAddressModel
      Parameters:
      userUuid - the user uuid of this commerce address
    • setZip

      public void setZip(String zip)
      Deprecated.
      Sets the zip of this commerce address.
      Specified by:
      setZip in interface CommerceAddressModel
      Parameters:
      zip - the zip of this commerce address
    • toXmlString

      public String toXmlString()
      Deprecated.
      Specified by:
      toXmlString in interface CommerceAddressModel
    • wrap

      protected CommerceAddressWrapper wrap(CommerceAddress commerceAddress)
      Deprecated.
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceAddress>