|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.LockWrapper
public class LockWrapper
This class is a wrapper for Lock.
Lock,
Serialized Form| Constructor Summary | |
|---|---|
LockWrapper(Lock lock)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Lock lock)
|
String |
getClassName()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getExpirationDate()
|
long |
getExpirationTime()
|
boolean |
getInheritable()
|
String |
getKey()
|
long |
getLockId()
|
String |
getOwner()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
Lock |
getWrappedLock()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isExpired()
|
boolean |
isInheritable()
|
boolean |
isNeverExpires()
|
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassName(String className)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExpirationDate(Date expirationDate)
|
void |
setInheritable(boolean inheritable)
|
void |
setKey(String key)
|
void |
setLockId(long lockId)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setOwner(String owner)
|
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
Lock |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LockWrapper(Lock lock)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface LockModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface LockModelpublic String getUuid()
getUuid in interface LockModelpublic void setUuid(String uuid)
setUuid in interface LockModelpublic long getLockId()
getLockId in interface LockModelpublic void setLockId(long lockId)
setLockId in interface LockModelpublic long getCompanyId()
getCompanyId in interface LockModelpublic void setCompanyId(long companyId)
setCompanyId in interface LockModelpublic long getUserId()
getUserId in interface LockModelpublic void setUserId(long userId)
setUserId in interface LockModel
public String getUserUuid()
throws SystemException
getUserUuid in interface LockModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface LockModelpublic String getUserName()
getUserName in interface LockModelpublic void setUserName(String userName)
setUserName in interface LockModelpublic Date getCreateDate()
getCreateDate in interface LockModelpublic void setCreateDate(Date createDate)
setCreateDate in interface LockModelpublic String getClassName()
getClassName in interface LockModelpublic void setClassName(String className)
setClassName in interface LockModelpublic String getKey()
getKey in interface LockModelpublic void setKey(String key)
setKey in interface LockModelpublic String getOwner()
getOwner in interface LockModelpublic void setOwner(String owner)
setOwner in interface LockModelpublic boolean getInheritable()
getInheritable in interface LockModelpublic boolean isInheritable()
isInheritable in interface LockModelpublic void setInheritable(boolean inheritable)
setInheritable in interface LockModelpublic Date getExpirationDate()
getExpirationDate in interface LockModelpublic void setExpirationDate(Date expirationDate)
setExpirationDate in interface LockModelpublic Lock toEscapedModel()
toEscapedModel in interface LockModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<Lock>isNew in interface LockModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<Lock>setNew in interface LockModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<Lock>isCachedModel in interface LockModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<Lock>setCachedModel in interface LockModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<Lock>isEscapedModel in interface LockModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<Lock>setEscapedModel in interface LockModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Lock>getPrimaryKeyObj in interface LockModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Lock>getExpandoBridge in interface LockModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Lock>setExpandoBridgeAttributes in interface LockModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Lock>clone in interface LockModelclone in class Objectpublic int compareTo(Lock lock)
compareTo in interface LockModelcompareTo in interface Comparable<Lock>public int hashCode()
hashCode in interface LockModelhashCode in class Objectpublic String toString()
toString in interface LockModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Lock>toXmlString in interface LockModelpublic long getExpirationTime()
getExpirationTime in interface Lockpublic boolean isExpired()
isExpired in interface Lockpublic boolean isNeverExpires()
isNeverExpires in interface Lockpublic Lock getWrappedLock()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||