Package com.liferay.commerce.model
Interface CommerceAddressModel
- All Superinterfaces:
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,Cloneable,Comparable<CommerceAddress>,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.TypedModel
- All Known Subinterfaces:
CommerceAddress
- All Known Implementing Classes:
CommerceAddressWrapper
@Deprecated
@ProviderType
public interface CommerceAddressModel
extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<CommerceAddress>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
Deprecated.
As of Cavanaugh (7.4.x)
The base model interface for the CommerceAddress service. Represents a row in the "CommerceAddress" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.commerce.model.impl.CommerceAddressModelImpl 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.CommerceAddressImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getCity()Deprecated.Returns the city of this commerce address.Deprecated.Returns the fully qualified class name of this commerce address.longDeprecated.Returns the class name ID of this commerce address.longDeprecated.Returns the class pk of this commerce address.longDeprecated.Returns the commerce address ID of this commerce address.longDeprecated.Returns the company ID of this commerce address.longDeprecated.Returns the country ID of this commerce address.Deprecated.Returns the create date of this commerce address.booleanDeprecated.Returns the default billing of this commerce address.booleanDeprecated.Returns the default shipping of this commerce address.Deprecated.Returns the description of this commerce address.Deprecated.Returns the external reference code of this commerce address.longDeprecated.Returns the group ID of this commerce address.doubleDeprecated.Returns the latitude of this commerce address.doubleDeprecated.Returns the longitude of this commerce address.Deprecated.Returns the modified date of this commerce address.longDeprecated.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.longDeprecated.Returns the primary key of this commerce address.longDeprecated.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.intgetType()Deprecated.Returns the type of this commerce address.longDeprecated.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.booleanDeprecated.Returnstrueif this commerce address is default billing.booleanDeprecated.Returnstrueif this commerce address is default shipping.voidDeprecated.Sets the city of this commerce address.voidsetClassName(String className) Deprecated.voidsetClassNameId(long classNameId) Deprecated.Sets the class name ID of this commerce address.voidsetClassPK(long classPK) Deprecated.Sets the class pk of this commerce address.voidsetCommerceAddressId(long commerceAddressId) Deprecated.Sets the commerce address ID of this commerce address.voidsetCompanyId(long companyId) Deprecated.Sets the company ID of this commerce address.voidsetCountryId(long countryId) Deprecated.Sets the country ID of this commerce address.voidsetCreateDate(Date createDate) Deprecated.Sets the create date of this commerce address.voidsetDefaultBilling(boolean defaultBilling) Deprecated.Sets whether this commerce address is default billing.voidsetDefaultShipping(boolean defaultShipping) Deprecated.Sets whether this commerce address is default shipping.voidsetDescription(String description) Deprecated.Sets the description of this commerce address.voidsetExternalReferenceCode(String externalReferenceCode) Deprecated.Sets the external reference code of this commerce address.voidsetGroupId(long groupId) Deprecated.Sets the group ID of this commerce address.voidsetLatitude(double latitude) Deprecated.Sets the latitude of this commerce address.voidsetLongitude(double longitude) Deprecated.Sets the longitude of this commerce address.voidsetModifiedDate(Date modifiedDate) Deprecated.Sets the modified date of this commerce address.voidsetMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce address.voidDeprecated.Sets the name of this commerce address.voidsetPhoneNumber(String phoneNumber) Deprecated.Sets the phone number of this commerce address.voidsetPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce address.voidsetRegionId(long regionId) Deprecated.Sets the region ID of this commerce address.voidsetStreet1(String street1) Deprecated.Sets the street1 of this commerce address.voidsetStreet2(String street2) Deprecated.Sets the street2 of this commerce address.voidsetStreet3(String street3) Deprecated.Sets the street3 of this commerce address.voidsetType(int type) Deprecated.Sets the type of this commerce address.voidsetUserId(long userId) Deprecated.Sets the user ID of this commerce address.voidsetUserName(String userName) Deprecated.Sets the user name of this commerce address.voidsetUserUuid(String userUuid) Deprecated.Sets the user uuid of this commerce address.voidDeprecated.Sets the zip of this commerce address.default StringDeprecated.Methods 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
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Deprecated.Returns the primary key of this commerce address.- Returns:
- the primary key of this commerce address
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce address.- Parameters:
primaryKey- the primary key of this commerce address
-
getMvccVersion
long getMvccVersion()Deprecated.Returns the mvcc version of this commerce address.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce address
-
setMvccVersion
void setMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce address.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this commerce address
-
getExternalReferenceCode
Deprecated.Returns the external reference code of this commerce address.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this commerce address
-
setExternalReferenceCode
Deprecated.Sets the external reference code of this commerce address.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this commerce address
-
getCommerceAddressId
long getCommerceAddressId()Deprecated.Returns the commerce address ID of this commerce address.- Returns:
- the commerce address ID of this commerce address
-
setCommerceAddressId
void setCommerceAddressId(long commerceAddressId) Deprecated.Sets the commerce address ID of this commerce address.- Parameters:
commerceAddressId- the commerce address ID of this commerce address
-
getGroupId
long getGroupId()Deprecated.Returns the group ID of this commerce address.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this commerce address
-
setGroupId
void setGroupId(long groupId) Deprecated.Sets the group ID of this commerce address.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this commerce address
-
getCompanyId
long getCompanyId()Deprecated.Returns the company ID of this commerce address.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this commerce address
-
setCompanyId
void setCompanyId(long companyId) Deprecated.Sets the company ID of this commerce address.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this commerce address
-
getUserId
long getUserId()Deprecated.Returns the user ID of this commerce address.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this commerce address
-
setUserId
void setUserId(long userId) Deprecated.Sets the user ID of this commerce address.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this commerce address
-
getUserUuid
String getUserUuid()Deprecated.Returns the user uuid of this commerce address.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this commerce address
-
setUserUuid
Deprecated.Sets the user uuid of this commerce address.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this commerce address
-
getUserName
Deprecated.Returns the user name of this commerce address.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this commerce address
-
setUserName
Deprecated.Sets the user name of this commerce address.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this commerce address
-
getCreateDate
Date getCreateDate()Deprecated.Returns the create date of this commerce address.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this commerce address
-
setCreateDate
Deprecated.Sets the create date of this commerce address.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this commerce address
-
getModifiedDate
Date getModifiedDate()Deprecated.Returns the modified date of this commerce address.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this commerce address
-
setModifiedDate
Deprecated.Sets the modified date of this commerce address.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this commerce address
-
getClassName
String getClassName()Deprecated.Returns the fully qualified class name of this commerce address.- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this commerce address
-
setClassName
Deprecated. -
getClassNameId
long getClassNameId()Deprecated.Returns the class name ID of this commerce address.- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this commerce address
-
setClassNameId
void setClassNameId(long classNameId) Deprecated.Sets the class name ID of this commerce address.- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this commerce address
-
getClassPK
long getClassPK()Deprecated.Returns the class pk of this commerce address.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Returns:
- the class pk of this commerce address
-
setClassPK
void setClassPK(long classPK) Deprecated.Sets the class pk of this commerce address.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Parameters:
classPK- the class pk of this commerce address
-
getName
Deprecated.Returns the name of this commerce address.- Returns:
- the name of this commerce address
-
setName
Deprecated.Sets the name of this commerce address.- Parameters:
name- the name of this commerce address
-
getDescription
Deprecated.Returns the description of this commerce address.- Returns:
- the description of this commerce address
-
setDescription
Deprecated.Sets the description of this commerce address.- Parameters:
description- the description of this commerce address
-
getStreet1
Deprecated.Returns the street1 of this commerce address.- Returns:
- the street1 of this commerce address
-
setStreet1
Deprecated.Sets the street1 of this commerce address.- Parameters:
street1- the street1 of this commerce address
-
getStreet2
Deprecated.Returns the street2 of this commerce address.- Returns:
- the street2 of this commerce address
-
setStreet2
Deprecated.Sets the street2 of this commerce address.- Parameters:
street2- the street2 of this commerce address
-
getStreet3
Deprecated.Returns the street3 of this commerce address.- Returns:
- the street3 of this commerce address
-
setStreet3
Deprecated.Sets the street3 of this commerce address.- Parameters:
street3- the street3 of this commerce address
-
getCity
Deprecated.Returns the city of this commerce address.- Returns:
- the city of this commerce address
-
setCity
Deprecated.Sets the city of this commerce address.- Parameters:
city- the city of this commerce address
-
getZip
Deprecated.Returns the zip of this commerce address.- Returns:
- the zip of this commerce address
-
setZip
Deprecated.Sets the zip of this commerce address.- Parameters:
zip- the zip of this commerce address
-
getRegionId
long getRegionId()Deprecated.Returns the region ID of this commerce address.- Returns:
- the region ID of this commerce address
-
setRegionId
void setRegionId(long regionId) Deprecated.Sets the region ID of this commerce address.- Parameters:
regionId- the region ID of this commerce address
-
getCountryId
long getCountryId()Deprecated.Returns the country ID of this commerce address.- Returns:
- the country ID of this commerce address
-
setCountryId
void setCountryId(long countryId) Deprecated.Sets the country ID of this commerce address.- Parameters:
countryId- the country ID of this commerce address
-
getLatitude
double getLatitude()Deprecated.Returns the latitude of this commerce address.- Returns:
- the latitude of this commerce address
-
setLatitude
void setLatitude(double latitude) Deprecated.Sets the latitude of this commerce address.- Parameters:
latitude- the latitude of this commerce address
-
getLongitude
double getLongitude()Deprecated.Returns the longitude of this commerce address.- Returns:
- the longitude of this commerce address
-
setLongitude
void setLongitude(double longitude) Deprecated.Sets the longitude of this commerce address.- Parameters:
longitude- the longitude of this commerce address
-
getPhoneNumber
Deprecated.Returns the phone number of this commerce address.- Returns:
- the phone number of this commerce address
-
setPhoneNumber
Deprecated.Sets the phone number of this commerce address.- Parameters:
phoneNumber- the phone number of this commerce address
-
getDefaultBilling
boolean getDefaultBilling()Deprecated.Returns the default billing of this commerce address.- Returns:
- the default billing of this commerce address
-
isDefaultBilling
boolean isDefaultBilling()Deprecated.Returnstrueif this commerce address is default billing.- Returns:
trueif this commerce address is default billing;falseotherwise
-
setDefaultBilling
void setDefaultBilling(boolean defaultBilling) Deprecated.Sets whether this commerce address is default billing.- Parameters:
defaultBilling- the default billing of this commerce address
-
getDefaultShipping
boolean getDefaultShipping()Deprecated.Returns the default shipping of this commerce address.- Returns:
- the default shipping of this commerce address
-
isDefaultShipping
boolean isDefaultShipping()Deprecated.Returnstrueif this commerce address is default shipping.- Returns:
trueif this commerce address is default shipping;falseotherwise
-
setDefaultShipping
void setDefaultShipping(boolean defaultShipping) Deprecated.Sets whether this commerce address is default shipping.- Parameters:
defaultShipping- the default shipping of this commerce address
-
getType
int getType()Deprecated.Returns the type of this commerce address.- Returns:
- the type of this commerce address
-
setType
void setType(int type) Deprecated.Sets the type of this commerce address.- Parameters:
type- the type of this commerce address
-
cloneWithOriginalValues
CommerceAddress cloneWithOriginalValues()Deprecated.- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceAddress>
-
toXmlString
Deprecated.
-