|
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<AssetTag>
com.liferay.portlet.asset.model.impl.AssetTagModelImpl
public class AssetTagModelImpl
This interface is a model that represents the AssetTag table in the database.
AssetTagImpl,
AssetTag,
AssetTagModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
|
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 | |
|---|---|
AssetTagModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetTag assetTag)
|
boolean |
equals(Object obj)
|
int |
getAssetCount()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getTagId()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
hashCode()
|
void |
setAssetCount(int assetCount)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setPrimaryKey(long pk)
|
void |
setTagId(long tagId)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
AssetTag |
toEscapedModel()
|
static AssetTag |
toModel(AssetTagSoap soapModel)
|
static List<AssetTag> |
toModels(AssetTagSoap[] soapModels)
|
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.AssetTagModel |
|---|
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 String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public AssetTagModelImpl()
| Method Detail |
|---|
public static AssetTag toModel(AssetTagSoap soapModel)
public static List<AssetTag> toModels(AssetTagSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface AssetTagModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AssetTagModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTag>getPrimaryKeyObj in interface AssetTagModelpublic long getTagId()
getTagId in interface AssetTagModelpublic void setTagId(long tagId)
setTagId in interface AssetTagModelpublic long getGroupId()
getGroupId in interface AssetTagModelpublic void setGroupId(long groupId)
setGroupId in interface AssetTagModelpublic long getCompanyId()
getCompanyId in interface AssetTagModelpublic void setCompanyId(long companyId)
setCompanyId in interface AssetTagModelpublic long getUserId()
getUserId in interface AssetTagModelpublic void setUserId(long userId)
setUserId in interface AssetTagModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AssetTagModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AssetTagModelpublic String getUserName()
getUserName in interface AssetTagModelpublic void setUserName(String userName)
setUserName in interface AssetTagModelpublic Date getCreateDate()
getCreateDate in interface AssetTagModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AssetTagModelpublic Date getModifiedDate()
getModifiedDate in interface AssetTagModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AssetTagModelpublic String getName()
getName in interface AssetTagModelpublic void setName(String name)
setName in interface AssetTagModelpublic int getAssetCount()
getAssetCount in interface AssetTagModelpublic void setAssetCount(int assetCount)
setAssetCount in interface AssetTagModelpublic AssetTag toEscapedModel()
toEscapedModel in interface AssetTagModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetTag>getExpandoBridge in interface AssetTagModelgetExpandoBridge in class BaseModelImpl<AssetTag>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetTag>setExpandoBridgeAttributes in interface AssetTagModelsetExpandoBridgeAttributes in class BaseModelImpl<AssetTag>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<AssetTag>clone in interface AssetTagModelclone in class BaseModelImpl<AssetTag>public int compareTo(AssetTag assetTag)
compareTo in interface AssetTagModelcompareTo in interface Comparable<AssetTag>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface AssetTagModelhashCode in class Objectpublic String toString()
toString in interface AssetTagModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetTag>toXmlString in interface AssetTagModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||