Class CommerceInventoryWarehouseWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryWarehouse>
com.liferay.commerce.inventory.model.CommerceInventoryWarehouseWrapper
All Implemented Interfaces:
CommerceInventoryWarehouse, CommerceInventoryWarehouseModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceInventoryWarehouse>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.ModelWrapper<CommerceInventoryWarehouse>, 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<CommerceInventoryWarehouse>

public class CommerceInventoryWarehouseWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryWarehouse> implements CommerceInventoryWarehouse, com.liferay.portal.kernel.model.ModelWrapper<CommerceInventoryWarehouse>

This class is a wrapper for CommerceInventoryWarehouse.

See Also:
Generated:
  • Constructor Details

    • CommerceInventoryWarehouseWrapper

      public CommerceInventoryWarehouseWrapper(CommerceInventoryWarehouse commerceInventoryWarehouse)
  • Method Details

    • getModelAttributes

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

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

      public CommerceInventoryWarehouse cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceInventoryWarehouse>
      Specified by:
      cloneWithOriginalValues in interface CommerceInventoryWarehouseModel
    • getActive

      public boolean getActive()
      Returns the active of this commerce inventory warehouse.
      Specified by:
      getActive in interface CommerceInventoryWarehouseModel
      Returns:
      the active of this commerce inventory warehouse
    • getAvailableLanguageIds

      public String[] getAvailableLanguageIds()
      Specified by:
      getAvailableLanguageIds in interface CommerceInventoryWarehouseModel
      Specified by:
      getAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModel
    • getCity

      public String getCity()
      Returns the city of this commerce inventory warehouse.
      Specified by:
      getCity in interface CommerceInventoryWarehouseModel
      Returns:
      the city of this commerce inventory warehouse
    • getCommerceInventoryWarehouseId

      public long getCommerceInventoryWarehouseId()
      Returns the commerce inventory warehouse ID of this commerce inventory warehouse.
      Specified by:
      getCommerceInventoryWarehouseId in interface CommerceInventoryWarehouseModel
      Returns:
      the commerce inventory warehouse ID of this commerce inventory warehouse
    • getCommerceInventoryWarehouseItems

      public List<CommerceInventoryWarehouseItem> getCommerceInventoryWarehouseItems()
      Specified by:
      getCommerceInventoryWarehouseItems in interface CommerceInventoryWarehouse
    • getCommerceRegionCode

      public String getCommerceRegionCode()
      Returns the commerce region code of this commerce inventory warehouse.
      Specified by:
      getCommerceRegionCode in interface CommerceInventoryWarehouseModel
      Returns:
      the commerce region code of this commerce inventory warehouse
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this commerce inventory warehouse.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface CommerceInventoryWarehouseModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this commerce inventory warehouse
    • getCountryTwoLettersISOCode

      public String getCountryTwoLettersISOCode()
      Returns the country two letters iso code of this commerce inventory warehouse.
      Specified by:
      getCountryTwoLettersISOCode in interface CommerceInventoryWarehouseModel
      Returns:
      the country two letters iso code of this commerce inventory warehouse
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this commerce inventory warehouse.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface CommerceInventoryWarehouseModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this commerce inventory warehouse
    • getDefaultLanguageId

      public String getDefaultLanguageId()
      Specified by:
      getDefaultLanguageId in interface CommerceInventoryWarehouseModel
      Specified by:
      getDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModel
    • getDescription

      public String getDescription()
      Returns the description of this commerce inventory warehouse.
      Specified by:
      getDescription in interface CommerceInventoryWarehouseModel
      Returns:
      the description of this commerce inventory warehouse
    • getDescription

      public String getDescription(Locale locale)
      Returns the localized description of this commerce inventory warehouse in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface CommerceInventoryWarehouseModel
      Parameters:
      locale - the locale of the language
      Returns:
      the localized description of this commerce inventory warehouse
    • getDescription

      public String getDescription(Locale locale, boolean useDefault)
      Returns the localized description of this commerce inventory warehouse in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface CommerceInventoryWarehouseModel
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized description of this commerce inventory warehouse. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getDescription

      public String getDescription(String languageId)
      Returns the localized description of this commerce inventory warehouse in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface CommerceInventoryWarehouseModel
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized description of this commerce inventory warehouse
    • getDescription

      public String getDescription(String languageId, boolean useDefault)
      Returns the localized description of this commerce inventory warehouse in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getDescription in interface CommerceInventoryWarehouseModel
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized description of this commerce inventory warehouse
    • getDescriptionCurrentLanguageId

      public String getDescriptionCurrentLanguageId()
      Specified by:
      getDescriptionCurrentLanguageId in interface CommerceInventoryWarehouseModel
    • getDescriptionCurrentValue

      public String getDescriptionCurrentValue()
      Specified by:
      getDescriptionCurrentValue in interface CommerceInventoryWarehouseModel
    • getDescriptionMap

      public Map<Locale,String> getDescriptionMap()
      Returns a map of the locales and localized descriptions of this commerce inventory warehouse.
      Specified by:
      getDescriptionMap in interface CommerceInventoryWarehouseModel
      Returns:
      the locales and localized descriptions of this commerce inventory warehouse
    • getExternalReferenceCode

      public String getExternalReferenceCode()
      Returns the external reference code of this commerce inventory warehouse.
      Specified by:
      getExternalReferenceCode in interface CommerceInventoryWarehouseModel
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this commerce inventory warehouse
    • getLatitude

      public double getLatitude()
      Returns the latitude of this commerce inventory warehouse.
      Specified by:
      getLatitude in interface CommerceInventoryWarehouseModel
      Returns:
      the latitude of this commerce inventory warehouse
    • getLongitude

      public double getLongitude()
      Returns the longitude of this commerce inventory warehouse.
      Specified by:
      getLongitude in interface CommerceInventoryWarehouseModel
      Returns:
      the longitude of this commerce inventory warehouse
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this commerce inventory warehouse.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface CommerceInventoryWarehouseModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this commerce inventory warehouse
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this commerce inventory warehouse.
      Specified by:
      getMvccVersion in interface CommerceInventoryWarehouseModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this commerce inventory warehouse
    • getName

      public String getName()
      Returns the name of this commerce inventory warehouse.
      Specified by:
      getName in interface CommerceInventoryWarehouseModel
      Returns:
      the name of this commerce inventory warehouse
    • getName

      public String getName(Locale locale)
      Returns the localized name of this commerce inventory warehouse in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getName in interface CommerceInventoryWarehouseModel
      Parameters:
      locale - the locale of the language
      Returns:
      the localized name of this commerce inventory warehouse
    • getName

      public String getName(Locale locale, boolean useDefault)
      Returns the localized name of this commerce inventory warehouse in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getName in interface CommerceInventoryWarehouseModel
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized name of this commerce inventory warehouse. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getName

      public String getName(String languageId)
      Returns the localized name of this commerce inventory warehouse in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getName in interface CommerceInventoryWarehouseModel
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized name of this commerce inventory warehouse
    • getName

      public String getName(String languageId, boolean useDefault)
      Returns the localized name of this commerce inventory warehouse in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getName in interface CommerceInventoryWarehouseModel
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized name of this commerce inventory warehouse
    • getNameCurrentLanguageId

      public String getNameCurrentLanguageId()
      Specified by:
      getNameCurrentLanguageId in interface CommerceInventoryWarehouseModel
    • getNameCurrentValue

      public String getNameCurrentValue()
      Specified by:
      getNameCurrentValue in interface CommerceInventoryWarehouseModel
    • getNameMap

      public Map<Locale,String> getNameMap()
      Returns a map of the locales and localized names of this commerce inventory warehouse.
      Specified by:
      getNameMap in interface CommerceInventoryWarehouseModel
      Returns:
      the locales and localized names of this commerce inventory warehouse
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this commerce inventory warehouse.
      Specified by:
      getPrimaryKey in interface CommerceInventoryWarehouseModel
      Returns:
      the primary key of this commerce inventory warehouse
    • getStreet1

      public String getStreet1()
      Returns the street1 of this commerce inventory warehouse.
      Specified by:
      getStreet1 in interface CommerceInventoryWarehouseModel
      Returns:
      the street1 of this commerce inventory warehouse
    • getStreet2

      public String getStreet2()
      Returns the street2 of this commerce inventory warehouse.
      Specified by:
      getStreet2 in interface CommerceInventoryWarehouseModel
      Returns:
      the street2 of this commerce inventory warehouse
    • getStreet3

      public String getStreet3()
      Returns the street3 of this commerce inventory warehouse.
      Specified by:
      getStreet3 in interface CommerceInventoryWarehouseModel
      Returns:
      the street3 of this commerce inventory warehouse
    • getType

      public String getType()
      Returns the type of this commerce inventory warehouse.
      Specified by:
      getType in interface CommerceInventoryWarehouseModel
      Returns:
      the type of this commerce inventory warehouse
    • getUserId

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

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

      public String getUserUuid()
      Returns the user uuid of this commerce inventory warehouse.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface CommerceInventoryWarehouseModel
      Returns:
      the user uuid of this commerce inventory warehouse
    • getUuid

      public String getUuid()
      Returns the uuid of this commerce inventory warehouse.
      Specified by:
      getUuid in interface CommerceInventoryWarehouseModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this commerce inventory warehouse
    • getZip

      public String getZip()
      Returns the zip of this commerce inventory warehouse.
      Specified by:
      getZip in interface CommerceInventoryWarehouseModel
      Returns:
      the zip of this commerce inventory warehouse
    • isActive

      public boolean isActive()
      Returns true if this commerce inventory warehouse is active.
      Specified by:
      isActive in interface CommerceInventoryWarehouseModel
      Returns:
      true if this commerce inventory warehouse is active; false otherwise
    • isGeolocated

      public boolean isGeolocated()
      Specified by:
      isGeolocated in interface CommerceInventoryWarehouse
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • prepareLocalizedFieldsForImport

      public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface CommerceInventoryWarehouseModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
      Throws:
      com.liferay.portal.kernel.exception.LocaleException
    • prepareLocalizedFieldsForImport

      public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface CommerceInventoryWarehouseModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
      Throws:
      com.liferay.portal.kernel.exception.LocaleException
    • setActive

      public void setActive(boolean active)
      Sets whether this commerce inventory warehouse is active.
      Specified by:
      setActive in interface CommerceInventoryWarehouseModel
      Parameters:
      active - the active of this commerce inventory warehouse
    • setCity

      public void setCity(String city)
      Sets the city of this commerce inventory warehouse.
      Specified by:
      setCity in interface CommerceInventoryWarehouseModel
      Parameters:
      city - the city of this commerce inventory warehouse
    • setCommerceInventoryWarehouseId

      public void setCommerceInventoryWarehouseId(long commerceInventoryWarehouseId)
      Sets the commerce inventory warehouse ID of this commerce inventory warehouse.
      Specified by:
      setCommerceInventoryWarehouseId in interface CommerceInventoryWarehouseModel
      Parameters:
      commerceInventoryWarehouseId - the commerce inventory warehouse ID of this commerce inventory warehouse
    • setCommerceRegionCode

      public void setCommerceRegionCode(String commerceRegionCode)
      Sets the commerce region code of this commerce inventory warehouse.
      Specified by:
      setCommerceRegionCode in interface CommerceInventoryWarehouseModel
      Parameters:
      commerceRegionCode - the commerce region code of this commerce inventory warehouse
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this commerce inventory warehouse.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface CommerceInventoryWarehouseModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this commerce inventory warehouse
    • setCountryTwoLettersISOCode

      public void setCountryTwoLettersISOCode(String countryTwoLettersISOCode)
      Sets the country two letters iso code of this commerce inventory warehouse.
      Specified by:
      setCountryTwoLettersISOCode in interface CommerceInventoryWarehouseModel
      Parameters:
      countryTwoLettersISOCode - the country two letters iso code of this commerce inventory warehouse
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this commerce inventory warehouse.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface CommerceInventoryWarehouseModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this commerce inventory warehouse
    • setDescription

      public void setDescription(String description)
      Sets the description of this commerce inventory warehouse.
      Specified by:
      setDescription in interface CommerceInventoryWarehouseModel
      Parameters:
      description - the description of this commerce inventory warehouse
    • setDescription

      public void setDescription(String description, Locale locale)
      Sets the localized description of this commerce inventory warehouse in the language.
      Specified by:
      setDescription in interface CommerceInventoryWarehouseModel
      Parameters:
      description - the localized description of this commerce inventory warehouse
      locale - the locale of the language
    • setDescription

      public void setDescription(String description, Locale locale, Locale defaultLocale)
      Sets the localized description of this commerce inventory warehouse in the language, and sets the default locale.
      Specified by:
      setDescription in interface CommerceInventoryWarehouseModel
      Parameters:
      description - the localized description of this commerce inventory warehouse
      locale - the locale of the language
      defaultLocale - the default locale
    • setDescriptionCurrentLanguageId

      public void setDescriptionCurrentLanguageId(String languageId)
      Specified by:
      setDescriptionCurrentLanguageId in interface CommerceInventoryWarehouseModel
    • setDescriptionMap

      public void setDescriptionMap(Map<Locale,String> descriptionMap)
      Sets the localized descriptions of this commerce inventory warehouse from the map of locales and localized descriptions.
      Specified by:
      setDescriptionMap in interface CommerceInventoryWarehouseModel
      Parameters:
      descriptionMap - the locales and localized descriptions of this commerce inventory warehouse
    • setDescriptionMap

      public void setDescriptionMap(Map<Locale,String> descriptionMap, Locale defaultLocale)
      Sets the localized descriptions of this commerce inventory warehouse from the map of locales and localized descriptions, and sets the default locale.
      Specified by:
      setDescriptionMap in interface CommerceInventoryWarehouseModel
      Parameters:
      descriptionMap - the locales and localized descriptions of this commerce inventory warehouse
      defaultLocale - the default locale
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this commerce inventory warehouse.
      Specified by:
      setExternalReferenceCode in interface CommerceInventoryWarehouseModel
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this commerce inventory warehouse
    • setLatitude

      public void setLatitude(double latitude)
      Sets the latitude of this commerce inventory warehouse.
      Specified by:
      setLatitude in interface CommerceInventoryWarehouseModel
      Parameters:
      latitude - the latitude of this commerce inventory warehouse
    • setLongitude

      public void setLongitude(double longitude)
      Sets the longitude of this commerce inventory warehouse.
      Specified by:
      setLongitude in interface CommerceInventoryWarehouseModel
      Parameters:
      longitude - the longitude of this commerce inventory warehouse
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this commerce inventory warehouse.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface CommerceInventoryWarehouseModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this commerce inventory warehouse
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this commerce inventory warehouse.
      Specified by:
      setMvccVersion in interface CommerceInventoryWarehouseModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this commerce inventory warehouse
    • setName

      public void setName(String name)
      Sets the name of this commerce inventory warehouse.
      Specified by:
      setName in interface CommerceInventoryWarehouseModel
      Parameters:
      name - the name of this commerce inventory warehouse
    • setName

      public void setName(String name, Locale locale)
      Sets the localized name of this commerce inventory warehouse in the language.
      Specified by:
      setName in interface CommerceInventoryWarehouseModel
      Parameters:
      name - the localized name of this commerce inventory warehouse
      locale - the locale of the language
    • setName

      public void setName(String name, Locale locale, Locale defaultLocale)
      Sets the localized name of this commerce inventory warehouse in the language, and sets the default locale.
      Specified by:
      setName in interface CommerceInventoryWarehouseModel
      Parameters:
      name - the localized name of this commerce inventory warehouse
      locale - the locale of the language
      defaultLocale - the default locale
    • setNameCurrentLanguageId

      public void setNameCurrentLanguageId(String languageId)
      Specified by:
      setNameCurrentLanguageId in interface CommerceInventoryWarehouseModel
    • setNameMap

      public void setNameMap(Map<Locale,String> nameMap)
      Sets the localized names of this commerce inventory warehouse from the map of locales and localized names.
      Specified by:
      setNameMap in interface CommerceInventoryWarehouseModel
      Parameters:
      nameMap - the locales and localized names of this commerce inventory warehouse
    • setNameMap

      public void setNameMap(Map<Locale,String> nameMap, Locale defaultLocale)
      Sets the localized names of this commerce inventory warehouse from the map of locales and localized names, and sets the default locale.
      Specified by:
      setNameMap in interface CommerceInventoryWarehouseModel
      Parameters:
      nameMap - the locales and localized names of this commerce inventory warehouse
      defaultLocale - the default locale
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this commerce inventory warehouse.
      Specified by:
      setPrimaryKey in interface CommerceInventoryWarehouseModel
      Parameters:
      primaryKey - the primary key of this commerce inventory warehouse
    • setStreet1

      public void setStreet1(String street1)
      Sets the street1 of this commerce inventory warehouse.
      Specified by:
      setStreet1 in interface CommerceInventoryWarehouseModel
      Parameters:
      street1 - the street1 of this commerce inventory warehouse
    • setStreet2

      public void setStreet2(String street2)
      Sets the street2 of this commerce inventory warehouse.
      Specified by:
      setStreet2 in interface CommerceInventoryWarehouseModel
      Parameters:
      street2 - the street2 of this commerce inventory warehouse
    • setStreet3

      public void setStreet3(String street3)
      Sets the street3 of this commerce inventory warehouse.
      Specified by:
      setStreet3 in interface CommerceInventoryWarehouseModel
      Parameters:
      street3 - the street3 of this commerce inventory warehouse
    • setType

      public void setType(String type)
      Sets the type of this commerce inventory warehouse.
      Specified by:
      setType in interface CommerceInventoryWarehouseModel
      Parameters:
      type - the type of this commerce inventory warehouse
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this commerce inventory warehouse.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface CommerceInventoryWarehouseModel
      Parameters:
      userId - the user ID of this commerce inventory warehouse
    • setUserName

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

      public void setUserUuid(String userUuid)
      Sets the user uuid of this commerce inventory warehouse.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface CommerceInventoryWarehouseModel
      Parameters:
      userUuid - the user uuid of this commerce inventory warehouse
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this commerce inventory warehouse.
      Specified by:
      setUuid in interface CommerceInventoryWarehouseModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this commerce inventory warehouse
    • setZip

      public void setZip(String zip)
      Sets the zip of this commerce inventory warehouse.
      Specified by:
      setZip in interface CommerceInventoryWarehouseModel
      Parameters:
      zip - the zip of this commerce inventory warehouse
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface CommerceInventoryWarehouseModel
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected CommerceInventoryWarehouseWrapper wrap(CommerceInventoryWarehouse commerceInventoryWarehouse)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceInventoryWarehouse>