@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, toUnescapedModelclone, getStagedModelTypegetModelClass, 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 type@AutoEscape String getUuid()
getUuid in interface StagedModelvoid setUuid(String uuid)
setUuid in interface StagedModeluuid - the uuid of this list typelong getListTypeId()
void setListTypeId(long listTypeId)
listTypeId - the list type ID of this list typelong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this list typelong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this list typeString getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this list type@AutoEscape String getUserName()
getUserName in interface AuditedModelvoid setUserName(String userName)
setUserName in interface AuditedModeluserName - the user name of this list typeDate getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelvoid setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this list typeDate getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelvoid setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - 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()