|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 FormField 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 LockModel
public void setPrimaryKey(long pk)
LockModel
setPrimaryKey
in interface LockModel
pk
- the primary key of this lockpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<Lock>
getPrimaryKeyObj
in interface LockModel
public String getUuid()
LockModel
getUuid
in interface LockModel
public void setUuid(String uuid)
LockModel
setUuid
in interface LockModel
uuid
- the uuid of this lockpublic long getLockId()
LockModel
getLockId
in interface LockModel
public void setLockId(long lockId)
LockModel
setLockId
in interface LockModel
lockId
- the lock id of this lockpublic long getCompanyId()
LockModel
getCompanyId
in interface LockModel
public void setCompanyId(long companyId)
LockModel
setCompanyId
in interface LockModel
companyId
- the company id of this lockpublic long getUserId()
LockModel
getUserId
in interface LockModel
public void setUserId(long userId)
LockModel
setUserId
in interface LockModel
userId
- the user id of this lockpublic String getUserUuid() throws SystemException
LockModel
getUserUuid
in interface LockModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
LockModel
setUserUuid
in interface LockModel
userUuid
- the user uuid of this lockpublic String getUserName()
LockModel
getUserName
in interface LockModel
public void setUserName(String userName)
LockModel
setUserName
in interface LockModel
userName
- the user name of this lockpublic Date getCreateDate()
LockModel
getCreateDate
in interface LockModel
public void setCreateDate(Date createDate)
LockModel
setCreateDate
in interface LockModel
createDate
- the create date of this lockpublic String getClassName()
LockModel
getClassName
in interface LockModel
public void setClassName(String className)
LockModel
setClassName
in interface LockModel
className
- the class name of this lockpublic String getOriginalClassName()
public String getKey()
LockModel
getKey
in interface LockModel
public void setKey(String key)
LockModel
setKey
in interface LockModel
key
- the key of this lockpublic String getOriginalKey()
public String getOwner()
LockModel
getOwner
in interface LockModel
public void setOwner(String owner)
LockModel
setOwner
in interface LockModel
owner
- the owner of this lockpublic boolean getInheritable()
LockModel
getInheritable
in interface LockModel
public boolean isInheritable()
LockModel
isInheritable
in interface LockModel
public void setInheritable(boolean inheritable)
LockModel
setInheritable
in interface LockModel
inheritable
- the inheritable of this lockpublic Date getExpirationDate()
LockModel
getExpirationDate
in interface LockModel
public void setExpirationDate(Date expirationDate)
LockModel
setExpirationDate
in interface LockModel
expirationDate
- the expiration date of this lockpublic Lock toEscapedModel()
LockModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface LockModel
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<Lock>
getExpandoBridge
in interface LockModel
getExpandoBridge
in class BaseModelImpl<Lock>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<Lock>
setExpandoBridgeAttributes
in interface LockModel
setExpandoBridgeAttributes
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 LockModel
clone
in class BaseModelImpl<Lock>
public int compareTo(Lock lock)
compareTo
in interface LockModel
compareTo
in interface Comparable<Lock>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface LockModel
hashCode
in class Object
public String toString()
toString
in interface LockModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<Lock>
toXmlString
in interface LockModel
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |