@ProviderType public interface ListTypeModel extends BaseModel<ListType>, MVCCModel, ShardedModel, StagedAuditedModel
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 |
getCompanyId()
Returns the company ID of this list type.
|
Date |
getCreateDate()
Returns the create date of this list type.
|
long |
getListTypeId()
Returns the list type ID of this list type.
|
Date |
getModifiedDate()
Returns the modified date 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.
|
long |
getUserId()
Returns the user ID of this list type.
|
String |
getUserName()
Returns the user name of this list type.
|
String |
getUserUuid()
Returns the user uuid of this list type.
|
String |
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 |
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.
|
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 |
setUuid(String uuid)
Sets the uuid of this list type.
|
default String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
clone, getStagedModelType
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this list typelong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this list type@AutoEscape String getUuid()
getUuid
in interface StagedModel
void setUuid(String uuid)
setUuid
in interface StagedModel
uuid
- the uuid of this list typelong getListTypeId()
void setListTypeId(long listTypeId)
listTypeId
- the list type ID of this list typelong getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShardedModel
getCompanyId
in interface StagedModel
void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShardedModel
setCompanyId
in interface StagedModel
companyId
- the company ID of this list typelong getUserId()
getUserId
in interface AuditedModel
void setUserId(long userId)
setUserId
in interface AuditedModel
userId
- the user ID of this list typeString getUserUuid()
getUserUuid
in interface AuditedModel
void setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this list type@AutoEscape String getUserName()
getUserName
in interface AuditedModel
void setUserName(String userName)
setUserName
in interface AuditedModel
userName
- the user name of this list typeDate getCreateDate()
getCreateDate
in interface AuditedModel
getCreateDate
in interface StagedModel
void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
setCreateDate
in interface StagedModel
createDate
- the create date of this list typeDate getModifiedDate()
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface StagedModel
void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface StagedModel
modifiedDate
- the modified date 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>
default String toXmlString()