|
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.impl.BaseModelImpl<AssetLink>
com.liferay.portlet.asset.model.impl.AssetLinkModelImpl
public class AssetLinkModelImpl
This interface is a model that represents the AssetLink table in the database.
AssetLinkImpl,
AssetLink,
AssetLinkModel,
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 |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
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 | |
|---|---|
AssetLinkModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetLink assetLink)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
long |
getEntryId1()
|
long |
getEntryId2()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getLinkId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getType()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
getWeight()
|
int |
hashCode()
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEntryId1(long entryId1)
|
void |
setEntryId2(long entryId2)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setLinkId(long linkId)
|
void |
setPrimaryKey(long pk)
|
void |
setType(int type)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setWeight(int weight)
|
AssetLink |
toEscapedModel()
|
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.portlet.asset.model.AssetLinkModel |
|---|
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 ORDER_BY_JPQL
public static final String ORDER_BY_SQL
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 AssetLinkModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface AssetLinkModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AssetLinkModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetLink>getPrimaryKeyObj in interface AssetLinkModelpublic long getLinkId()
getLinkId in interface AssetLinkModelpublic void setLinkId(long linkId)
setLinkId in interface AssetLinkModelpublic long getCompanyId()
getCompanyId in interface AssetLinkModelpublic void setCompanyId(long companyId)
setCompanyId in interface AssetLinkModelpublic long getUserId()
getUserId in interface AssetLinkModelpublic void setUserId(long userId)
setUserId in interface AssetLinkModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AssetLinkModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AssetLinkModelpublic String getUserName()
getUserName in interface AssetLinkModelpublic void setUserName(String userName)
setUserName in interface AssetLinkModelpublic Date getCreateDate()
getCreateDate in interface AssetLinkModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AssetLinkModelpublic long getEntryId1()
getEntryId1 in interface AssetLinkModelpublic void setEntryId1(long entryId1)
setEntryId1 in interface AssetLinkModelpublic long getEntryId2()
getEntryId2 in interface AssetLinkModelpublic void setEntryId2(long entryId2)
setEntryId2 in interface AssetLinkModelpublic int getType()
getType in interface AssetLinkModelpublic void setType(int type)
setType in interface AssetLinkModelpublic int getWeight()
getWeight in interface AssetLinkModelpublic void setWeight(int weight)
setWeight in interface AssetLinkModelpublic AssetLink toEscapedModel()
toEscapedModel in interface AssetLinkModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetLink>getExpandoBridge in interface AssetLinkModelgetExpandoBridge in class BaseModelImpl<AssetLink>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetLink>setExpandoBridgeAttributes in interface AssetLinkModelsetExpandoBridgeAttributes in class BaseModelImpl<AssetLink>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<AssetLink>clone in interface AssetLinkModelclone in class BaseModelImpl<AssetLink>public int compareTo(AssetLink assetLink)
compareTo in interface AssetLinkModelcompareTo in interface Comparable<AssetLink>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface AssetLinkModelhashCode in class Objectpublic String toString()
toString in interface AssetLinkModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetLink>toXmlString in interface AssetLinkModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||