public class CommerceOrderPaymentWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceOrderPayment> 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 |
---|---|
CommerceOrderPayment |
cloneWithOriginalValues() |
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.
|
java.lang.String |
getCommercePaymentMethodKey()
Returns the commerce payment method key 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.
|
long |
getGroupId()
Returns the group ID of this commerce order payment.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce order payment.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce order payment.
|
long |
getPrimaryKey()
Returns the primary key of this commerce order payment.
|
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.
|
void |
persist() |
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 |
setCommercePaymentMethodKey(java.lang.String commercePaymentMethodKey)
Sets the commerce payment method key 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 |
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 |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce order payment.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce order payment.
|
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.
|
java.lang.String |
toXmlString() |
protected CommerceOrderPaymentWrapper |
wrap(CommerceOrderPayment commerceOrderPayment) |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public CommerceOrderPaymentWrapper(CommerceOrderPayment commerceOrderPayment)
public 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 CommerceOrderPayment cloneWithOriginalValues()
cloneWithOriginalValues
in interface CommerceOrderPaymentModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<CommerceOrderPayment>
public long getCommerceOrderId()
getCommerceOrderId
in interface CommerceOrderPaymentModel
public long getCommerceOrderPaymentId()
getCommerceOrderPaymentId
in interface CommerceOrderPaymentModel
public java.lang.String getCommercePaymentMethodKey()
getCommercePaymentMethodKey
in interface CommerceOrderPaymentModel
public long getCompanyId()
getCompanyId
in interface CommerceOrderPaymentModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public java.lang.String getContent()
getContent
in interface CommerceOrderPaymentModel
public java.util.Date getCreateDate()
getCreateDate
in interface CommerceOrderPaymentModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
public long getGroupId()
getGroupId
in interface CommerceOrderPaymentModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface CommerceOrderPaymentModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
public long getMvccVersion()
getMvccVersion
in interface CommerceOrderPaymentModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface CommerceOrderPaymentModel
public int getStatus()
getStatus
in interface CommerceOrderPaymentModel
public long getUserId()
getUserId
in interface CommerceOrderPaymentModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface CommerceOrderPaymentModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface CommerceOrderPaymentModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCommerceOrderId(long commerceOrderId)
setCommerceOrderId
in interface CommerceOrderPaymentModel
commerceOrderId
- the commerce order ID of this commerce order paymentpublic void setCommerceOrderPaymentId(long commerceOrderPaymentId)
setCommerceOrderPaymentId
in interface CommerceOrderPaymentModel
commerceOrderPaymentId
- the commerce order payment ID of this commerce order paymentpublic void setCommercePaymentMethodKey(java.lang.String commercePaymentMethodKey)
setCommercePaymentMethodKey
in interface CommerceOrderPaymentModel
commercePaymentMethodKey
- the commerce payment method key of this commerce order paymentpublic void setCompanyId(long companyId)
setCompanyId
in interface CommerceOrderPaymentModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this commerce order paymentpublic void setContent(java.lang.String content)
setContent
in interface CommerceOrderPaymentModel
content
- the content of this commerce order paymentpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface CommerceOrderPaymentModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this commerce order paymentpublic void setGroupId(long groupId)
setGroupId
in interface CommerceOrderPaymentModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this commerce order paymentpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface CommerceOrderPaymentModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this commerce order paymentpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface CommerceOrderPaymentModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this commerce order paymentpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CommerceOrderPaymentModel
primaryKey
- the primary key of this commerce order paymentpublic void setStatus(int status)
setStatus
in interface CommerceOrderPaymentModel
status
- the status of this commerce order paymentpublic void setUserId(long userId)
setUserId
in interface CommerceOrderPaymentModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this commerce order paymentpublic void setUserName(java.lang.String userName)
setUserName
in interface CommerceOrderPaymentModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this commerce order paymentpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface CommerceOrderPaymentModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this commerce order paymentpublic java.lang.String toXmlString()
toXmlString
in interface CommerceOrderPaymentModel
protected CommerceOrderPaymentWrapper wrap(CommerceOrderPayment commerceOrderPayment)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceOrderPayment>