Package com.liferay.launch.model
Class LaunchEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LaunchEntry>
com.liferay.launch.model.LaunchEntryWrapper
- All Implemented Interfaces:
LaunchEntry,LaunchEntryModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<LaunchEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.ModelWrapper<LaunchEntry>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<LaunchEntry>
public class LaunchEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LaunchEntry>
implements LaunchEntry, com.liferay.portal.kernel.model.ModelWrapper<LaunchEntry>
This class is a wrapper for LaunchEntry.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.launch.model.LaunchEntry
LAUNCH_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this launch entry.longReturns the class name ID of this launch entry.longReturns the class pk of this launch entry.Returns the class version of this launch entry.longReturns the company ID of this launch entry.Returns the create date of this launch entry.Returns the external reference code of this launch entry.longReturns the launch entry ID of this launch entry.longReturns the launch set ID of this launch entry.Returns the modified date of this launch entry.longReturns the mvcc version of this launch entry.longReturns the primary key of this launch entry.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this launch entry.Returns the user uuid of this launch entry.getUuid()Returns the uuid of this launch entry.voidpersist()voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this launch entry.voidsetClassPK(long classPK) Sets the class pk of this launch entry.voidsetClassVersion(String classVersion) Sets the class version of this launch entry.voidsetCompanyId(long companyId) Sets the company ID of this launch entry.voidsetCreateDate(Date createDate) Sets the create date of this launch entry.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this launch entry.voidsetLaunchEntryId(long launchEntryId) Sets the launch entry ID of this launch entry.voidsetLaunchSetId(long launchSetId) Sets the launch set ID of this launch entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this launch entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this launch entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this launch entry.voidsetUserId(long userId) Sets the user ID of this launch entry.voidsetUserUuid(String userUuid) Sets the user uuid of this launch entry.voidSets the uuid of this launch entry.protected LaunchEntryWrapperwrap(LaunchEntry launchEntry) Methods 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
-
LaunchEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<LaunchEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<LaunchEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<LaunchEntry>- Specified by:
cloneWithOriginalValuesin interfaceLaunchEntryModel
-
getClassName
Returns the fully qualified class name of this launch entry.- Specified by:
getClassNamein interfaceLaunchEntryModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the fully qualified class name of this launch entry
-
getClassNameId
public long getClassNameId()Returns the class name ID of this launch entry.- Specified by:
getClassNameIdin interfaceLaunchEntryModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Returns:
- the class name ID of this launch entry
-
getClassPK
public long getClassPK()Returns the class pk of this launch entry.- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin interfaceLaunchEntryModel- Returns:
- the class pk of this launch entry
-
getClassVersion
Returns the class version of this launch entry.- Specified by:
getClassVersionin interfaceLaunchEntryModel- Returns:
- the class version of this launch entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this launch entry.- Specified by:
getCompanyIdin interfaceLaunchEntryModel- 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 entry
-
getCreateDate
Returns the create date of this launch entry.- Specified by:
getCreateDatein interfaceLaunchEntryModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this launch entry
-
getExternalReferenceCode
Returns the external reference code of this launch entry.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
getExternalReferenceCodein interfaceLaunchEntryModel- Returns:
- the external reference code of this launch entry
-
getLaunchEntryId
public long getLaunchEntryId()Returns the launch entry ID of this launch entry.- Specified by:
getLaunchEntryIdin interfaceLaunchEntryModel- Returns:
- the launch entry ID of this launch entry
-
getLaunchSetId
public long getLaunchSetId()Returns the launch set ID of this launch entry.- Specified by:
getLaunchSetIdin interfaceLaunchEntryModel- Returns:
- the launch set ID of this launch entry
-
getModifiedDate
Returns the modified date of this launch entry.- Specified by:
getModifiedDatein interfaceLaunchEntryModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this launch entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this launch entry.- Specified by:
getMvccVersionin interfaceLaunchEntryModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this launch entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this launch entry.- Specified by:
getPrimaryKeyin interfaceLaunchEntryModel- Returns:
- the primary key of this launch entry
-
getUserId
public long getUserId()Returns the user ID of this launch entry.- Specified by:
getUserIdin interfaceLaunchEntryModel- Returns:
- the user ID of this launch entry
-
getUserUuid
Returns the user uuid of this launch entry.- Specified by:
getUserUuidin interfaceLaunchEntryModel- Returns:
- the user uuid of this launch entry
-
getUuid
Returns the uuid of this launch entry.- Specified by:
getUuidin interfaceLaunchEntryModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this launch entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setClassName
- Specified by:
setClassNamein interfaceLaunchEntryModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this launch entry.- Specified by:
setClassNameIdin interfaceLaunchEntryModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel- Parameters:
classNameId- the class name ID of this launch entry
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this launch entry.- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin interfaceLaunchEntryModel- Parameters:
classPK- the class pk of this launch entry
-
setClassVersion
Sets the class version of this launch entry.- Specified by:
setClassVersionin interfaceLaunchEntryModel- Parameters:
classVersion- the class version of this launch entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this launch entry.- Specified by:
setCompanyIdin interfaceLaunchEntryModel- 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 entry
-
setCreateDate
Sets the create date of this launch entry.- Specified by:
setCreateDatein interfaceLaunchEntryModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this launch entry
-
setExternalReferenceCode
Sets the external reference code of this launch entry.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
setExternalReferenceCodein interfaceLaunchEntryModel- Parameters:
externalReferenceCode- the external reference code of this launch entry
-
setLaunchEntryId
public void setLaunchEntryId(long launchEntryId) Sets the launch entry ID of this launch entry.- Specified by:
setLaunchEntryIdin interfaceLaunchEntryModel- Parameters:
launchEntryId- the launch entry ID of this launch entry
-
setLaunchSetId
public void setLaunchSetId(long launchSetId) Sets the launch set ID of this launch entry.- Specified by:
setLaunchSetIdin interfaceLaunchEntryModel- Parameters:
launchSetId- the launch set ID of this launch entry
-
setModifiedDate
Sets the modified date of this launch entry.- Specified by:
setModifiedDatein interfaceLaunchEntryModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this launch entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this launch entry.- Specified by:
setMvccVersionin interfaceLaunchEntryModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this launch entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this launch entry.- Specified by:
setPrimaryKeyin interfaceLaunchEntryModel- Parameters:
primaryKey- the primary key of this launch entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this launch entry.- Specified by:
setUserIdin interfaceLaunchEntryModel- Parameters:
userId- the user ID of this launch entry
-
setUserUuid
Sets the user uuid of this launch entry.- Specified by:
setUserUuidin interfaceLaunchEntryModel- Parameters:
userUuid- the user uuid of this launch entry
-
setUuid
Sets the uuid of this launch entry.- Specified by:
setUuidin interfaceLaunchEntryModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this launch entry
-
toXmlString
- Specified by:
toXmlStringin interfaceLaunchEntryModel
-
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<LaunchEntry>
-