@ProviderType public interface ListTypeModel extends BaseModel<ListType>, MVCCModel
This interface and its corresponding implementation com.liferay.portal.model.impl.ListTypeModelImpl 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.portal.model.impl.ListTypeImpl.
ListType| Modifier and Type | Method and Description |
|---|---|
ListType |
cloneWithOriginalValues() |
long |
getListTypeId()
Returns the list type ID of this list type.
|
long |
getMvccVersion()
Returns the mvcc version of this list type.
|
String |
getName()
Returns the name of this list type.
|
long |
getPrimaryKey()
Returns the primary key of this list type.
|
String |
getType()
Returns the type of this list type.
|
void |
setListTypeId(long listTypeId)
Sets the list type ID of this list type.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this list type.
|
void |
setName(String name)
Sets the name of this list type.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this list type.
|
void |
setType(String type)
Sets the type of this list type.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this list typelong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this list typelong getListTypeId()
void setListTypeId(long listTypeId)
listTypeId - the list type ID of this list type@AutoEscape String getName()
void setName(String name)
name - the name of this list type@AutoEscape String getType()
void setType(String type)
type - the type of this list typeListType cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<ListType>