@ProviderType public interface ShoppingItemFieldModel extends com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.shopping.model.impl.ShoppingItemFieldModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.shopping.model.impl.ShoppingItemFieldImpl.
ShoppingItemField,
com.liferay.shopping.model.impl.ShoppingItemFieldImpl,
com.liferay.shopping.model.impl.ShoppingItemFieldModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(ShoppingItemField shoppingItemField) |
long |
getCompanyId()
Returns the company ID of this shopping item field.
|
java.lang.String |
getDescription()
Returns the description of this shopping item field.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getItemFieldId()
Returns the item field ID of this shopping item field.
|
long |
getItemId()
Returns the item ID of this shopping item field.
|
java.lang.String |
getName()
Returns the name of this shopping item field.
|
long |
getPrimaryKey()
Returns the primary key of this shopping item field.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getValues()
Returns the values of this shopping item field.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this shopping item field.
|
void |
setDescription(java.lang.String description)
Sets the description of this shopping item field.
|
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 |
setItemFieldId(long itemFieldId)
Sets the item field ID of this shopping item field.
|
void |
setItemId(long itemId)
Sets the item ID of this shopping item field.
|
void |
setName(java.lang.String name)
Sets the name of this shopping item field.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this shopping item field.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setValues(java.lang.String values)
Sets the values of this shopping item field.
|
com.liferay.portal.kernel.model.CacheModel<ShoppingItemField> |
toCacheModel() |
ShoppingItemField |
toEscapedModel() |
java.lang.String |
toString() |
ShoppingItemField |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this shopping item fieldlong getItemFieldId()
void setItemFieldId(long itemFieldId)
itemFieldId - the item field ID of this shopping item fieldlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this shopping item fieldlong getItemId()
void setItemId(long itemId)
itemId - the item ID of this shopping item field@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this shopping item field@AutoEscape java.lang.String getValues()
void setValues(java.lang.String values)
values - the values of this shopping item field@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description of this shopping item fieldboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>int compareTo(ShoppingItemField shoppingItemField)
compareTo in interface java.lang.Comparable<ShoppingItemField>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<ShoppingItemField> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>ShoppingItemField toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>ShoppingItemField toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<ShoppingItemField>