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
modelFields inherited from interface com.liferay.depot.model.DepotEntryGroupRel
DEPOT_ENTRY_GROUP_REL_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this depot entry group rel.Returns the create date of this depot entry group rel.longReturns the ct collection ID of this depot entry group rel.booleanReturns the ddm structures available of this depot entry group rel.longReturns the depot entry group rel ID of this depot entry group rel.longReturns the depot entry ID of this depot entry group rel.longReturns 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.longReturns the mvcc version of this depot entry group rel.longReturns the primary key of this depot entry group rel.booleanReturns the searchable of this depot entry group rel.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the to group ID of this depot entry group rel.longReturns 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.booleanReturnstrueif this depot entry group rel is ddm structures available.booleanReturnstrueif this depot entry group rel is searchable.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this depot entry group rel.voidsetCreateDate(Date createDate) Sets the create date of this depot entry group rel.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this depot entry group rel.voidsetDdmStructuresAvailable(boolean ddmStructuresAvailable) Sets whether this depot entry group rel is ddm structures available.voidsetDepotEntryGroupRelId(long depotEntryGroupRelId) Sets the depot entry group rel ID of this depot entry group rel.voidsetDepotEntryId(long depotEntryId) Sets the depot entry ID of this depot entry group rel.voidsetGroupId(long groupId) Sets the group ID of this depot entry group rel.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this depot entry group rel.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this depot entry group rel.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this depot entry group rel.voidsetPrimaryKey(long primaryKey) Sets the primary key of this depot entry group rel.voidsetSearchable(boolean searchable) Sets whether this depot entry group rel is searchable.voidsetToGroupId(long toGroupId) Sets the to group ID of this depot entry group rel.voidsetUserId(long userId) Sets the user ID of this depot entry group rel.voidsetUserName(String userName) Sets the user name of this depot entry group rel.voidsetUserUuid(String userUuid) Sets the user uuid of this depot entry group rel.voidSets the uuid of this depot entry group rel.protected DepotEntryGroupRelWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, 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
-
DepotEntryGroupRelWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>- Specified by:
cloneWithOriginalValuesin interfaceDepotEntryGroupRelModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this depot entry group rel.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceDepotEntryGroupRelModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceDepotEntryGroupRelModel- Specified by:
getCreateDatein 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:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>- Specified by:
getCtCollectionIdin 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:
getDdmStructuresAvailablein 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:
getDepotEntryGroupRelIdin 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:
getDepotEntryIdin 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:
getGroupIdin interfaceDepotEntryGroupRelModel- Specified by:
getGroupIdin 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:
getLastPublishDatein interfaceDepotEntryGroupRelModel- Specified by:
getLastPublishDatein 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:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceDepotEntryGroupRelModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceDepotEntryGroupRelModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>- Specified by:
getPrimaryKeyin 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:
getSearchablein 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:
getToGroupIdin 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceDepotEntryGroupRelModel- Returns:
- the user ID of this depot entry group rel
-
getUserName
Returns the user name of this depot entry group rel.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceDepotEntryGroupRelModel- Returns:
- the user name of this depot entry group rel
-
getUserUuid
Returns the user uuid of this depot entry group rel.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceDepotEntryGroupRelModel- Returns:
- the user uuid of this depot entry group rel
-
getUuid
Returns the uuid of this depot entry group rel.- Specified by:
getUuidin interfaceDepotEntryGroupRelModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this depot entry group rel
-
isDdmStructuresAvailable
public boolean isDdmStructuresAvailable()Returnstrueif this depot entry group rel is ddm structures available.- Specified by:
isDdmStructuresAvailablein interfaceDepotEntryGroupRelModel- Returns:
trueif this depot entry group rel is ddm structures available;falseotherwise
-
isSearchable
public boolean isSearchable()Returnstrueif this depot entry group rel is searchable.- Specified by:
isSearchablein interfaceDepotEntryGroupRelModel- Returns:
trueif this depot entry group rel is searchable;falseotherwise
-
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 depot entry group rel.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceDepotEntryGroupRelModel- 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 depot entry group rel
-
setCreateDate
Sets the create date of this depot entry group rel.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceDepotEntryGroupRelModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>- Specified by:
setCtCollectionIdin 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:
setDdmStructuresAvailablein 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:
setDepotEntryGroupRelIdin 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:
setDepotEntryIdin 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:
setGroupIdin interfaceDepotEntryGroupRelModel- Specified by:
setGroupIdin 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:
setLastPublishDatein interfaceDepotEntryGroupRelModel- Specified by:
setLastPublishDatein 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceDepotEntryGroupRelModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceDepotEntryGroupRelModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>- Specified by:
setPrimaryKeyin 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:
setSearchablein 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:
setToGroupIdin 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin 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:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein 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:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceDepotEntryGroupRelModel- Parameters:
userUuid- the user uuid of this depot entry group rel
-
setUuid
Sets the uuid of this depot entry group rel.- Specified by:
setUuidin interfaceDepotEntryGroupRelModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this depot entry group rel
-
toXmlString
- Specified by:
toXmlStringin interfaceDepotEntryGroupRelModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>
-
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<DepotEntryGroupRel>
-