|
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<AssetTagProperty>
com.liferay.portlet.asset.model.impl.AssetTagPropertyModelImpl
public class AssetTagPropertyModelImpl
This interface is a model that represents the AssetTagProperty table in the database.
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()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getKey()
|
Date |
getModifiedDate()
|
String |
getOriginalKey()
|
long |
getOriginalTagId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getTagId()
|
long |
getTagPropertyId()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getValue()
|
int |
hashCode()
|
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 |
setKey(String key)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setPrimaryKey(long pk)
|
void |
setTagId(long tagId)
|
void |
setTagPropertyId(long tagPropertyId)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setValue(String value)
|
AssetTagProperty |
toEscapedModel()
|
static AssetTagProperty |
toModel(AssetTagPropertySoap soapModel)
|
static List<AssetTagProperty> |
toModels(AssetTagPropertySoap[] 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.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)
public static List<AssetTagProperty> toModels(AssetTagPropertySoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface AssetTagPropertyModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AssetTagPropertyModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetTagProperty>getPrimaryKeyObj in interface AssetTagPropertyModelpublic long getTagPropertyId()
getTagPropertyId in interface AssetTagPropertyModelpublic void setTagPropertyId(long tagPropertyId)
setTagPropertyId in interface AssetTagPropertyModelpublic long getCompanyId()
getCompanyId in interface AssetTagPropertyModelpublic void setCompanyId(long companyId)
setCompanyId in interface AssetTagPropertyModelpublic long getUserId()
getUserId in interface AssetTagPropertyModelpublic void setUserId(long userId)
setUserId in interface AssetTagPropertyModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AssetTagPropertyModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AssetTagPropertyModelpublic String getUserName()
getUserName in interface AssetTagPropertyModelpublic void setUserName(String userName)
setUserName in interface AssetTagPropertyModelpublic Date getCreateDate()
getCreateDate in interface AssetTagPropertyModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AssetTagPropertyModelpublic Date getModifiedDate()
getModifiedDate in interface AssetTagPropertyModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AssetTagPropertyModelpublic long getTagId()
getTagId in interface AssetTagPropertyModelpublic void setTagId(long tagId)
setTagId in interface AssetTagPropertyModelpublic long getOriginalTagId()
public String getKey()
getKey in interface AssetTagPropertyModelpublic void setKey(String key)
setKey in interface AssetTagPropertyModelpublic String getOriginalKey()
public String getValue()
getValue in interface AssetTagPropertyModelpublic void setValue(String value)
setValue in interface AssetTagPropertyModelpublic AssetTagProperty toEscapedModel()
toEscapedModel in interface AssetTagPropertyModelpublic 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.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||