@ProviderType public interface CommerceWarehouseModel extends com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.commerce.model.impl.CommerceWarehouseModelImpl 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.CommerceWarehouseImpl.
CommerceWarehouse,
com.liferay.commerce.model.impl.CommerceWarehouseImpl,
com.liferay.commerce.model.impl.CommerceWarehouseModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(CommerceWarehouse commerceWarehouse) |
boolean |
getActive()
Returns the active of this commerce warehouse.
|
java.lang.String |
getCity()
Returns the city of this commerce warehouse.
|
long |
getCommerceCountryId()
Returns the commerce country ID of this commerce warehouse.
|
long |
getCommerceRegionId()
Returns the commerce region ID of this commerce warehouse.
|
long |
getCommerceWarehouseId()
Returns the commerce warehouse ID of this commerce warehouse.
|
long |
getCompanyId()
Returns the company ID of this commerce warehouse.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce warehouse.
|
java.lang.String |
getDescription()
Returns the description of this commerce warehouse.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this commerce warehouse.
|
double |
getLatitude()
Returns the latitude of this commerce warehouse.
|
double |
getLongitude()
Returns the longitude of this commerce warehouse.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce warehouse.
|
java.lang.String |
getName()
Returns the name of this commerce warehouse.
|
boolean |
getPrimary()
Returns the primary of this commerce warehouse.
|
long |
getPrimaryKey()
Returns the primary key of this commerce warehouse.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getStreet1()
Returns the street1 of this commerce warehouse.
|
java.lang.String |
getStreet2()
Returns the street2 of this commerce warehouse.
|
java.lang.String |
getStreet3()
Returns the street3 of this commerce warehouse.
|
long |
getUserId()
Returns the user ID of this commerce warehouse.
|
java.lang.String |
getUserName()
Returns the user name of this commerce warehouse.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce warehouse.
|
java.lang.String |
getZip()
Returns the zip of this commerce warehouse.
|
int |
hashCode() |
boolean |
isActive()
Returns
true if this commerce warehouse is active. |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
boolean |
isPrimary()
Returns
true if this commerce warehouse is primary. |
void |
setActive(boolean active)
Sets whether this commerce warehouse is active.
|
void |
setCachedModel(boolean cachedModel) |
void |
setCity(java.lang.String city)
Sets the city of this commerce warehouse.
|
void |
setCommerceCountryId(long commerceCountryId)
Sets the commerce country ID of this commerce warehouse.
|
void |
setCommerceRegionId(long commerceRegionId)
Sets the commerce region ID of this commerce warehouse.
|
void |
setCommerceWarehouseId(long commerceWarehouseId)
Sets the commerce warehouse ID of this commerce warehouse.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce warehouse.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce warehouse.
|
void |
setDescription(java.lang.String description)
Sets the description of this commerce warehouse.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this commerce warehouse.
|
void |
setLatitude(double latitude)
Sets the latitude of this commerce warehouse.
|
void |
setLongitude(double longitude)
Sets the longitude of this commerce warehouse.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce warehouse.
|
void |
setName(java.lang.String name)
Sets the name of this commerce warehouse.
|
void |
setNew(boolean n) |
void |
setPrimary(boolean primary)
Sets whether this commerce warehouse is primary.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce warehouse.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStreet1(java.lang.String street1)
Sets the street1 of this commerce warehouse.
|
void |
setStreet2(java.lang.String street2)
Sets the street2 of this commerce warehouse.
|
void |
setStreet3(java.lang.String street3)
Sets the street3 of this commerce warehouse.
|
void |
setUserId(long userId)
Sets the user ID of this commerce warehouse.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce warehouse.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce warehouse.
|
void |
setZip(java.lang.String zip)
Sets the zip of this commerce warehouse.
|
com.liferay.portal.kernel.model.CacheModel<CommerceWarehouse> |
toCacheModel() |
CommerceWarehouse |
toEscapedModel() |
java.lang.String |
toString() |
CommerceWarehouse |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this commerce warehouselong getCommerceWarehouseId()
void setCommerceWarehouseId(long commerceWarehouseId)
commerceWarehouseId - the commerce warehouse ID of this commerce warehouselong getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelvoid setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this commerce warehouselong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce warehouselong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce warehousejava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce warehouse@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce warehousejava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce warehousejava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce warehouse@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this commerce warehouse@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description of this commerce warehouseboolean getActive()
boolean isActive()
true if this commerce warehouse is active.true if this commerce warehouse is active; false otherwisevoid setActive(boolean active)
active - the active of this commerce warehouse@AutoEscape java.lang.String getStreet1()
void setStreet1(java.lang.String street1)
street1 - the street1 of this commerce warehouse@AutoEscape java.lang.String getStreet2()
void setStreet2(java.lang.String street2)
street2 - the street2 of this commerce warehouse@AutoEscape java.lang.String getStreet3()
void setStreet3(java.lang.String street3)
street3 - the street3 of this commerce warehouse@AutoEscape java.lang.String getCity()
void setCity(java.lang.String city)
city - the city of this commerce warehouse@AutoEscape java.lang.String getZip()
void setZip(java.lang.String zip)
zip - the zip of this commerce warehouselong getCommerceRegionId()
void setCommerceRegionId(long commerceRegionId)
commerceRegionId - the commerce region ID of this commerce warehouselong getCommerceCountryId()
void setCommerceCountryId(long commerceCountryId)
commerceCountryId - the commerce country ID of this commerce warehousedouble getLatitude()
void setLatitude(double latitude)
latitude - the latitude of this commerce warehousedouble getLongitude()
void setLongitude(double longitude)
longitude - the longitude of this commerce warehouseboolean getPrimary()
boolean isPrimary()
true if this commerce warehouse is primary.true if this commerce warehouse is primary; false otherwisevoid setPrimary(boolean primary)
primary - the primary of this commerce warehouseboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>int compareTo(CommerceWarehouse commerceWarehouse)
compareTo in interface java.lang.Comparable<CommerceWarehouse>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<CommerceWarehouse> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>CommerceWarehouse toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>CommerceWarehouse toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<CommerceWarehouse>