public class CommerceTaxFixedRateAddressRelWrapper extends java.lang.Object implements CommerceTaxFixedRateAddressRel, com.liferay.portal.kernel.model.ModelWrapper<CommerceTaxFixedRateAddressRel>
This class is a wrapper for CommerceTaxFixedRateAddressRel.
CommerceTaxFixedRateAddressRel,
Serialized FormCOMMERCE_TAX_FIXED_RATE_ADDRESS_REL_ID_ACCESSOR| Constructor and Description |
|---|
CommerceTaxFixedRateAddressRelWrapper(CommerceTaxFixedRateAddressRel commerceTaxFixedRateAddressRel) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(CommerceTaxFixedRateAddressRel commerceTaxFixedRateAddressRel) |
boolean |
equals(java.lang.Object object) |
com.liferay.commerce.model.CommerceCountry |
getCommerceCountry() |
long |
getCommerceCountryId()
Returns the commerce country ID of this commerce tax fixed rate address rel.
|
com.liferay.commerce.model.CommerceRegion |
getCommerceRegion() |
long |
getCommerceRegionId()
Returns the commerce region ID of this commerce tax fixed rate address rel.
|
long |
getCommerceTaxFixedRateAddressRelId()
Returns the commerce tax fixed rate address rel ID of this commerce tax fixed rate address rel.
|
com.liferay.commerce.tax.model.CommerceTaxMethod |
getCommerceTaxMethod() |
long |
getCommerceTaxMethodId()
Returns the commerce tax method ID of this commerce tax fixed rate address rel.
|
long |
getCompanyId()
Returns the company ID of this commerce tax fixed rate address rel.
|
com.liferay.commerce.product.model.CPTaxCategory |
getCPTaxCategory() |
long |
getCPTaxCategoryId()
Returns the cp tax category ID of this commerce tax fixed rate address rel.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce tax fixed rate address rel.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this commerce tax fixed rate address rel.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce tax fixed rate address rel.
|
long |
getPrimaryKey()
Returns the primary key of this commerce tax fixed rate address rel.
|
java.io.Serializable |
getPrimaryKeyObj() |
double |
getRate()
Returns the rate of this commerce tax fixed rate address rel.
|
long |
getUserId()
Returns the user ID of this commerce tax fixed rate address rel.
|
java.lang.String |
getUserName()
Returns the user name of this commerce tax fixed rate address rel.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce tax fixed rate address rel.
|
CommerceTaxFixedRateAddressRel |
getWrappedModel() |
java.lang.String |
getZip()
Returns the zip of this commerce tax fixed rate address rel.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setCommerceCountryId(long commerceCountryId)
Sets the commerce country ID of this commerce tax fixed rate address rel.
|
void |
setCommerceRegionId(long commerceRegionId)
Sets the commerce region ID of this commerce tax fixed rate address rel.
|
void |
setCommerceTaxFixedRateAddressRelId(long commerceTaxFixedRateAddressRelId)
Sets the commerce tax fixed rate address rel ID of this commerce tax fixed rate address rel.
|
void |
setCommerceTaxMethodId(long commerceTaxMethodId)
Sets the commerce tax method ID of this commerce tax fixed rate address rel.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce tax fixed rate address rel.
|
void |
setCPTaxCategoryId(long CPTaxCategoryId)
Sets the cp tax category ID of this commerce tax fixed rate address rel.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce tax fixed rate address rel.
|
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 tax fixed rate address rel.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce tax fixed rate address rel.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce tax fixed rate address rel.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRate(double rate)
Sets the rate of this commerce tax fixed rate address rel.
|
void |
setUserId(long userId)
Sets the user ID of this commerce tax fixed rate address rel.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce tax fixed rate address rel.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce tax fixed rate address rel.
|
void |
setZip(java.lang.String zip)
Sets the zip of this commerce tax fixed rate address rel.
|
com.liferay.portal.kernel.model.CacheModel<CommerceTaxFixedRateAddressRel> |
toCacheModel() |
CommerceTaxFixedRateAddressRel |
toEscapedModel() |
java.lang.String |
toString() |
CommerceTaxFixedRateAddressRel |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public CommerceTaxFixedRateAddressRelWrapper(CommerceTaxFixedRateAddressRel commerceTaxFixedRateAddressRel)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public java.lang.Object clone()
clone in interface CommerceTaxFixedRateAddressRelModelclone in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>clone in class java.lang.Objectpublic int compareTo(CommerceTaxFixedRateAddressRel commerceTaxFixedRateAddressRel)
compareTo in interface CommerceTaxFixedRateAddressRelModelcompareTo in interface java.lang.Comparable<CommerceTaxFixedRateAddressRel>public com.liferay.commerce.model.CommerceCountry getCommerceCountry()
throws com.liferay.portal.kernel.exception.PortalException
getCommerceCountry in interface CommerceTaxFixedRateAddressRelcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCommerceCountryId()
getCommerceCountryId in interface CommerceTaxFixedRateAddressRelModelpublic com.liferay.commerce.model.CommerceRegion getCommerceRegion()
throws com.liferay.portal.kernel.exception.PortalException
getCommerceRegion in interface CommerceTaxFixedRateAddressRelcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCommerceRegionId()
getCommerceRegionId in interface CommerceTaxFixedRateAddressRelModelpublic long getCommerceTaxFixedRateAddressRelId()
getCommerceTaxFixedRateAddressRelId in interface CommerceTaxFixedRateAddressRelModelpublic com.liferay.commerce.tax.model.CommerceTaxMethod getCommerceTaxMethod()
throws com.liferay.portal.kernel.exception.PortalException
getCommerceTaxMethod in interface CommerceTaxFixedRateAddressRelcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCommerceTaxMethodId()
getCommerceTaxMethodId in interface CommerceTaxFixedRateAddressRelModelpublic long getCompanyId()
getCompanyId in interface CommerceTaxFixedRateAddressRelModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic com.liferay.commerce.product.model.CPTaxCategory getCPTaxCategory()
throws com.liferay.portal.kernel.exception.PortalException
getCPTaxCategory in interface CommerceTaxFixedRateAddressRelcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCPTaxCategoryId()
getCPTaxCategoryId in interface CommerceTaxFixedRateAddressRelModelpublic java.util.Date getCreateDate()
getCreateDate in interface CommerceTaxFixedRateAddressRelModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface CommerceTaxFixedRateAddressRelModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelpublic long getGroupId()
getGroupId in interface CommerceTaxFixedRateAddressRelModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CommerceTaxFixedRateAddressRelModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getPrimaryKey()
getPrimaryKey in interface CommerceTaxFixedRateAddressRelModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface CommerceTaxFixedRateAddressRelModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic double getRate()
getRate in interface CommerceTaxFixedRateAddressRelModelpublic long getUserId()
getUserId in interface CommerceTaxFixedRateAddressRelModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CommerceTaxFixedRateAddressRelModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CommerceTaxFixedRateAddressRelModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getZip()
getZip in interface CommerceTaxFixedRateAddressRelModelpublic int hashCode()
hashCode in interface CommerceTaxFixedRateAddressRelModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface CommerceTaxFixedRateAddressRelModelisCachedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public boolean isEscapedModel()
isEscapedModel in interface CommerceTaxFixedRateAddressRelModelisEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public boolean isNew()
isNew in interface CommerceTaxFixedRateAddressRelModelisNew in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface CommerceTaxFixedRateAddressRelModelsetCachedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public void setCommerceCountryId(long commerceCountryId)
setCommerceCountryId in interface CommerceTaxFixedRateAddressRelModelcommerceCountryId - the commerce country ID of this commerce tax fixed rate address relpublic void setCommerceRegionId(long commerceRegionId)
setCommerceRegionId in interface CommerceTaxFixedRateAddressRelModelcommerceRegionId - the commerce region ID of this commerce tax fixed rate address relpublic void setCommerceTaxFixedRateAddressRelId(long commerceTaxFixedRateAddressRelId)
setCommerceTaxFixedRateAddressRelId in interface CommerceTaxFixedRateAddressRelModelcommerceTaxFixedRateAddressRelId - the commerce tax fixed rate address rel ID of this commerce tax fixed rate address relpublic void setCommerceTaxMethodId(long commerceTaxMethodId)
setCommerceTaxMethodId in interface CommerceTaxFixedRateAddressRelModelcommerceTaxMethodId - the commerce tax method ID of this commerce tax fixed rate address relpublic void setCompanyId(long companyId)
setCompanyId in interface CommerceTaxFixedRateAddressRelModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce tax fixed rate address relpublic void setCPTaxCategoryId(long CPTaxCategoryId)
setCPTaxCategoryId in interface CommerceTaxFixedRateAddressRelModelCPTaxCategoryId - the cp tax category ID of this commerce tax fixed rate address relpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CommerceTaxFixedRateAddressRelModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce tax fixed rate address relpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface CommerceTaxFixedRateAddressRelModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface CommerceTaxFixedRateAddressRelModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface CommerceTaxFixedRateAddressRelModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public void setGroupId(long groupId)
setGroupId in interface CommerceTaxFixedRateAddressRelModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this commerce tax fixed rate address relpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CommerceTaxFixedRateAddressRelModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce tax fixed rate address relpublic void setNew(boolean n)
setNew in interface CommerceTaxFixedRateAddressRelModelsetNew in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CommerceTaxFixedRateAddressRelModelprimaryKey - the primary key of this commerce tax fixed rate address relpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface CommerceTaxFixedRateAddressRelModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setRate(double rate)
setRate in interface CommerceTaxFixedRateAddressRelModelrate - the rate of this commerce tax fixed rate address relpublic void setUserId(long userId)
setUserId in interface CommerceTaxFixedRateAddressRelModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce tax fixed rate address relpublic void setUserName(java.lang.String userName)
setUserName in interface CommerceTaxFixedRateAddressRelModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce tax fixed rate address relpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CommerceTaxFixedRateAddressRelModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce tax fixed rate address relpublic void setZip(java.lang.String zip)
setZip in interface CommerceTaxFixedRateAddressRelModelzip - the zip of this commerce tax fixed rate address relpublic com.liferay.portal.kernel.model.CacheModel<CommerceTaxFixedRateAddressRel> toCacheModel()
toCacheModel in interface CommerceTaxFixedRateAddressRelModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public CommerceTaxFixedRateAddressRel toEscapedModel()
toEscapedModel in interface CommerceTaxFixedRateAddressRelModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public java.lang.String toString()
toString in interface CommerceTaxFixedRateAddressRelModeltoString in class java.lang.Objectpublic CommerceTaxFixedRateAddressRel toUnescapedModel()
toUnescapedModel in interface CommerceTaxFixedRateAddressRelModeltoUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public java.lang.String toXmlString()
toXmlString in interface CommerceTaxFixedRateAddressRelModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic CommerceTaxFixedRateAddressRel getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<CommerceTaxFixedRateAddressRel>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceTaxFixedRateAddressRel>