Package com.liferay.portal.kernel.model
Class ListTypeWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ListType>
com.liferay.portal.kernel.model.ListTypeWrapper
- All Implemented Interfaces:
AuditedModel,BaseModel<ListType>,ClassedModel,ListType,ListTypeModel,ModelWrapper<ListType>,MVCCModel,PersistedModel,ShardedModel,StagedAuditedModel,StagedModel,Serializable,Cloneable,Comparable<ListType>
public class ListTypeWrapper
extends BaseModelWrapper<ListType>
implements ListType, ModelWrapper<ListType>
This class is a wrapper for ListType.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.kernel.model.ListType
LIST_TYPE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this list type.Returns the create date of this list type.longReturns the list type ID of this list type.Returns the modified date of this list type.longReturns the mvcc version of this list type.getName()Returns the name of this list type.longReturns the primary key of this list type.getType()Returns the type of this list type.longReturns 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.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetCompanyId(long companyId) Sets the company ID of this list type.voidsetCreateDate(Date createDate) Sets the create date of this list type.voidsetListTypeId(long listTypeId) Sets the list type ID of this list type.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this list type.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this list type.voidSets the name of this list type.voidsetPrimaryKey(long primaryKey) Sets the primary key of this list type.voidSets the type of this list type.voidsetUserId(long userId) Sets the user ID of this list type.voidsetUserName(String userName) Sets the user name of this list type.voidsetUserUuid(String userUuid) Sets the user uuid of this list type.voidSets the uuid of this list type.protected ListTypeWrapperMethods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
ListTypeWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<ListType>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<ListType>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<ListType>- Specified by:
cloneWithOriginalValuesin interfaceListTypeModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this list type.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceListTypeModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this list type
-
getCreateDate
Returns the create date of this list type.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceListTypeModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this list type
-
getListTypeId
public long getListTypeId()Returns the list type ID of this list type.- Specified by:
getListTypeIdin interfaceListTypeModel- Returns:
- the list type ID of this list type
-
getModifiedDate
Returns the modified date of this list type.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceListTypeModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this list type
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this list type.- Specified by:
getMvccVersionin interfaceListTypeModel- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this list type
-
getName
Returns the name of this list type.- Specified by:
getNamein interfaceListTypeModel- Returns:
- the name of this list type
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this list type.- Specified by:
getPrimaryKeyin interfaceListTypeModel- Returns:
- the primary key of this list type
-
getType
Returns the type of this list type.- Specified by:
getTypein interfaceListTypeModel- Returns:
- the type of this list type
-
getUserId
public long getUserId()Returns the user ID of this list type.- Specified by:
getUserIdin interfaceAuditedModel- Specified by:
getUserIdin interfaceListTypeModel- Returns:
- the user ID of this list type
-
getUserName
Returns the user name of this list type.- Specified by:
getUserNamein interfaceAuditedModel- Specified by:
getUserNamein interfaceListTypeModel- Returns:
- the user name of this list type
-
getUserUuid
Returns the user uuid of this list type.- Specified by:
getUserUuidin interfaceAuditedModel- Specified by:
getUserUuidin interfaceListTypeModel- Returns:
- the user uuid of this list type
-
getUuid
Returns the uuid of this list type.- Specified by:
getUuidin interfaceListTypeModel- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this list type
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this list type.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceListTypeModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this list type
-
setCreateDate
Sets the create date of this list type.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceListTypeModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this list type
-
setListTypeId
public void setListTypeId(long listTypeId) Sets the list type ID of this list type.- Specified by:
setListTypeIdin interfaceListTypeModel- Parameters:
listTypeId- the list type ID of this list type
-
setModifiedDate
Sets the modified date of this list type.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceListTypeModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this list type
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this list type.- Specified by:
setMvccVersionin interfaceListTypeModel- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this list type
-
setName
Sets the name of this list type.- Specified by:
setNamein interfaceListTypeModel- Parameters:
name- the name of this list type
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this list type.- Specified by:
setPrimaryKeyin interfaceListTypeModel- Parameters:
primaryKey- the primary key of this list type
-
setType
Sets the type of this list type.- Specified by:
setTypein interfaceListTypeModel- Parameters:
type- the type of this list type
-
setUserId
public void setUserId(long userId) Sets the user ID of this list type.- Specified by:
setUserIdin interfaceAuditedModel- Specified by:
setUserIdin interfaceListTypeModel- Parameters:
userId- the user ID of this list type
-
setUserName
Sets the user name of this list type.- Specified by:
setUserNamein interfaceAuditedModel- Specified by:
setUserNamein interfaceListTypeModel- Parameters:
userName- the user name of this list type
-
setUserUuid
Sets the user uuid of this list type.- Specified by:
setUserUuidin interfaceAuditedModel- Specified by:
setUserUuidin interfaceListTypeModel- Parameters:
userUuid- the user uuid of this list type
-
setUuid
Sets the uuid of this list type.- Specified by:
setUuidin interfaceListTypeModel- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this list type
-
toXmlString
- Specified by:
toXmlStringin interfaceListTypeModel
-
getStagedModelType
- Specified by:
getStagedModelTypein interfaceStagedModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<ListType>
-