Package com.liferay.launch.model
Class LaunchSetWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LaunchSet>
com.liferay.launch.model.LaunchSetWrapper
- All Implemented Interfaces:
LaunchSet,LaunchSetModel,com.liferay.portal.kernel.model.BaseModel<LaunchSet>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.ModelWrapper<LaunchSet>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<LaunchSet>
public class LaunchSetWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LaunchSet>
implements LaunchSet, com.liferay.portal.kernel.model.ModelWrapper<LaunchSet>
This class is a wrapper for LaunchSet.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.launch.model.LaunchSet
LAUNCH_SET_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this launch set.Returns the create date of this launch set.Returns the description of this launch set.Returns the external reference code of this launch set.longReturns the launch set ID of this launch set.Returns the modified date of this launch set.longReturns the mvcc version of this launch set.getName()Returns the name of this launch set.longReturns the primary key of this launch set.com.liferay.exportimport.kernel.lar.StagedModelTypeintReturns the status of this launch set.longReturns the status by user ID of this launch set.Returns the status by user uuid of this launch set.Returns the status date of this launch set.longReturns the user ID of this launch set.Returns the user uuid of this launch set.getUuid()Returns the uuid of this launch set.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this launch set.voidsetCreateDate(Date createDate) Sets the create date of this launch set.voidsetDescription(String description) Sets the description of this launch set.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this launch set.voidsetLaunchSetId(long launchSetId) Sets the launch set ID of this launch set.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this launch set.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this launch set.voidSets the name of this launch set.voidsetPrimaryKey(long primaryKey) Sets the primary key of this launch set.voidsetStatus(int status) Sets the status of this launch set.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this launch set.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this launch set.voidsetStatusDate(Date statusDate) Sets the status date of this launch set.voidsetUserId(long userId) Sets the user ID of this launch set.voidsetUserUuid(String userUuid) Sets the user uuid of this launch set.voidSets the uuid of this launch set.protected LaunchSetWrapperMethods 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
-
LaunchSetWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<LaunchSet>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<LaunchSet>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<LaunchSet>- Specified by:
cloneWithOriginalValuesin interfaceLaunchSetModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this launch set.- Specified by:
getCompanyIdin interfaceLaunchSetModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this launch set
-
getCreateDate
Returns the create date of this launch set.- Specified by:
getCreateDatein interfaceLaunchSetModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this launch set
-
getDescription
Returns the description of this launch set.- Specified by:
getDescriptionin interfaceLaunchSetModel- Returns:
- the description of this launch set
-
getExternalReferenceCode
Returns the external reference code of this launch set.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
getExternalReferenceCodein interfaceLaunchSetModel- Returns:
- the external reference code of this launch set
-
getLaunchSetId
public long getLaunchSetId()Returns the launch set ID of this launch set.- Specified by:
getLaunchSetIdin interfaceLaunchSetModel- Returns:
- the launch set ID of this launch set
-
getModifiedDate
Returns the modified date of this launch set.- Specified by:
getModifiedDatein interfaceLaunchSetModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this launch set
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this launch set.- Specified by:
getMvccVersionin interfaceLaunchSetModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this launch set
-
getName
Returns the name of this launch set.- Specified by:
getNamein interfaceLaunchSetModel- Returns:
- the name of this launch set
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this launch set.- Specified by:
getPrimaryKeyin interfaceLaunchSetModel- Returns:
- the primary key of this launch set
-
getStatus
public int getStatus()Returns the status of this launch set.- Specified by:
getStatusin interfaceLaunchSetModel- Returns:
- the status of this launch set
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this launch set.- Specified by:
getStatusByUserIdin interfaceLaunchSetModel- Returns:
- the status by user ID of this launch set
-
getStatusByUserUuid
Returns the status by user uuid of this launch set.- Specified by:
getStatusByUserUuidin interfaceLaunchSetModel- Returns:
- the status by user uuid of this launch set
-
getStatusDate
Returns the status date of this launch set.- Specified by:
getStatusDatein interfaceLaunchSetModel- Returns:
- the status date of this launch set
-
getUserId
public long getUserId()Returns the user ID of this launch set.- Specified by:
getUserIdin interfaceLaunchSetModel- Returns:
- the user ID of this launch set
-
getUserUuid
Returns the user uuid of this launch set.- Specified by:
getUserUuidin interfaceLaunchSetModel- Returns:
- the user uuid of this launch set
-
getUuid
Returns the uuid of this launch set.- Specified by:
getUuidin interfaceLaunchSetModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this launch set
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this launch set.- Specified by:
setCompanyIdin interfaceLaunchSetModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this launch set
-
setCreateDate
Sets the create date of this launch set.- Specified by:
setCreateDatein interfaceLaunchSetModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this launch set
-
setDescription
Sets the description of this launch set.- Specified by:
setDescriptionin interfaceLaunchSetModel- Parameters:
description- the description of this launch set
-
setExternalReferenceCode
Sets the external reference code of this launch set.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
setExternalReferenceCodein interfaceLaunchSetModel- Parameters:
externalReferenceCode- the external reference code of this launch set
-
setLaunchSetId
public void setLaunchSetId(long launchSetId) Sets the launch set ID of this launch set.- Specified by:
setLaunchSetIdin interfaceLaunchSetModel- Parameters:
launchSetId- the launch set ID of this launch set
-
setModifiedDate
Sets the modified date of this launch set.- Specified by:
setModifiedDatein interfaceLaunchSetModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this launch set
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this launch set.- Specified by:
setMvccVersionin interfaceLaunchSetModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this launch set
-
setName
Sets the name of this launch set.- Specified by:
setNamein interfaceLaunchSetModel- Parameters:
name- the name of this launch set
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this launch set.- Specified by:
setPrimaryKeyin interfaceLaunchSetModel- Parameters:
primaryKey- the primary key of this launch set
-
setStatus
public void setStatus(int status) Sets the status of this launch set.- Specified by:
setStatusin interfaceLaunchSetModel- Parameters:
status- the status of this launch set
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this launch set.- Specified by:
setStatusByUserIdin interfaceLaunchSetModel- Parameters:
statusByUserId- the status by user ID of this launch set
-
setStatusByUserUuid
Sets the status by user uuid of this launch set.- Specified by:
setStatusByUserUuidin interfaceLaunchSetModel- Parameters:
statusByUserUuid- the status by user uuid of this launch set
-
setStatusDate
Sets the status date of this launch set.- Specified by:
setStatusDatein interfaceLaunchSetModel- Parameters:
statusDate- the status date of this launch set
-
setUserId
public void setUserId(long userId) Sets the user ID of this launch set.- Specified by:
setUserIdin interfaceLaunchSetModel- Parameters:
userId- the user ID of this launch set
-
setUserUuid
Sets the user uuid of this launch set.- Specified by:
setUserUuidin interfaceLaunchSetModel- Parameters:
userUuid- the user uuid of this launch set
-
setUuid
Sets the uuid of this launch set.- Specified by:
setUuidin interfaceLaunchSetModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this launch set
-
toXmlString
- Specified by:
toXmlStringin interfaceLaunchSetModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LaunchSet>
-