Package com.liferay.portal.kernel.model
Interface ListTypeModel
- All Superinterfaces:
AuditedModel
,BaseModel<ListType>
,ClassedModel
,Cloneable
,Comparable<ListType>
,MVCCModel
,Serializable
,ShardedModel
,StagedAuditedModel
,StagedModel
- All Known Subinterfaces:
ListType
- All Known Implementing Classes:
ListTypeWrapper
@ProviderType
public interface ListTypeModel
extends BaseModel<ListType>, MVCCModel, ShardedModel, StagedAuditedModel
The base model interface for the ListType service. Represents a row in the "ListType" database table, with each column mapped to a property of this class.
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
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this list type.Returns the create date of this list type.long
Returns the list type ID of this list type.Returns the modified date of this list type.long
Returns the mvcc version of this list type.getName()
Returns the name of this list type.long
Returns the primary key of this list type.getType()
Returns the type of this list type.long
Returns the user ID of this list type.Returns the user name of this list type.Returns the user uuid of this list type.getUuid()
Returns the uuid of this list type.void
setCompanyId
(long companyId) Sets the company ID of this list type.void
setCreateDate
(Date createDate) Sets the create date of this list type.void
setListTypeId
(long listTypeId) Sets the list type ID of this list type.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this list type.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this list type.void
Sets the name of this list type.void
setPrimaryKey
(long primaryKey) Sets the primary key of this list type.void
Sets the type of this list type.void
setUserId
(long userId) Sets the user ID of this list type.void
setUserName
(String userName) Sets the user name of this list type.void
setUserUuid
(String userUuid) Sets the user uuid of this list type.void
Sets the uuid of this list type.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this list type.- Returns:
- the primary key of this list type
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this list type.- Parameters:
primaryKey
- the primary key of this list type
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this list type.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this list type
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this list type.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this list type
-
getUuid
Returns the uuid of this list type.- Specified by:
getUuid
in interfaceStagedModel
- Returns:
- the uuid of this list type
-
setUuid
Sets the uuid of this list type.- Specified by:
setUuid
in interfaceStagedModel
- Parameters:
uuid
- the uuid of this list type
-
getListTypeId
long getListTypeId()Returns the list type ID of this list type.- Returns:
- the list type ID of this list type
-
setListTypeId
void setListTypeId(long listTypeId) Sets the list type ID of this list type.- Parameters:
listTypeId
- the list type ID of this list type
-
getCompanyId
long getCompanyId()Returns the company ID of this list type.- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in interfaceStagedModel
- Returns:
- the company ID of this list type
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this list type.- Specified by:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in interfaceStagedModel
- Parameters:
companyId
- the company ID of this list type
-
getUserId
long getUserId()Returns the user ID of this list type.- Specified by:
getUserId
in interfaceAuditedModel
- Returns:
- the user ID of this list type
-
setUserId
void setUserId(long userId) Sets the user ID of this list type.- Specified by:
setUserId
in interfaceAuditedModel
- Parameters:
userId
- the user ID of this list type
-
getUserUuid
String getUserUuid()Returns the user uuid of this list type.- Specified by:
getUserUuid
in interfaceAuditedModel
- Returns:
- the user uuid of this list type
-
setUserUuid
Sets the user uuid of this list type.- Specified by:
setUserUuid
in interfaceAuditedModel
- Parameters:
userUuid
- the user uuid of this list type
-
getUserName
Returns the user name of this list type.- Specified by:
getUserName
in interfaceAuditedModel
- Returns:
- the user name of this list type
-
setUserName
Sets the user name of this list type.- Specified by:
setUserName
in interfaceAuditedModel
- Parameters:
userName
- the user name of this list type
-
getCreateDate
Date getCreateDate()Returns the create date of this list type.- Specified by:
getCreateDate
in interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceStagedModel
- Returns:
- the create date of this list type
-
setCreateDate
Sets the create date of this list type.- Specified by:
setCreateDate
in interfaceAuditedModel
- Specified by:
setCreateDate
in interfaceStagedModel
- Parameters:
createDate
- the create date of this list type
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this list type.- Specified by:
getModifiedDate
in interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceStagedModel
- Returns:
- the modified date of this list type
-
setModifiedDate
Sets the modified date of this list type.- Specified by:
setModifiedDate
in interfaceAuditedModel
- Specified by:
setModifiedDate
in interfaceStagedModel
- Parameters:
modifiedDate
- the modified date of this list type
-
getName
Returns the name of this list type.- Returns:
- the name of this list type
-
setName
Sets the name of this list type.- Parameters:
name
- the name of this list type
-
getType
Returns the type of this list type.- Returns:
- the type of this list type
-
setType
Sets the type of this list type.- Parameters:
type
- the type of this list type
-
cloneWithOriginalValues
ListType cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<ListType>
-
toXmlString
-