com.liferay.portal.model.impl
Class LockImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Lock>
      extended by com.liferay.portal.model.impl.LockModelImpl
          extended by com.liferay.portal.model.impl.LockImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portal.model.Lock>, com.liferay.portal.model.Lock, com.liferay.portal.model.LockModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.Lock>

public class LockImpl
extends LockModelImpl
implements com.liferay.portal.model.Lock

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.LockModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
LockImpl()
           
 
Method Summary
 long getExpirationTime()
           
 boolean isExpired()
           
 boolean isNeverExpires()
           
 
Methods inherited from class com.liferay.portal.model.impl.LockModelImpl
clone, compareTo, equals, getClassName, getCompanyId, getCreateDate, getExpandoBridge, getExpirationDate, getInheritable, getKey, getLockId, getOriginalClassName, getOriginalKey, getOwner, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isInheritable, setClassName, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpirationDate, setInheritable, setKey, setLockId, setOwner, setPrimaryKey, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

LockImpl

public LockImpl()
Method Detail

getExpirationTime

public long getExpirationTime()
Specified by:
getExpirationTime in interface com.liferay.portal.model.Lock

isExpired

public boolean isExpired()
Specified by:
isExpired in interface com.liferay.portal.model.Lock

isNeverExpires

public boolean isNeverExpires()
Specified by:
isNeverExpires in interface com.liferay.portal.model.Lock