@ProviderType
public class ShoppingItemFieldModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.shopping.model.ShoppingItemField>
implements com.liferay.shopping.model.ShoppingItemFieldModel
This implementation and its corresponding interface ShoppingItemFieldModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ShoppingItemFieldImpl.
ShoppingItemFieldImpl,
ShoppingItemField,
ShoppingItemFieldModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
ITEMID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static long |
NAME_COLUMN_BITMASK |
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 |
|---|
ShoppingItemFieldModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.shopping.model.ShoppingItemField shoppingItemField) |
boolean |
equals(java.lang.Object obj) |
long |
getColumnBitmask() |
long |
getCompanyId() |
java.lang.String |
getDescription() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getItemFieldId() |
long |
getItemId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.lang.String |
getName() |
long |
getOriginalItemId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getValues() |
int |
hashCode() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId) |
void |
setDescription(java.lang.String description) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setItemFieldId(long itemFieldId) |
void |
setItemId(long itemId) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setName(java.lang.String name) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setValues(java.lang.String values) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.shopping.model.ShoppingItemField> |
toCacheModel() |
com.liferay.shopping.model.ShoppingItemField |
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 ITEMID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.shopping.model.ShoppingItemField>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.shopping.model.ShoppingItemField>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic 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.shopping.model.ShoppingItemField>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.shopping.model.ShoppingItemField>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.shopping.model.ShoppingItemField>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.shopping.model.ShoppingItemField>public long getItemFieldId()
getItemFieldId in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic void setItemFieldId(long itemFieldId)
setItemFieldId in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic long getItemId()
getItemId in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic void setItemId(long itemId)
setItemId in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic long getOriginalItemId()
public java.lang.String getName()
getName in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic void setName(java.lang.String name)
setName in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic java.lang.String getValues()
getValues in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic void setValues(java.lang.String values)
setValues in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic java.lang.String getDescription()
getDescription in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic void setDescription(java.lang.String description)
setDescription in interface com.liferay.shopping.model.ShoppingItemFieldModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.shopping.model.ShoppingItemField>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface com.liferay.shopping.model.ShoppingItemFieldModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.shopping.model.ShoppingItemField>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.shopping.model.ShoppingItemField>setExpandoBridgeAttributes in interface com.liferay.shopping.model.ShoppingItemFieldModelsetExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.shopping.model.ShoppingItemField>public com.liferay.shopping.model.ShoppingItemField toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.shopping.model.ShoppingItemField>toEscapedModel in interface com.liferay.shopping.model.ShoppingItemFieldModeltoEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.shopping.model.ShoppingItemField>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.shopping.model.ShoppingItemField>clone in interface com.liferay.shopping.model.ShoppingItemFieldModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.shopping.model.ShoppingItemField>public int compareTo(com.liferay.shopping.model.ShoppingItemField shoppingItemField)
compareTo in interface com.liferay.shopping.model.ShoppingItemFieldModelcompareTo in interface java.lang.Comparable<com.liferay.shopping.model.ShoppingItemField>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.shopping.model.ShoppingItemFieldModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.shopping.model.ShoppingItemField>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.shopping.model.ShoppingItemField>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.shopping.model.ShoppingItemField>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.shopping.model.ShoppingItemField>public com.liferay.portal.kernel.model.CacheModel<com.liferay.shopping.model.ShoppingItemField> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.shopping.model.ShoppingItemField>toCacheModel in interface com.liferay.shopping.model.ShoppingItemFieldModeltoCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.shopping.model.ShoppingItemField>public java.lang.String toString()
toString in interface com.liferay.shopping.model.ShoppingItemFieldModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.shopping.model.ShoppingItemField>toXmlString in interface com.liferay.shopping.model.ShoppingItemFieldModel