|
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<AssetTag>
com.liferay.portlet.asset.model.impl.AssetTagModelImpl
public class AssetTagModelImpl
The base model implementation for the AssetTag service. Represents a row in the "AssetTag" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface AssetTagModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetTagImpl.
Never modify or reference this class directly. All methods that expect a asset tag model instance should use the AssetTag interface instead.
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()
Gets the asset count of this asset tag. |
long |
getCompanyId()
Gets the company id of this asset tag. |
Date |
getCreateDate()
Gets the create date of this asset tag. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this asset tag. |
Date |
getModifiedDate()
Gets the modified date of this asset tag. |
String |
getName()
Gets the name of this asset tag. |
long |
getPrimaryKey()
Gets the primary key of this asset tag. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getTagId()
Gets the tag id of this asset tag. |
long |
getUserId()
Gets the user id of this asset tag. |
String |
getUserName()
Gets the user name of this asset tag. |
String |
getUserUuid()
Gets the user uuid of this asset tag. |
int |
hashCode()
|
void |
setAssetCount(int assetCount)
Sets the asset count of this asset tag. |
void |
setCompanyId(long companyId)
Sets the company id of this asset tag. |
void |
setCreateDate(Date createDate)
Sets the create date of this asset tag. |
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)
Sets the group id of this asset tag. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset tag. |
void |
setName(String name)
Sets the name of this asset tag. |
void |
setPrimaryKey(long pk)
Sets the primary key of this asset tag |
void |
setTagId(long tagId)
Sets the tag id of this asset tag. |
void |
setUserId(long userId)
Sets the user id of this asset tag. |
void |
setUserName(String userName)
Sets the user name of this asset tag. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this asset tag. |
AssetTag |
toEscapedModel()
Gets a copy of this asset tag as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static AssetTag |
toModel(AssetTagSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<AssetTag> |
toModels(AssetTagSoap[] soapModels)
Converts the soap model instances into normal model instances. |
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)
soapModel - the soap model instance to convert
public static List<AssetTag> toModels(AssetTagSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
AssetTagModel
getPrimaryKey in interface AssetTagModelpublic void setPrimaryKey(long pk)
AssetTagModel
setPrimaryKey in interface AssetTagModelpk - the primary key of this asset tagpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTag>getPrimaryKeyObj in interface AssetTagModelpublic long getTagId()
AssetTagModel
getTagId in interface AssetTagModelpublic void setTagId(long tagId)
AssetTagModel
setTagId in interface AssetTagModeltagId - the tag id of this asset tagpublic long getGroupId()
AssetTagModel
getGroupId in interface AssetTagModelpublic void setGroupId(long groupId)
AssetTagModel
setGroupId in interface AssetTagModelgroupId - the group id of this asset tagpublic long getCompanyId()
AssetTagModel
getCompanyId in interface AssetTagModelpublic void setCompanyId(long companyId)
AssetTagModel
setCompanyId in interface AssetTagModelcompanyId - the company id of this asset tagpublic long getUserId()
AssetTagModel
getUserId in interface AssetTagModelpublic void setUserId(long userId)
AssetTagModel
setUserId in interface AssetTagModeluserId - the user id of this asset tag
public String getUserUuid()
throws SystemException
AssetTagModel
getUserUuid in interface AssetTagModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
AssetTagModel
setUserUuid in interface AssetTagModeluserUuid - the user uuid of this asset tagpublic String getUserName()
AssetTagModel
getUserName in interface AssetTagModelpublic void setUserName(String userName)
AssetTagModel
setUserName in interface AssetTagModeluserName - the user name of this asset tagpublic Date getCreateDate()
AssetTagModel
getCreateDate in interface AssetTagModelpublic void setCreateDate(Date createDate)
AssetTagModel
setCreateDate in interface AssetTagModelcreateDate - the create date of this asset tagpublic Date getModifiedDate()
AssetTagModel
getModifiedDate in interface AssetTagModelpublic void setModifiedDate(Date modifiedDate)
AssetTagModel
setModifiedDate in interface AssetTagModelmodifiedDate - the modified date of this asset tagpublic String getName()
AssetTagModel
getName in interface AssetTagModelpublic void setName(String name)
AssetTagModel
setName in interface AssetTagModelname - the name of this asset tagpublic int getAssetCount()
AssetTagModel
getAssetCount in interface AssetTagModelpublic void setAssetCount(int assetCount)
AssetTagModel
setAssetCount in interface AssetTagModelassetCount - the asset count of this asset tagpublic AssetTag toEscapedModel()
AssetTagModelAutoEscapeBeanHandler.
toEscapedModel in interface AssetTagModelAutoEscapeBeanHandlerpublic 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.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||