|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<AssetTagProperty>
com.liferay.portlet.asset.model.impl.AssetTagPropertyModelImpl
@JSON(strict=true) public class AssetTagPropertyModelImpl
The base model implementation for the AssetTagProperty service. Represents a row in the "AssetTagProperty" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface AssetTagPropertyModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetTagPropertyImpl.
AssetTagPropertyImpl,
AssetTagProperty,
AssetTagPropertyModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
KEY_COLUMN_BITMASK
|
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 long |
TAGID_COLUMN_BITMASK
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
AssetTagPropertyModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetTagProperty assetTagProperty)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this asset tag property. |
Date |
getCreateDate()
Returns the create date of this asset tag property. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getKey()
Returns the key of this asset tag property. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this asset tag property. |
long |
getOriginalCompanyId()
|
String |
getOriginalKey()
|
long |
getOriginalTagId()
|
long |
getPrimaryKey()
Returns the primary key of this asset tag property. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getTagId()
Returns the tag ID of this asset tag property. |
long |
getTagPropertyId()
Returns the tag property ID of this asset tag property. |
long |
getUserId()
Returns the user ID of this asset tag property. |
String |
getUserName()
Returns the user name of this asset tag property. |
String |
getUserUuid()
Returns the user uuid of this asset tag property. |
String |
getValue()
Returns the value of this asset tag property. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCompanyId(long companyId)
Sets the company ID of this asset tag property. |
void |
setCreateDate(Date createDate)
Sets the create date of this asset tag property. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setKey(String key)
Sets the key of this asset tag property. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset tag property. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset tag property. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setTagId(long tagId)
Sets the tag ID of this asset tag property. |
void |
setTagPropertyId(long tagPropertyId)
Sets the tag property ID of this asset tag property. |
void |
setUserId(long userId)
Sets the user ID of this asset tag property. |
void |
setUserName(String userName)
Sets the user name of this asset tag property. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this asset tag property. |
void |
setValue(String value)
Sets the value of this asset tag property. |
CacheModel<AssetTagProperty> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
AssetTagProperty |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static AssetTagProperty |
toModel(AssetTagPropertySoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<AssetTagProperty> |
toModels(AssetTagPropertySoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.asset.model.AssetTagPropertyModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| 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 boolean COLUMN_BITMASK_ENABLED
public static long COMPANYID_COLUMN_BITMASK
public static long KEY_COLUMN_BITMASK
public static long TAGID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public AssetTagPropertyModelImpl()
| Method Detail |
|---|
public static AssetTagProperty toModel(AssetTagPropertySoap soapModel)
soapModel - the soap model instance to convert
public static List<AssetTagProperty> toModels(AssetTagPropertySoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
AssetTagPropertyModel
getPrimaryKey in interface AssetTagPropertyModelpublic void setPrimaryKey(long primaryKey)
AssetTagPropertyModel
setPrimaryKey in interface AssetTagPropertyModelprimaryKey - the primary key of this asset tag propertypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTagProperty>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface AssetTagPropertyModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<AssetTagProperty>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface AssetTagPropertyModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<AssetTagProperty>getModelAttributes in class BaseModelImpl<AssetTagProperty>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<AssetTagProperty>setModelAttributes in class BaseModelImpl<AssetTagProperty>@JSON public long getTagPropertyId()
AssetTagPropertyModel
getTagPropertyId in interface AssetTagPropertyModelpublic void setTagPropertyId(long tagPropertyId)
AssetTagPropertyModel
setTagPropertyId in interface AssetTagPropertyModeltagPropertyId - the tag property ID of this asset tag property@JSON public long getCompanyId()
AssetTagPropertyModel
getCompanyId in interface AuditedModelgetCompanyId in interface AssetTagPropertyModelpublic void setCompanyId(long companyId)
AssetTagPropertyModel
setCompanyId in interface AuditedModelsetCompanyId in interface AssetTagPropertyModelcompanyId - the company ID of this asset tag propertypublic long getOriginalCompanyId()
@JSON public long getUserId()
AssetTagPropertyModel
getUserId in interface AuditedModelgetUserId in interface AssetTagPropertyModelpublic void setUserId(long userId)
AssetTagPropertyModel
setUserId in interface AuditedModelsetUserId in interface AssetTagPropertyModeluserId - the user ID of this asset tag property
public String getUserUuid()
throws SystemException
AssetTagPropertyModel
getUserUuid in interface AuditedModelgetUserUuid in interface AssetTagPropertyModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
AssetTagPropertyModel
setUserUuid in interface AuditedModelsetUserUuid in interface AssetTagPropertyModeluserUuid - the user uuid of this asset tag property@JSON public String getUserName()
AssetTagPropertyModel
getUserName in interface AuditedModelgetUserName in interface AssetTagPropertyModelpublic void setUserName(String userName)
AssetTagPropertyModel
setUserName in interface AuditedModelsetUserName in interface AssetTagPropertyModeluserName - the user name of this asset tag property@JSON public Date getCreateDate()
AssetTagPropertyModel
getCreateDate in interface AuditedModelgetCreateDate in interface AssetTagPropertyModelpublic void setCreateDate(Date createDate)
AssetTagPropertyModel
setCreateDate in interface AuditedModelsetCreateDate in interface AssetTagPropertyModelcreateDate - the create date of this asset tag property@JSON public Date getModifiedDate()
AssetTagPropertyModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface AssetTagPropertyModelpublic void setModifiedDate(Date modifiedDate)
AssetTagPropertyModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface AssetTagPropertyModelmodifiedDate - the modified date of this asset tag property@JSON public long getTagId()
AssetTagPropertyModel
getTagId in interface AssetTagPropertyModelpublic void setTagId(long tagId)
AssetTagPropertyModel
setTagId in interface AssetTagPropertyModeltagId - the tag ID of this asset tag propertypublic long getOriginalTagId()
@JSON public String getKey()
AssetTagPropertyModel
getKey in interface AssetTagPropertyModelpublic void setKey(String key)
AssetTagPropertyModel
setKey in interface AssetTagPropertyModelkey - the key of this asset tag propertypublic String getOriginalKey()
@JSON public String getValue()
AssetTagPropertyModel
getValue in interface AssetTagPropertyModelpublic void setValue(String value)
AssetTagPropertyModel
setValue in interface AssetTagPropertyModelvalue - the value of this asset tag propertypublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetTagProperty>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface AssetTagPropertyModelgetExpandoBridge in class BaseModelImpl<AssetTagProperty>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetTagProperty>setExpandoBridgeAttributes in interface AssetTagPropertyModelsetExpandoBridgeAttributes in class BaseModelImpl<AssetTagProperty>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public AssetTagProperty toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<AssetTagProperty>toEscapedModel in interface AssetTagPropertyModeltoEscapedModel in class BaseModelImpl<AssetTagProperty>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<AssetTagProperty>clone in interface AssetTagPropertyModelclone in class BaseModelImpl<AssetTagProperty>public int compareTo(AssetTagProperty assetTagProperty)
compareTo in interface AssetTagPropertyModelcompareTo in interface Comparable<AssetTagProperty>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface AssetTagPropertyModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<AssetTagProperty>resetOriginalValues in class BaseModelImpl<AssetTagProperty>public CacheModel<AssetTagProperty> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<AssetTagProperty>toCacheModel in interface AssetTagPropertyModeltoCacheModel in class BaseModelImpl<AssetTagProperty>public String toString()
toString in interface AssetTagPropertyModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetTagProperty>toXmlString in interface AssetTagPropertyModel
|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||