@ProviderType public class CommerceOrderPaymentWrapper extends java.lang.Object implements CommerceOrderPayment, com.liferay.portal.kernel.model.ModelWrapper<CommerceOrderPayment>
This class is a wrapper for CommerceOrderPayment.
CommerceOrderPayment,
Serialized FormCOMMERCE_ORDER_PAYMENT_ID_ACCESSOR| Constructor and Description |
|---|
CommerceOrderPaymentWrapper(CommerceOrderPayment commerceOrderPayment) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(CommerceOrderPayment commerceOrderPayment) |
boolean |
equals(java.lang.Object obj) |
long |
getCommerceOrderId()
Returns the commerce order ID of this commerce order payment.
|
long |
getCommerceOrderPaymentId()
Returns the commerce order payment ID of this commerce order payment.
|
long |
getCommercePaymentMethodId()
Returns the commerce payment method ID of this commerce order payment.
|
long |
getCompanyId()
Returns the company ID of this commerce order payment.
|
java.lang.String |
getContent()
Returns the content of this commerce order payment.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce order payment.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this commerce order payment.
|
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 order payment.
|
long |
getPrimaryKey()
Returns the primary key of this commerce order payment.
|
java.io.Serializable |
getPrimaryKeyObj() |
int |
getStatus()
Returns the status of this commerce order payment.
|
long |
getUserId()
Returns the user ID of this commerce order payment.
|
java.lang.String |
getUserName()
Returns the user name of this commerce order payment.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce order payment.
|
CommerceOrderPayment |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setCommerceOrderId(long commerceOrderId)
Sets the commerce order ID of this commerce order payment.
|
void |
setCommerceOrderPaymentId(long commerceOrderPaymentId)
Sets the commerce order payment ID of this commerce order payment.
|
void |
setCommercePaymentMethodId(long commercePaymentMethodId)
Sets the commerce payment method ID of this commerce order payment.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce order payment.
|
void |
setContent(java.lang.String content)
Sets the content of this commerce order payment.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce order payment.
|
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 order payment.
|
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 order payment.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce order payment.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStatus(int status)
Sets the status of this commerce order payment.
|
void |
setUserId(long userId)
Sets the user ID of this commerce order payment.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce order payment.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce order payment.
|
com.liferay.portal.kernel.model.CacheModel<CommerceOrderPayment> |
toCacheModel() |
CommerceOrderPayment |
toEscapedModel() |
java.lang.String |
toString() |
CommerceOrderPayment |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public CommerceOrderPaymentWrapper(CommerceOrderPayment commerceOrderPayment)
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<CommerceOrderPayment>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public java.lang.Object clone()
clone in interface CommerceOrderPaymentModelclone in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>clone in class java.lang.Objectpublic int compareTo(CommerceOrderPayment commerceOrderPayment)
compareTo in interface CommerceOrderPaymentModelcompareTo in interface java.lang.Comparable<CommerceOrderPayment>public long getCommerceOrderId()
getCommerceOrderId in interface CommerceOrderPaymentModelpublic long getCommerceOrderPaymentId()
getCommerceOrderPaymentId in interface CommerceOrderPaymentModelpublic long getCommercePaymentMethodId()
getCommercePaymentMethodId in interface CommerceOrderPaymentModelpublic long getCompanyId()
getCompanyId in interface CommerceOrderPaymentModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.lang.String getContent()
getContent in interface CommerceOrderPaymentModelpublic java.util.Date getCreateDate()
getCreateDate in interface CommerceOrderPaymentModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface CommerceOrderPaymentModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelpublic long getGroupId()
getGroupId in interface CommerceOrderPaymentModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CommerceOrderPaymentModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getPrimaryKey()
getPrimaryKey in interface CommerceOrderPaymentModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface CommerceOrderPaymentModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic int getStatus()
getStatus in interface CommerceOrderPaymentModelpublic long getUserId()
getUserId in interface CommerceOrderPaymentModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CommerceOrderPaymentModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CommerceOrderPaymentModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic int hashCode()
hashCode in interface CommerceOrderPaymentModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface CommerceOrderPaymentModelisCachedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public boolean isEscapedModel()
isEscapedModel in interface CommerceOrderPaymentModelisEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public boolean isNew()
isNew in interface CommerceOrderPaymentModelisNew in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface CommerceOrderPaymentModelsetCachedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public void setCommerceOrderId(long commerceOrderId)
setCommerceOrderId in interface CommerceOrderPaymentModelcommerceOrderId - the commerce order ID of this commerce order paymentpublic void setCommerceOrderPaymentId(long commerceOrderPaymentId)
setCommerceOrderPaymentId in interface CommerceOrderPaymentModelcommerceOrderPaymentId - the commerce order payment ID of this commerce order paymentpublic void setCommercePaymentMethodId(long commercePaymentMethodId)
setCommercePaymentMethodId in interface CommerceOrderPaymentModelcommercePaymentMethodId - the commerce payment method ID of this commerce order paymentpublic void setCompanyId(long companyId)
setCompanyId in interface CommerceOrderPaymentModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce order paymentpublic void setContent(java.lang.String content)
setContent in interface CommerceOrderPaymentModelcontent - the content of this commerce order paymentpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CommerceOrderPaymentModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce order paymentpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface CommerceOrderPaymentModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface CommerceOrderPaymentModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface CommerceOrderPaymentModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public void setGroupId(long groupId)
setGroupId in interface CommerceOrderPaymentModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this commerce order paymentpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CommerceOrderPaymentModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce order paymentpublic void setNew(boolean n)
setNew in interface CommerceOrderPaymentModelsetNew in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CommerceOrderPaymentModelprimaryKey - the primary key of this commerce order paymentpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface CommerceOrderPaymentModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setStatus(int status)
setStatus in interface CommerceOrderPaymentModelstatus - the status of this commerce order paymentpublic void setUserId(long userId)
setUserId in interface CommerceOrderPaymentModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce order paymentpublic void setUserName(java.lang.String userName)
setUserName in interface CommerceOrderPaymentModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce order paymentpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CommerceOrderPaymentModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce order paymentpublic com.liferay.portal.kernel.model.CacheModel<CommerceOrderPayment> toCacheModel()
toCacheModel in interface CommerceOrderPaymentModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public CommerceOrderPayment toEscapedModel()
toEscapedModel in interface CommerceOrderPaymentModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public java.lang.String toString()
toString in interface CommerceOrderPaymentModeltoString in class java.lang.Objectpublic CommerceOrderPayment toUnescapedModel()
toUnescapedModel in interface CommerceOrderPaymentModeltoUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public java.lang.String toXmlString()
toXmlString in interface CommerceOrderPaymentModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic CommerceOrderPayment getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<CommerceOrderPayment>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>