Package com.liferay.asset.list.model
Class AssetListEntrySegmentsEntryRelWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntrySegmentsEntryRel>
com.liferay.asset.list.model.AssetListEntrySegmentsEntryRelWrapper
- All Implemented Interfaces:
AssetListEntrySegmentsEntryRel
,AssetListEntrySegmentsEntryRelModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<AssetListEntrySegmentsEntryRel>
,com.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntrySegmentsEntryRel>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<AssetListEntrySegmentsEntryRel>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedGroupedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<AssetListEntrySegmentsEntryRel>
public class AssetListEntrySegmentsEntryRelWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntrySegmentsEntryRel>
implements AssetListEntrySegmentsEntryRel, com.liferay.portal.kernel.model.ModelWrapper<AssetListEntrySegmentsEntryRel>
This class is a wrapper for AssetListEntrySegmentsEntryRel
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.asset.list.model.AssetListEntrySegmentsEntryRel
ASSET_LIST_ENTRY_SEGMENTS_ENTRY_REL_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionAssetListEntrySegmentsEntryRelWrapper
(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the asset list entry ID of this asset list entry segments entry rel.long
Returns the asset list entry segments entry rel ID of this asset list entry segments entry rel.long
Returns the company ID of this asset list entry segments entry rel.Returns the create date of this asset list entry segments entry rel.long
Returns the ct collection ID of this asset list entry segments entry rel.long
Returns the group ID of this asset list entry segments entry rel.Returns the last publish date of this asset list entry segments entry rel.Returns the modified date of this asset list entry segments entry rel.long
Returns the mvcc version of this asset list entry segments entry rel.long
Returns the primary key of this asset list entry segments entry rel.int
Returns the priority of this asset list entry segments entry rel.long
Returns the segments entry ID of this asset list entry segments entry rel.com.liferay.exportimport.kernel.lar.StagedModelType
Returns the type settings of this asset list entry segments entry rel.long
Returns the user ID of this asset list entry segments entry rel.Returns the user name of this asset list entry segments entry rel.Returns the user uuid of this asset list entry segments entry rel.getUuid()
Returns the uuid of this asset list entry segments entry rel.void
persist()
void
setAssetListEntryId
(long assetListEntryId) Sets the asset list entry ID of this asset list entry segments entry rel.void
setAssetListEntrySegmentsEntryRelId
(long assetListEntrySegmentsEntryRelId) Sets the asset list entry segments entry rel ID of this asset list entry segments entry rel.void
setCompanyId
(long companyId) Sets the company ID of this asset list entry segments entry rel.void
setCreateDate
(Date createDate) Sets the create date of this asset list entry segments entry rel.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this asset list entry segments entry rel.void
setGroupId
(long groupId) Sets the group ID of this asset list entry segments entry rel.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this asset list entry segments entry rel.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this asset list entry segments entry rel.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this asset list entry segments entry rel.void
setPrimaryKey
(long primaryKey) Sets the primary key of this asset list entry segments entry rel.void
setPriority
(int priority) Sets the priority of this asset list entry segments entry rel.void
setSegmentsEntryId
(long segmentsEntryId) Sets the segments entry ID of this asset list entry segments entry rel.void
setTypeSettings
(String typeSettings) Sets the type settings of this asset list entry segments entry rel.void
setUserId
(long userId) Sets the user ID of this asset list entry segments entry rel.void
setUserName
(String userName) Sets the user name of this asset list entry segments entry rel.void
setUserUuid
(String userUuid) Sets the user uuid of this asset list entry segments entry rel.void
Sets the uuid of this asset list entry segments entry rel.protected AssetListEntrySegmentsEntryRelWrapper
wrap
(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) 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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
AssetListEntrySegmentsEntryRelWrapper
public AssetListEntrySegmentsEntryRelWrapper(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetListEntrySegmentsEntryRel>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetListEntrySegmentsEntryRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetListEntrySegmentsEntryRel>
-
getAssetListEntryId
public long getAssetListEntryId()Returns the asset list entry ID of this asset list entry segments entry rel.- Specified by:
getAssetListEntryId
in interfaceAssetListEntrySegmentsEntryRelModel
- Returns:
- the asset list entry ID of this asset list entry segments entry rel
-
getAssetListEntrySegmentsEntryRelId
public long getAssetListEntrySegmentsEntryRelId()Returns the asset list entry segments entry rel ID of this asset list entry segments entry rel.- Specified by:
getAssetListEntrySegmentsEntryRelId
in interfaceAssetListEntrySegmentsEntryRelModel
- Returns:
- the asset list entry segments entry rel ID of this asset list entry segments entry rel
-
getCompanyId
public long getCompanyId()Returns the company ID of this asset list entry segments entry rel.- Specified by:
getCompanyId
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this asset list entry segments entry rel
-
getCreateDate
Returns the create date of this asset list entry segments entry rel.- Specified by:
getCreateDate
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this asset list entry segments entry rel
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this asset list entry segments entry rel.- Specified by:
getCtCollectionId
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntrySegmentsEntryRel>
- Returns:
- the ct collection ID of this asset list entry segments entry rel
-
getGroupId
public long getGroupId()Returns the group ID of this asset list entry segments entry rel.- Specified by:
getGroupId
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this asset list entry segments entry rel
-
getLastPublishDate
Returns the last publish date of this asset list entry segments entry rel.- Specified by:
getLastPublishDate
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Returns:
- the last publish date of this asset list entry segments entry rel
-
getModifiedDate
Returns the modified date of this asset list entry segments entry rel.- Specified by:
getModifiedDate
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this asset list entry segments entry rel
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this asset list entry segments entry rel.- Specified by:
getMvccVersion
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this asset list entry segments entry rel
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this asset list entry segments entry rel.- Specified by:
getPrimaryKey
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntrySegmentsEntryRel>
- Returns:
- the primary key of this asset list entry segments entry rel
-
getPriority
public int getPriority()Returns the priority of this asset list entry segments entry rel.- Specified by:
getPriority
in interfaceAssetListEntrySegmentsEntryRelModel
- Returns:
- the priority of this asset list entry segments entry rel
-
getSegmentsEntryId
public long getSegmentsEntryId()Returns the segments entry ID of this asset list entry segments entry rel.- Specified by:
getSegmentsEntryId
in interfaceAssetListEntrySegmentsEntryRelModel
- Returns:
- the segments entry ID of this asset list entry segments entry rel
-
getTypeSettings
Returns the type settings of this asset list entry segments entry rel.- Specified by:
getTypeSettings
in interfaceAssetListEntrySegmentsEntryRelModel
- Returns:
- the type settings of this asset list entry segments entry rel
-
getUserId
public long getUserId()Returns the user ID of this asset list entry segments entry rel.- Specified by:
getUserId
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user ID of this asset list entry segments entry rel
-
getUserName
Returns the user name of this asset list entry segments entry rel.- Specified by:
getUserName
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user name of this asset list entry segments entry rel
-
getUserUuid
Returns the user uuid of this asset list entry segments entry rel.- Specified by:
getUserUuid
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user uuid of this asset list entry segments entry rel
-
getUuid
Returns the uuid of this asset list entry segments entry rel.- Specified by:
getUuid
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this asset list entry segments entry rel
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAssetListEntryId
public void setAssetListEntryId(long assetListEntryId) Sets the asset list entry ID of this asset list entry segments entry rel.- Specified by:
setAssetListEntryId
in interfaceAssetListEntrySegmentsEntryRelModel
- Parameters:
assetListEntryId
- the asset list entry ID of this asset list entry segments entry rel
-
setAssetListEntrySegmentsEntryRelId
public void setAssetListEntrySegmentsEntryRelId(long assetListEntrySegmentsEntryRelId) Sets the asset list entry segments entry rel ID of this asset list entry segments entry rel.- Specified by:
setAssetListEntrySegmentsEntryRelId
in interfaceAssetListEntrySegmentsEntryRelModel
- Parameters:
assetListEntrySegmentsEntryRelId
- the asset list entry segments entry rel ID of this asset list entry segments entry rel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this asset list entry segments entry rel.- Specified by:
setCompanyId
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this asset list entry segments entry rel
-
setCreateDate
Sets the create date of this asset list entry segments entry rel.- Specified by:
setCreateDate
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this asset list entry segments entry rel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset list entry segments entry rel.- Specified by:
setCtCollectionId
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntrySegmentsEntryRel>
- Parameters:
ctCollectionId
- the ct collection ID of this asset list entry segments entry rel
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this asset list entry segments entry rel.- Specified by:
setGroupId
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this asset list entry segments entry rel
-
setLastPublishDate
Sets the last publish date of this asset list entry segments entry rel.- Specified by:
setLastPublishDate
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this asset list entry segments entry rel
-
setModifiedDate
Sets the modified date of this asset list entry segments entry rel.- Specified by:
setModifiedDate
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this asset list entry segments entry rel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this asset list entry segments entry rel.- Specified by:
setMvccVersion
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this asset list entry segments entry rel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this asset list entry segments entry rel.- Specified by:
setPrimaryKey
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AssetListEntrySegmentsEntryRel>
- Parameters:
primaryKey
- the primary key of this asset list entry segments entry rel
-
setPriority
public void setPriority(int priority) Sets the priority of this asset list entry segments entry rel.- Specified by:
setPriority
in interfaceAssetListEntrySegmentsEntryRelModel
- Parameters:
priority
- the priority of this asset list entry segments entry rel
-
setSegmentsEntryId
public void setSegmentsEntryId(long segmentsEntryId) Sets the segments entry ID of this asset list entry segments entry rel.- Specified by:
setSegmentsEntryId
in interfaceAssetListEntrySegmentsEntryRelModel
- Parameters:
segmentsEntryId
- the segments entry ID of this asset list entry segments entry rel
-
setTypeSettings
Sets the type settings of this asset list entry segments entry rel.- Specified by:
setTypeSettings
in interfaceAssetListEntrySegmentsEntryRelModel
- Parameters:
typeSettings
- the type settings of this asset list entry segments entry rel
-
setUserId
public void setUserId(long userId) Sets the user ID of this asset list entry segments entry rel.- Specified by:
setUserId
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userId
- the user ID of this asset list entry segments entry rel
-
setUserName
Sets the user name of this asset list entry segments entry rel.- Specified by:
setUserName
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userName
- the user name of this asset list entry segments entry rel
-
setUserUuid
Sets the user uuid of this asset list entry segments entry rel.- Specified by:
setUserUuid
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userUuid
- the user uuid of this asset list entry segments entry rel
-
setUuid
Sets the uuid of this asset list entry segments entry rel.- Specified by:
setUuid
in interfaceAssetListEntrySegmentsEntryRelModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this asset list entry segments entry rel
-
toXmlString
- Specified by:
toXmlString
in interfaceAssetListEntrySegmentsEntryRelModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetListEntrySegmentsEntryRel>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<AssetListEntrySegmentsEntryRel, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<AssetListEntrySegmentsEntryRel>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
protected AssetListEntrySegmentsEntryRelWrapper wrap(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetListEntrySegmentsEntryRel>
-