Package com.liferay.portal.lock.model
Interface Lock
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<Lock>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<Lock>,LockModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
LockWrapper
@ProviderType
public interface Lock
extends LockModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the Lock service. Represents a row in the "Lock_" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanbooleanMethods 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.lock.model.LockModel
cloneWithOriginalValues, getClassName, getCompanyId, getCreateDate, getExpirationDate, getInheritable, getKey, getLockId, getMvccVersion, getOwner, getPrimaryKey, getUserId, getUserName, getUserUuid, getUuid, isInheritable, setClassName, setCompanyId, setCreateDate, setExpirationDate, setInheritable, setKey, setLockId, setMvccVersion, setOwner, setPrimaryKey, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
LOCK_ID_ACCESSOR
-
-
Method Details
-
getExpirationTime
long getExpirationTime() -
isExpired
boolean isExpired() -
isNeverExpires
boolean isNeverExpires()
-