|
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.impl.BaseModelImpl<Lock>
com.liferay.portal.model.impl.LockModelImpl
public class LockModelImpl
The base model implementation for the Lock service. Represents a row in the "Lock_" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LockModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LockImpl.
Never modify or reference this class directly. All methods that expect a lock model instance should use the Lock interface instead.
LockImpl,
Lock,
LockModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
LockModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Lock lock)
|
boolean |
equals(Object obj)
|
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. |
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 |
getOriginalClassName()
|
String |
getOriginalKey()
|
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. |
int |
hashCode()
|
boolean |
isInheritable()
Determines whether this lock is inheritable. |
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 |
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 |
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 com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.LockModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public LockModelImpl()
| 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 Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Lock>getPrimaryKeyObj in interface LockModelpublic 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 getOriginalClassName()
public String getKey()
LockModel
getKey in interface LockModelpublic void setKey(String key)
LockModel
setKey in interface LockModelkey - the key of this lockpublic String getOriginalKey()
public 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Lock>getExpandoBridge in interface LockModelgetExpandoBridge in class BaseModelImpl<Lock>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Lock>setExpandoBridgeAttributes in interface LockModelsetExpandoBridgeAttributes in class BaseModelImpl<Lock>serviceContext - 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 BaseModelImpl<Lock>public int compareTo(Lock lock)
compareTo in interface LockModelcompareTo in interface Comparable<Lock>public boolean equals(Object obj)
equals in class Objectpublic 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 LockModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||