Package com.liferay.depot.model
Interface DepotEntryGroupRel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<DepotEntryGroupRel>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<DepotEntryGroupRel>,com.liferay.portal.kernel.model.change.tracking.CTModel<DepotEntryGroupRel>,DepotEntryGroupRelModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Implementing Classes:
DepotEntryGroupRelWrapper
@ProviderType
public interface DepotEntryGroupRel
extends DepotEntryGroupRelModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the DepotEntryGroupRel service. Represents a row in the "DepotEntryGroupRel" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<DepotEntryGroupRel,Long> -
Method Summary
Methods 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.depot.model.DepotEntryGroupRelModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getCtCollectionId, getDdmStructuresAvailable, getDepotEntryGroupRelId, getDepotEntryId, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getPrimaryKey, getSearchable, getToGroupId, getUserId, getUserName, getUserUuid, getUuid, isDdmStructuresAvailable, isSearchable, setCompanyId, setCreateDate, setCtCollectionId, setDdmStructuresAvailable, setDepotEntryGroupRelId, setDepotEntryId, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setPrimaryKey, setSearchable, setToGroupId, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
DEPOT_ENTRY_GROUP_REL_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<DepotEntryGroupRel,Long> DEPOT_ENTRY_GROUP_REL_ID_ACCESSOR
-