|
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<AssetTagProperty>
com.liferay.portlet.asset.model.impl.AssetTagPropertyModelImpl
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.
Never modify or reference this class directly. All methods that expect a asset tag property model instance should use the AssetTagProperty interface instead.
AssetTagPropertyImpl,
AssetTagProperty,
AssetTagPropertyModel,
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 | |
|---|---|
AssetTagPropertyModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetTagProperty assetTagProperty)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
Gets the company id of this asset tag property. |
Date |
getCreateDate()
Gets the create date of this asset tag property. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getKey()
Gets the key of this asset tag property. |
Date |
getModifiedDate()
Gets the modified date of this asset tag property. |
String |
getOriginalKey()
|
long |
getOriginalTagId()
|
long |
getPrimaryKey()
Gets the primary key of this asset tag property. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getTagId()
Gets the tag id of this asset tag property. |
long |
getTagPropertyId()
Gets the tag property id of this asset tag property. |
long |
getUserId()
Gets the user id of this asset tag property. |
String |
getUserName()
Gets the user name of this asset tag property. |
String |
getUserUuid()
Gets the user uuid of this asset tag property. |
String |
getValue()
Gets the value of this asset tag property. |
int |
hashCode()
|
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 |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset tag property. |
void |
setPrimaryKey(long pk)
Sets the primary key of this asset tag property |
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. |
AssetTagProperty |
toEscapedModel()
Gets a copy of this asset tag property 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()
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.AssetTagPropertyModel |
|---|
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 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 pk)
AssetTagPropertyModel
setPrimaryKey in interface AssetTagPropertyModelpk - the primary key of this asset tag propertypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTagProperty>getPrimaryKeyObj in interface AssetTagPropertyModelpublic long getTagPropertyId()
AssetTagPropertyModel
getTagPropertyId in interface AssetTagPropertyModelpublic void setTagPropertyId(long tagPropertyId)
AssetTagPropertyModel
setTagPropertyId in interface AssetTagPropertyModeltagPropertyId - the tag property id of this asset tag propertypublic long getCompanyId()
AssetTagPropertyModel
getCompanyId in interface AssetTagPropertyModelpublic void setCompanyId(long companyId)
AssetTagPropertyModel
setCompanyId in interface AssetTagPropertyModelcompanyId - the company id of this asset tag propertypublic long getUserId()
AssetTagPropertyModel
getUserId in interface AssetTagPropertyModelpublic void setUserId(long userId)
AssetTagPropertyModel
setUserId in interface AssetTagPropertyModeluserId - the user id of this asset tag property
public String getUserUuid()
throws SystemException
AssetTagPropertyModel
getUserUuid in interface AssetTagPropertyModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
AssetTagPropertyModel
setUserUuid in interface AssetTagPropertyModeluserUuid - the user uuid of this asset tag propertypublic String getUserName()
AssetTagPropertyModel
getUserName in interface AssetTagPropertyModelpublic void setUserName(String userName)
AssetTagPropertyModel
setUserName in interface AssetTagPropertyModeluserName - the user name of this asset tag propertypublic Date getCreateDate()
AssetTagPropertyModel
getCreateDate in interface AssetTagPropertyModelpublic void setCreateDate(Date createDate)
AssetTagPropertyModel
setCreateDate in interface AssetTagPropertyModelcreateDate - the create date of this asset tag propertypublic Date getModifiedDate()
AssetTagPropertyModel
getModifiedDate in interface AssetTagPropertyModelpublic void setModifiedDate(Date modifiedDate)
AssetTagPropertyModel
setModifiedDate in interface AssetTagPropertyModelmodifiedDate - the modified date of this asset tag propertypublic 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()
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()
public String getValue()
AssetTagPropertyModel
getValue in interface AssetTagPropertyModelpublic void setValue(String value)
AssetTagPropertyModel
setValue in interface AssetTagPropertyModelvalue - the value of this asset tag propertypublic AssetTagProperty toEscapedModel()
AssetTagPropertyModelAutoEscapeBeanHandler.
toEscapedModel in interface AssetTagPropertyModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetTagProperty>getExpandoBridge 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 retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public 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 String toString()
toString in interface AssetTagPropertyModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetTagProperty>toXmlString in interface AssetTagPropertyModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||