com.liferay.portal.model
Interface Lock

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

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

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

Method Detail

getExpirationTime

long getExpirationTime()

isExpired

boolean isExpired()