com.liferay.portal.model
Interface Lock

All Superinterfaces:
BaseModel<Lock>, java.lang.Cloneable, java.lang.Comparable<Lock>, LockModel, java.io.Serializable
All Known Implementing Classes:
LockWrapper

public interface Lock
extends LockModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the Lock_ table in the database.

Customize LockImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
LockModel, LockImpl, LockModelImpl
Generated:

Method Summary
 long getExpirationTime()
           
 boolean isExpired()
           
 
Methods inherited from interface com.liferay.portal.model.LockModel
clone, compareTo, getClassName, getCompanyId, getCreateDate, getExpandoBridge, getExpirationDate, getInheritable, getKey, getLockId, getOwner, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isInheritable, isNew, setCachedModel, setClassName, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setExpirationDate, setInheritable, setKey, setLockId, setNew, setOwner, setPrimaryKey, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

Method Detail

getExpirationTime

long getExpirationTime()

isExpired

boolean isExpired()