Package com.liferay.depot.model
Class DepotEntryGroupRelWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotEntryGroupRel>
com.liferay.depot.model.DepotEntryGroupRelWrapper
- All Implemented Interfaces:
DepotEntryGroupRel
,DepotEntryGroupRelModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>
,com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<DepotEntryGroupRel>
,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<DepotEntryGroupRel>
public class DepotEntryGroupRelWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotEntryGroupRel>
implements DepotEntryGroupRel, com.liferay.portal.kernel.model.ModelWrapper<DepotEntryGroupRel>
This class is a wrapper for DepotEntryGroupRel
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.depot.model.DepotEntryGroupRel
DEPOT_ENTRY_GROUP_REL_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this depot entry group rel.Returns the create date of this depot entry group rel.long
Returns the ct collection ID of this depot entry group rel.boolean
Returns the ddm structures available of this depot entry group rel.long
Returns the depot entry group rel ID of this depot entry group rel.long
Returns the depot entry ID of this depot entry group rel.long
Returns the group ID of this depot entry group rel.Returns the last publish date of this depot entry group rel.Returns the modified date of this depot entry group rel.long
Returns the mvcc version of this depot entry group rel.long
Returns the primary key of this depot entry group rel.boolean
Returns the searchable of this depot entry group rel.com.liferay.exportimport.kernel.lar.StagedModelType
long
Returns the to group ID of this depot entry group rel.long
Returns the user ID of this depot entry group rel.Returns the user name of this depot entry group rel.Returns the user uuid of this depot entry group rel.getUuid()
Returns the uuid of this depot entry group rel.boolean
Returnstrue
if this depot entry group rel is ddm structures available.boolean
Returnstrue
if this depot entry group rel is searchable.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this depot entry group rel.void
setCreateDate
(Date createDate) Sets the create date of this depot entry group rel.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this depot entry group rel.void
setDdmStructuresAvailable
(boolean ddmStructuresAvailable) Sets whether this depot entry group rel is ddm structures available.void
setDepotEntryGroupRelId
(long depotEntryGroupRelId) Sets the depot entry group rel ID of this depot entry group rel.void
setDepotEntryId
(long depotEntryId) Sets the depot entry ID of this depot entry group rel.void
setGroupId
(long groupId) Sets the group ID of this depot entry group rel.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this depot entry group rel.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this depot entry group rel.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this depot entry group rel.void
setPrimaryKey
(long primaryKey) Sets the primary key of this depot entry group rel.void
setSearchable
(boolean searchable) Sets whether this depot entry group rel is searchable.void
setToGroupId
(long toGroupId) Sets the to group ID of this depot entry group rel.void
setUserId
(long userId) Sets the user ID of this depot entry group rel.void
setUserName
(String userName) Sets the user name of this depot entry group rel.void
setUserUuid
(String userUuid) Sets the user uuid of this depot entry group rel.void
Sets the uuid of this depot entry group rel.protected DepotEntryGroupRelWrapper
wrap
(DepotEntryGroupRel depotEntryGroupRel) 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
-
DepotEntryGroupRelWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>
- Specified by:
cloneWithOriginalValues
in interfaceDepotEntryGroupRelModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this depot entry group rel.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceDepotEntryGroupRelModel
- 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 depot entry group rel
-
getCreateDate
Returns the create date of this depot entry group rel.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceDepotEntryGroupRelModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this depot entry group rel
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this depot entry group rel.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>
- Specified by:
getCtCollectionId
in interfaceDepotEntryGroupRelModel
- Returns:
- the ct collection ID of this depot entry group rel
-
getDdmStructuresAvailable
public boolean getDdmStructuresAvailable()Returns the ddm structures available of this depot entry group rel.- Specified by:
getDdmStructuresAvailable
in interfaceDepotEntryGroupRelModel
- Returns:
- the ddm structures available of this depot entry group rel
-
getDepotEntryGroupRelId
public long getDepotEntryGroupRelId()Returns the depot entry group rel ID of this depot entry group rel.- Specified by:
getDepotEntryGroupRelId
in interfaceDepotEntryGroupRelModel
- Returns:
- the depot entry group rel ID of this depot entry group rel
-
getDepotEntryId
public long getDepotEntryId()Returns the depot entry ID of this depot entry group rel.- Specified by:
getDepotEntryId
in interfaceDepotEntryGroupRelModel
- Returns:
- the depot entry ID of this depot entry group rel
-
getGroupId
public long getGroupId()Returns the group ID of this depot entry group rel.- Specified by:
getGroupId
in interfaceDepotEntryGroupRelModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this depot entry group rel
-
getLastPublishDate
Returns the last publish date of this depot entry group rel.- Specified by:
getLastPublishDate
in interfaceDepotEntryGroupRelModel
- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Returns:
- the last publish date of this depot entry group rel
-
getModifiedDate
Returns the modified date of this depot entry group rel.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceDepotEntryGroupRelModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this depot entry group rel
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this depot entry group rel.- Specified by:
getMvccVersion
in interfaceDepotEntryGroupRelModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this depot entry group rel
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this depot entry group rel.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>
- Specified by:
getPrimaryKey
in interfaceDepotEntryGroupRelModel
- Returns:
- the primary key of this depot entry group rel
-
getSearchable
public boolean getSearchable()Returns the searchable of this depot entry group rel.- Specified by:
getSearchable
in interfaceDepotEntryGroupRelModel
- Returns:
- the searchable of this depot entry group rel
-
getToGroupId
public long getToGroupId()Returns the to group ID of this depot entry group rel.- Specified by:
getToGroupId
in interfaceDepotEntryGroupRelModel
- Returns:
- the to group ID of this depot entry group rel
-
getUserId
public long getUserId()Returns the user ID of this depot entry group rel.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceDepotEntryGroupRelModel
- Returns:
- the user ID of this depot entry group rel
-
getUserName
Returns the user name of this depot entry group rel.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceDepotEntryGroupRelModel
- Returns:
- the user name of this depot entry group rel
-
getUserUuid
Returns the user uuid of this depot entry group rel.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceDepotEntryGroupRelModel
- Returns:
- the user uuid of this depot entry group rel
-
getUuid
Returns the uuid of this depot entry group rel.- Specified by:
getUuid
in interfaceDepotEntryGroupRelModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this depot entry group rel
-
isDdmStructuresAvailable
public boolean isDdmStructuresAvailable()Returnstrue
if this depot entry group rel is ddm structures available.- Specified by:
isDdmStructuresAvailable
in interfaceDepotEntryGroupRelModel
- Returns:
true
if this depot entry group rel is ddm structures available;false
otherwise
-
isSearchable
public boolean isSearchable()Returnstrue
if this depot entry group rel is searchable.- Specified by:
isSearchable
in interfaceDepotEntryGroupRelModel
- Returns:
true
if this depot entry group rel is searchable;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this depot entry group rel.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceDepotEntryGroupRelModel
- 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 depot entry group rel
-
setCreateDate
Sets the create date of this depot entry group rel.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceDepotEntryGroupRelModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this depot entry group rel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this depot entry group rel.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>
- Specified by:
setCtCollectionId
in interfaceDepotEntryGroupRelModel
- Parameters:
ctCollectionId
- the ct collection ID of this depot entry group rel
-
setDdmStructuresAvailable
public void setDdmStructuresAvailable(boolean ddmStructuresAvailable) Sets whether this depot entry group rel is ddm structures available.- Specified by:
setDdmStructuresAvailable
in interfaceDepotEntryGroupRelModel
- Parameters:
ddmStructuresAvailable
- the ddm structures available of this depot entry group rel
-
setDepotEntryGroupRelId
public void setDepotEntryGroupRelId(long depotEntryGroupRelId) Sets the depot entry group rel ID of this depot entry group rel.- Specified by:
setDepotEntryGroupRelId
in interfaceDepotEntryGroupRelModel
- Parameters:
depotEntryGroupRelId
- the depot entry group rel ID of this depot entry group rel
-
setDepotEntryId
public void setDepotEntryId(long depotEntryId) Sets the depot entry ID of this depot entry group rel.- Specified by:
setDepotEntryId
in interfaceDepotEntryGroupRelModel
- Parameters:
depotEntryId
- the depot entry ID of this depot entry group rel
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this depot entry group rel.- Specified by:
setGroupId
in interfaceDepotEntryGroupRelModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this depot entry group rel
-
setLastPublishDate
Sets the last publish date of this depot entry group rel.- Specified by:
setLastPublishDate
in interfaceDepotEntryGroupRelModel
- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this depot entry group rel
-
setModifiedDate
Sets the modified date of this depot entry group rel.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceDepotEntryGroupRelModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this depot entry group rel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this depot entry group rel.- Specified by:
setMvccVersion
in interfaceDepotEntryGroupRelModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this depot entry group rel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this depot entry group rel.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>
- Specified by:
setPrimaryKey
in interfaceDepotEntryGroupRelModel
- Parameters:
primaryKey
- the primary key of this depot entry group rel
-
setSearchable
public void setSearchable(boolean searchable) Sets whether this depot entry group rel is searchable.- Specified by:
setSearchable
in interfaceDepotEntryGroupRelModel
- Parameters:
searchable
- the searchable of this depot entry group rel
-
setToGroupId
public void setToGroupId(long toGroupId) Sets the to group ID of this depot entry group rel.- Specified by:
setToGroupId
in interfaceDepotEntryGroupRelModel
- Parameters:
toGroupId
- the to group ID of this depot entry group rel
-
setUserId
public void setUserId(long userId) Sets the user ID of this depot entry group rel.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceDepotEntryGroupRelModel
- Parameters:
userId
- the user ID of this depot entry group rel
-
setUserName
Sets the user name of this depot entry group rel.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceDepotEntryGroupRelModel
- Parameters:
userName
- the user name of this depot entry group rel
-
setUserUuid
Sets the user uuid of this depot entry group rel.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceDepotEntryGroupRelModel
- Parameters:
userUuid
- the user uuid of this depot entry group rel
-
setUuid
Sets the uuid of this depot entry group rel.- Specified by:
setUuid
in interfaceDepotEntryGroupRelModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this depot entry group rel
-
toXmlString
- Specified by:
toXmlString
in interfaceDepotEntryGroupRelModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DepotEntryGroupRel>
-