Class CommerceShippingFixedOptionQualifierWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingFixedOptionQualifier>
com.liferay.commerce.shipping.engine.fixed.model.CommerceShippingFixedOptionQualifierWrapper
- All Implemented Interfaces:
CommerceShippingFixedOptionQualifier
,CommerceShippingFixedOptionQualifierModel
,com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionQualifier>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<CommerceShippingFixedOptionQualifier>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,Serializable
,Cloneable
,Comparable<CommerceShippingFixedOptionQualifier>
public class CommerceShippingFixedOptionQualifierWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingFixedOptionQualifier>
implements CommerceShippingFixedOptionQualifier, com.liferay.portal.kernel.model.ModelWrapper<CommerceShippingFixedOptionQualifier>
This class is a wrapper for CommerceShippingFixedOptionQualifier
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.commerce.shipping.engine.fixed.model.CommerceShippingFixedOptionQualifier
COMMERCE_SHIPPING_FIXED_OPTION_QUALIFIER_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceShippingFixedOptionQualifierWrapper
(CommerceShippingFixedOptionQualifier commerceShippingFixedOptionQualifier) -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this commerce shipping fixed option qualifier.long
Returns the class name ID of this commerce shipping fixed option qualifier.long
Returns the class pk of this commerce shipping fixed option qualifier.long
Returns the commerce shipping fixed option ID of this commerce shipping fixed option qualifier.long
Returns the commerce shipping fixed option qualifier ID of this commerce shipping fixed option qualifier.long
Returns the company ID of this commerce shipping fixed option qualifier.Returns the create date of this commerce shipping fixed option qualifier.Returns the modified date of this commerce shipping fixed option qualifier.long
Returns the mvcc version of this commerce shipping fixed option qualifier.long
Returns the primary key of this commerce shipping fixed option qualifier.long
Returns the user ID of this commerce shipping fixed option qualifier.Returns the user name of this commerce shipping fixed option qualifier.Returns the user uuid of this commerce shipping fixed option qualifier.void
persist()
void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this commerce shipping fixed option qualifier.void
setClassPK
(long classPK) Sets the class pk of this commerce shipping fixed option qualifier.void
setCommerceShippingFixedOptionId
(long commerceShippingFixedOptionId) Sets the commerce shipping fixed option ID of this commerce shipping fixed option qualifier.void
setCommerceShippingFixedOptionQualifierId
(long commerceShippingFixedOptionQualifierId) Sets the commerce shipping fixed option qualifier ID of this commerce shipping fixed option qualifier.void
setCompanyId
(long companyId) Sets the company ID of this commerce shipping fixed option qualifier.void
setCreateDate
(Date createDate) Sets the create date of this commerce shipping fixed option qualifier.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this commerce shipping fixed option qualifier.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this commerce shipping fixed option qualifier.void
setPrimaryKey
(long primaryKey) Sets the primary key of this commerce shipping fixed option qualifier.void
setUserId
(long userId) Sets the user ID of this commerce shipping fixed option qualifier.void
setUserName
(String userName) Sets the user name of this commerce shipping fixed option qualifier.void
setUserUuid
(String userUuid) Sets the user uuid of this commerce shipping fixed option qualifier.wrap
(CommerceShippingFixedOptionQualifier commerceShippingFixedOptionQualifier) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, 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, getExpandoBridge, 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
-
CommerceShippingFixedOptionQualifierWrapper
public CommerceShippingFixedOptionQualifierWrapper(CommerceShippingFixedOptionQualifier commerceShippingFixedOptionQualifier)
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionQualifier>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionQualifier>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceShippingFixedOptionQualifier>
- Specified by:
cloneWithOriginalValues
in interfaceCommerceShippingFixedOptionQualifierModel
-
getClassName
Returns the fully qualified class name of this commerce shipping fixed option qualifier.- Specified by:
getClassName
in interfaceCommerceShippingFixedOptionQualifierModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the fully qualified class name of this commerce shipping fixed option qualifier
-
getClassNameId
public long getClassNameId()Returns the class name ID of this commerce shipping fixed option qualifier.- Specified by:
getClassNameId
in interfaceCommerceShippingFixedOptionQualifierModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the class name ID of this commerce shipping fixed option qualifier
-
getClassPK
public long getClassPK()Returns the class pk of this commerce shipping fixed option qualifier.- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
getClassPK
in interfaceCommerceShippingFixedOptionQualifierModel
- Returns:
- the class pk of this commerce shipping fixed option qualifier
-
getCommerceShippingFixedOptionId
public long getCommerceShippingFixedOptionId()Returns the commerce shipping fixed option ID of this commerce shipping fixed option qualifier.- Specified by:
getCommerceShippingFixedOptionId
in interfaceCommerceShippingFixedOptionQualifierModel
- Returns:
- the commerce shipping fixed option ID of this commerce shipping fixed option qualifier
-
getCommerceShippingFixedOptionQualifierId
public long getCommerceShippingFixedOptionQualifierId()Returns the commerce shipping fixed option qualifier ID of this commerce shipping fixed option qualifier.- Specified by:
getCommerceShippingFixedOptionQualifierId
in interfaceCommerceShippingFixedOptionQualifierModel
- Returns:
- the commerce shipping fixed option qualifier ID of this commerce shipping fixed option qualifier
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce shipping fixed option qualifier.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCommerceShippingFixedOptionQualifierModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this commerce shipping fixed option qualifier
-
getCreateDate
Returns the create date of this commerce shipping fixed option qualifier.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCommerceShippingFixedOptionQualifierModel
- Returns:
- the create date of this commerce shipping fixed option qualifier
-
getModifiedDate
Returns the modified date of this commerce shipping fixed option qualifier.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCommerceShippingFixedOptionQualifierModel
- Returns:
- the modified date of this commerce shipping fixed option qualifier
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce shipping fixed option qualifier.- Specified by:
getMvccVersion
in interfaceCommerceShippingFixedOptionQualifierModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce shipping fixed option qualifier
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce shipping fixed option qualifier.- Specified by:
getPrimaryKey
in interfaceCommerceShippingFixedOptionQualifierModel
- Returns:
- the primary key of this commerce shipping fixed option qualifier
-
getUserId
public long getUserId()Returns the user ID of this commerce shipping fixed option qualifier.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCommerceShippingFixedOptionQualifierModel
- Returns:
- the user ID of this commerce shipping fixed option qualifier
-
getUserName
Returns the user name of this commerce shipping fixed option qualifier.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCommerceShippingFixedOptionQualifierModel
- Returns:
- the user name of this commerce shipping fixed option qualifier
-
getUserUuid
Returns the user uuid of this commerce shipping fixed option qualifier.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCommerceShippingFixedOptionQualifierModel
- Returns:
- the user uuid of this commerce shipping fixed option qualifier
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
- Specified by:
setClassName
in interfaceCommerceShippingFixedOptionQualifierModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this commerce shipping fixed option qualifier.- Specified by:
setClassNameId
in interfaceCommerceShippingFixedOptionQualifierModel
- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Parameters:
classNameId
- the class name ID of this commerce shipping fixed option qualifier
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this commerce shipping fixed option qualifier.- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
setClassPK
in interfaceCommerceShippingFixedOptionQualifierModel
- Parameters:
classPK
- the class pk of this commerce shipping fixed option qualifier
-
setCommerceShippingFixedOptionId
public void setCommerceShippingFixedOptionId(long commerceShippingFixedOptionId) Sets the commerce shipping fixed option ID of this commerce shipping fixed option qualifier.- Specified by:
setCommerceShippingFixedOptionId
in interfaceCommerceShippingFixedOptionQualifierModel
- Parameters:
commerceShippingFixedOptionId
- the commerce shipping fixed option ID of this commerce shipping fixed option qualifier
-
setCommerceShippingFixedOptionQualifierId
public void setCommerceShippingFixedOptionQualifierId(long commerceShippingFixedOptionQualifierId) Sets the commerce shipping fixed option qualifier ID of this commerce shipping fixed option qualifier.- Specified by:
setCommerceShippingFixedOptionQualifierId
in interfaceCommerceShippingFixedOptionQualifierModel
- Parameters:
commerceShippingFixedOptionQualifierId
- the commerce shipping fixed option qualifier ID of this commerce shipping fixed option qualifier
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce shipping fixed option qualifier.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCommerceShippingFixedOptionQualifierModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this commerce shipping fixed option qualifier
-
setCreateDate
Sets the create date of this commerce shipping fixed option qualifier.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCommerceShippingFixedOptionQualifierModel
- Parameters:
createDate
- the create date of this commerce shipping fixed option qualifier
-
setModifiedDate
Sets the modified date of this commerce shipping fixed option qualifier.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCommerceShippingFixedOptionQualifierModel
- Parameters:
modifiedDate
- the modified date of this commerce shipping fixed option qualifier
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce shipping fixed option qualifier.- Specified by:
setMvccVersion
in interfaceCommerceShippingFixedOptionQualifierModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce shipping fixed option qualifier
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce shipping fixed option qualifier.- Specified by:
setPrimaryKey
in interfaceCommerceShippingFixedOptionQualifierModel
- Parameters:
primaryKey
- the primary key of this commerce shipping fixed option qualifier
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce shipping fixed option qualifier.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCommerceShippingFixedOptionQualifierModel
- Parameters:
userId
- the user ID of this commerce shipping fixed option qualifier
-
setUserName
Sets the user name of this commerce shipping fixed option qualifier.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCommerceShippingFixedOptionQualifierModel
- Parameters:
userName
- the user name of this commerce shipping fixed option qualifier
-
setUserUuid
Sets the user uuid of this commerce shipping fixed option qualifier.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCommerceShippingFixedOptionQualifierModel
- Parameters:
userUuid
- the user uuid of this commerce shipping fixed option qualifier
-
toXmlString
- Specified by:
toXmlString
in interfaceCommerceShippingFixedOptionQualifierModel
-
wrap
protected CommerceShippingFixedOptionQualifierWrapper wrap(CommerceShippingFixedOptionQualifier commerceShippingFixedOptionQualifier) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceShippingFixedOptionQualifier>
-