Package com.liferay.object.model
Interface ObjectEntryFolder
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<ObjectEntryFolder>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<ObjectEntryFolder>,com.liferay.portal.kernel.model.ContainerModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.LocalizedModel,com.liferay.portal.kernel.model.MVCCModel,ObjectEntryFolderModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TreeModel
- All Known Implementing Classes:
ObjectEntryFolderWrapper
@ProviderType
public interface ObjectEntryFolder
extends ObjectEntryFolderModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.TreeModel
The extended model interface for the ObjectEntryFolder service. Represents a row in the "ObjectEntryFolder" 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<ObjectEntryFolder,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.portal.kernel.model.ContainerModel
getModelClass, getModelClassNameMethods inherited from interface com.liferay.object.model.ObjectEntryFolderModel
cloneWithOriginalValues, getAvailableLanguageIds, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDefaultLanguageId, getExternalReferenceCode, getGroupId, getLabel, getLabel, getLabel, getLabel, getLabel, getLabelCurrentLanguageId, getLabelCurrentValue, getLabelMap, getModifiedDate, getMvccVersion, getName, getObjectEntryFolderId, getParentContainerModelId, getParentObjectEntryFolderId, getPrimaryKey, getTreePath, getUserId, getUserName, getUserUuid, getUuid, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCompanyId, setContainerModelId, setCreateDate, setExternalReferenceCode, setGroupId, setLabel, setLabel, setLabel, setLabelCurrentLanguageId, setLabelMap, setLabelMap, setModifiedDate, setMvccVersion, setName, setObjectEntryFolderId, setParentContainerModelId, setParentObjectEntryFolderId, setPrimaryKey, setTreePath, 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, getStagedModelTypeMethods inherited from interface com.liferay.portal.kernel.model.TreeModel
buildTreePath, getPrimaryKeyObj, getTreePath, updateTreePath
-
Field Details
-
OBJECT_ENTRY_FOLDER_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<ObjectEntryFolder,Long> OBJECT_ENTRY_FOLDER_ID_ACCESSOR
-