Package com.liferay.launch.model
Interface LaunchSetModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<LaunchSet>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<LaunchSet>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Subinterfaces:
LaunchSet
- All Known Implementing Classes:
LaunchSetWrapper
@ProviderType
public interface LaunchSetModel
extends com.liferay.portal.kernel.model.BaseModel<LaunchSet>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
The base model interface for the LaunchSet service. Represents a row in the "LaunchSet" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.launch.model.impl.LaunchSetModelImpl 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.launch.model.impl.LaunchSetImpl.
- See Also:
- Generated:
-
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.intReturns 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.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.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.default StringMethods 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, 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.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this launch set.- Returns:
- the primary key of this launch set
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this launch set.- Parameters:
primaryKey- the primary key of this launch set
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this launch set.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this launch set
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this launch set.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this launch set
-
getUuid
Returns the uuid of this launch set.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this launch set
-
setUuid
Sets the uuid of this launch set.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this launch set
-
getExternalReferenceCode
Returns the external reference code of this launch set.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this launch set
-
setExternalReferenceCode
Sets the external reference code of this launch set.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this launch set
-
getLaunchSetId
long getLaunchSetId()Returns the launch set ID of this launch set.- Returns:
- the launch set ID of this launch set
-
setLaunchSetId
void setLaunchSetId(long launchSetId) Sets the launch set ID of this launch set.- Parameters:
launchSetId- the launch set ID of this launch set
-
getCompanyId
long getCompanyId()Returns the company ID of this launch set.- 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
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this launch set.- 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
-
getUserId
long getUserId()Returns the user ID of this launch set.- Returns:
- the user ID of this launch set
-
setUserId
void setUserId(long userId) Sets the user ID of this launch set.- Parameters:
userId- the user ID of this launch set
-
getUserUuid
String getUserUuid()Returns the user uuid of this launch set.- Returns:
- the user uuid of this launch set
-
setUserUuid
Sets the user uuid of this launch set.- Parameters:
userUuid- the user uuid of this launch set
-
getCreateDate
Date getCreateDate()Returns the create date of this launch set.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this launch set
-
setCreateDate
Sets the create date of this launch set.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this launch set
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this launch set.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this launch set
-
setModifiedDate
Sets the modified date of this launch set.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this launch set
-
getDescription
Returns the description of this launch set.- Returns:
- the description of this launch set
-
setDescription
Sets the description of this launch set.- Parameters:
description- the description of this launch set
-
getName
Returns the name of this launch set.- Returns:
- the name of this launch set
-
setName
Sets the name of this launch set.- Parameters:
name- the name of this launch set
-
getStatus
int getStatus()Returns the status of this launch set.- Returns:
- the status of this launch set
-
setStatus
void setStatus(int status) Sets the status of this launch set.- Parameters:
status- the status of this launch set
-
getStatusByUserId
long getStatusByUserId()Returns the status by user ID of this launch set.- Returns:
- the status by user ID of this launch set
-
setStatusByUserId
void setStatusByUserId(long statusByUserId) Sets the status by user ID of this launch set.- Parameters:
statusByUserId- the status by user ID of this launch set
-
getStatusByUserUuid
String getStatusByUserUuid()Returns the status by user uuid of this launch set.- Returns:
- the status by user uuid of this launch set
-
setStatusByUserUuid
Sets the status by user uuid of this launch set.- Parameters:
statusByUserUuid- the status by user uuid of this launch set
-
getStatusDate
Date getStatusDate()Returns the status date of this launch set.- Returns:
- the status date of this launch set
-
setStatusDate
Sets the status date of this launch set.- Parameters:
statusDate- the status date of this launch set
-
cloneWithOriginalValues
LaunchSet cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<LaunchSet>
-
toXmlString
-