@ProviderType
public class CommerceOrderPaymentModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.commerce.model.CommerceOrderPayment>
implements com.liferay.commerce.model.CommerceOrderPaymentModel
This implementation and its corresponding interface CommerceOrderPaymentModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in CommerceOrderPaymentImpl.
CommerceOrderPaymentImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMMERCEORDERID_COLUMN_BITMASK |
static long |
CREATEDATE_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
| Constructor and Description |
|---|
CommerceOrderPaymentModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.commerce.model.CommerceOrderPayment commerceOrderPayment) |
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.util.function.Function<com.liferay.commerce.model.CommerceOrderPayment,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<com.liferay.commerce.model.CommerceOrderPayment,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getColumnBitmask() |
long |
getCommerceOrderId() |
long |
getCommerceOrderPaymentId() |
java.lang.String |
getCommercePaymentMethodKey() |
long |
getCompanyId() |
java.lang.String |
getContent() |
java.util.Date |
getCreateDate() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
long |
getOriginalCommerceOrderId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
int |
getStatus() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setCommerceOrderId(long commerceOrderId) |
void |
setCommerceOrderPaymentId(long commerceOrderPaymentId) |
void |
setCommercePaymentMethodKey(java.lang.String commercePaymentMethodKey) |
void |
setCompanyId(long companyId) |
void |
setContent(java.lang.String content) |
void |
setCreateDate(java.util.Date createDate) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStatus(int status) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.commerce.model.CommerceOrderPayment> |
toCacheModel() |
com.liferay.commerce.model.CommerceOrderPayment |
toEscapedModel() |
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMMERCEORDERID_COLUMN_BITMASK
public static final long CREATEDATE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.commerce.model.CommerceOrderPaymentModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.commerce.model.CommerceOrderPaymentModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.commerce.model.CommerceOrderPaymentModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.commerce.model.CommerceOrderPayment>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.commerce.model.CommerceOrderPaymentModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.commerce.model.CommerceOrderPayment>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic 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<com.liferay.commerce.model.CommerceOrderPayment>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.commerce.model.CommerceOrderPayment>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.commerce.model.CommerceOrderPayment>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.commerce.model.CommerceOrderPayment>public java.util.Map<java.lang.String,java.util.function.Function<com.liferay.commerce.model.CommerceOrderPayment,java.lang.Object>> getAttributeGetterFunctions()
public java.util.Map<java.lang.String,java.util.function.BiConsumer<com.liferay.commerce.model.CommerceOrderPayment,java.lang.Object>> getAttributeSetterBiConsumers()
public long getCommerceOrderPaymentId()
getCommerceOrderPaymentId in interface com.liferay.commerce.model.CommerceOrderPaymentModelpublic void setCommerceOrderPaymentId(long commerceOrderPaymentId)
setCommerceOrderPaymentId in interface com.liferay.commerce.model.CommerceOrderPaymentModelpublic long getGroupId()
getGroupId in interface com.liferay.commerce.model.CommerceOrderPaymentModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.commerce.model.CommerceOrderPaymentModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic long getCompanyId()
getCompanyId in interface com.liferay.commerce.model.CommerceOrderPaymentModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.commerce.model.CommerceOrderPaymentModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getUserId()
getUserId in interface com.liferay.commerce.model.CommerceOrderPaymentModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserId(long userId)
setUserId in interface com.liferay.commerce.model.CommerceOrderPaymentModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.commerce.model.CommerceOrderPaymentModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.commerce.model.CommerceOrderPaymentModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.commerce.model.CommerceOrderPaymentModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.commerce.model.CommerceOrderPaymentModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.commerce.model.CommerceOrderPaymentModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.commerce.model.CommerceOrderPaymentModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.commerce.model.CommerceOrderPaymentModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.commerce.model.CommerceOrderPaymentModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getCommerceOrderId()
getCommerceOrderId in interface com.liferay.commerce.model.CommerceOrderPaymentModelpublic void setCommerceOrderId(long commerceOrderId)
setCommerceOrderId in interface com.liferay.commerce.model.CommerceOrderPaymentModelpublic long getOriginalCommerceOrderId()
public java.lang.String getCommercePaymentMethodKey()
getCommercePaymentMethodKey in interface com.liferay.commerce.model.CommerceOrderPaymentModelpublic void setCommercePaymentMethodKey(java.lang.String commercePaymentMethodKey)
setCommercePaymentMethodKey in interface com.liferay.commerce.model.CommerceOrderPaymentModelpublic java.lang.String getContent()
getContent in interface com.liferay.commerce.model.CommerceOrderPaymentModelpublic void setContent(java.lang.String content)
setContent in interface com.liferay.commerce.model.CommerceOrderPaymentModelpublic int getStatus()
getStatus in interface com.liferay.commerce.model.CommerceOrderPaymentModelpublic void setStatus(int status)
setStatus in interface com.liferay.commerce.model.CommerceOrderPaymentModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.commerce.model.CommerceOrderPaymentModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.commerce.model.CommerceOrderPayment>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.commerce.model.CommerceOrderPayment>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.commerce.model.CommerceOrderPaymentModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.commerce.model.CommerceOrderPayment>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.commerce.model.CommerceOrderPayment>public com.liferay.commerce.model.CommerceOrderPayment toEscapedModel()
toEscapedModel in interface com.liferay.commerce.model.CommerceOrderPaymentModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.commerce.model.CommerceOrderPayment>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.commerce.model.CommerceOrderPayment>public java.lang.Object clone()
clone in interface com.liferay.commerce.model.CommerceOrderPaymentModelclone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.commerce.model.CommerceOrderPayment>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.commerce.model.CommerceOrderPayment>public int compareTo(com.liferay.commerce.model.CommerceOrderPayment commerceOrderPayment)
compareTo in interface com.liferay.commerce.model.CommerceOrderPaymentModelcompareTo in interface java.lang.Comparable<com.liferay.commerce.model.CommerceOrderPayment>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.commerce.model.CommerceOrderPaymentModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.commerce.model.CommerceOrderPayment>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.commerce.model.CommerceOrderPayment>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.commerce.model.CommerceOrderPayment>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.commerce.model.CommerceOrderPayment>public com.liferay.portal.kernel.model.CacheModel<com.liferay.commerce.model.CommerceOrderPayment> toCacheModel()
toCacheModel in interface com.liferay.commerce.model.CommerceOrderPaymentModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.commerce.model.CommerceOrderPayment>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.commerce.model.CommerceOrderPayment>public java.lang.String toString()
toString in interface com.liferay.commerce.model.CommerceOrderPaymentModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.commerce.model.CommerceOrderPaymentModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.commerce.model.CommerceOrderPayment>