|
Liferay 6.0.4 | |||||||||
| 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()
Gets the class name of this lock. |
long |
getCompanyId()
Gets the company id of this lock. |
Date |
getCreateDate()
Gets the create date of this lock. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getExpirationDate()
Gets the expiration date of this lock. |
long |
getExpirationTime()
|
boolean |
getInheritable()
Gets the inheritable of this lock. |
String |
getKey()
Gets the key of this lock. |
long |
getLockId()
Gets the lock id of this lock. |
String |
getOwner()
Gets the owner of this lock. |
long |
getPrimaryKey()
Gets the primary key of this lock. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getUserId()
Gets the user id of this lock. |
String |
getUserName()
Gets the user name of this lock. |
String |
getUserUuid()
Gets the user uuid of this lock. |
String |
getUuid()
Gets the uuid of this lock. |
Lock |
getWrappedLock()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isExpired()
|
boolean |
isInheritable()
Determines whether this lock is inheritable. |
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)
Sets the class name of this lock. |
void |
setCompanyId(long companyId)
Sets the company id of this lock. |
void |
setCreateDate(Date createDate)
Sets the create date of this lock. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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)
Sets the expiration date of this lock. |
void |
setInheritable(boolean inheritable)
Sets whether this {$entity.humanName} is inheritable. |
void |
setKey(String key)
Sets the key of this lock. |
void |
setLockId(long lockId)
Sets the lock id of this lock. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setOwner(String owner)
Sets the owner of this lock. |
void |
setPrimaryKey(long pk)
Sets the primary key of this lock |
void |
setUserId(long userId)
Sets the user id of this lock. |
void |
setUserName(String userName)
Sets the user name of this lock. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this lock. |
void |
setUuid(String uuid)
Sets the uuid of this lock. |
Lock |
toEscapedModel()
Gets a copy of this lock as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
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()
LockModel
getPrimaryKey in interface LockModelpublic void setPrimaryKey(long pk)
LockModel
setPrimaryKey in interface LockModelpk - the primary key of this lockpublic String getUuid()
LockModel
getUuid in interface LockModelpublic void setUuid(String uuid)
LockModel
setUuid in interface LockModeluuid - the uuid of this lockpublic long getLockId()
LockModel
getLockId in interface LockModelpublic void setLockId(long lockId)
LockModel
setLockId in interface LockModellockId - the lock id of this lockpublic long getCompanyId()
LockModel
getCompanyId in interface LockModelpublic void setCompanyId(long companyId)
LockModel
setCompanyId in interface LockModelcompanyId - the company id of this lockpublic long getUserId()
LockModel
getUserId in interface LockModelpublic void setUserId(long userId)
LockModel
setUserId in interface LockModeluserId - the user id of this lock
public String getUserUuid()
throws SystemException
LockModel
getUserUuid in interface LockModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
LockModel
setUserUuid in interface LockModeluserUuid - the user uuid of this lockpublic String getUserName()
LockModel
getUserName in interface LockModelpublic void setUserName(String userName)
LockModel
setUserName in interface LockModeluserName - the user name of this lockpublic Date getCreateDate()
LockModel
getCreateDate in interface LockModelpublic void setCreateDate(Date createDate)
LockModel
setCreateDate in interface LockModelcreateDate - the create date of this lockpublic String getClassName()
LockModel
getClassName in interface LockModelpublic void setClassName(String className)
LockModel
setClassName in interface LockModelclassName - the class name of this lockpublic String getKey()
LockModel
getKey in interface LockModelpublic void setKey(String key)
LockModel
setKey in interface LockModelkey - the key of this lockpublic String getOwner()
LockModel
getOwner in interface LockModelpublic void setOwner(String owner)
LockModel
setOwner in interface LockModelowner - the owner of this lockpublic boolean getInheritable()
LockModel
getInheritable in interface LockModelpublic boolean isInheritable()
LockModel
isInheritable in interface LockModelpublic void setInheritable(boolean inheritable)
LockModel
setInheritable in interface LockModelinheritable - the inheritable of this lockpublic Date getExpirationDate()
LockModel
getExpirationDate in interface LockModelpublic void setExpirationDate(Date expirationDate)
LockModel
setExpirationDate in interface LockModelexpirationDate - the expiration date of this lockpublic Lock toEscapedModel()
LockModelAutoEscapeBeanHandler.
toEscapedModel in interface LockModelAutoEscapeBeanHandlerpublic 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 is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it 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 is escapedAutoEscapeBeanHandlerpublic 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.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||