|
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<AssetCategoryProperty>
com.liferay.portlet.asset.model.impl.AssetCategoryPropertyModelImpl
public class AssetCategoryPropertyModelImpl
This interface is a model that represents the AssetCategoryProperty table in the database.
AssetCategoryPropertyImpl,
AssetCategoryProperty,
AssetCategoryPropertyModel,
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 | |
|---|---|
AssetCategoryPropertyModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetCategoryProperty assetCategoryProperty)
|
boolean |
equals(Object obj)
|
long |
getCategoryId()
|
long |
getCategoryPropertyId()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getKey()
|
Date |
getModifiedDate()
|
long |
getOriginalCategoryId()
|
String |
getOriginalKey()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getValue()
|
int |
hashCode()
|
void |
setCategoryId(long categoryId)
|
void |
setCategoryPropertyId(long categoryPropertyId)
|
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 |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setValue(String value)
|
AssetCategoryProperty |
toEscapedModel()
|
static AssetCategoryProperty |
toModel(AssetCategoryPropertySoap soapModel)
|
static List<AssetCategoryProperty> |
toModels(AssetCategoryPropertySoap[] 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.AssetCategoryPropertyModel |
|---|
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 AssetCategoryPropertyModelImpl()
| Method Detail |
|---|
public static AssetCategoryProperty toModel(AssetCategoryPropertySoap soapModel)
public static List<AssetCategoryProperty> toModels(AssetCategoryPropertySoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface AssetCategoryPropertyModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AssetCategoryPropertyModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetCategoryProperty>getPrimaryKeyObj in interface AssetCategoryPropertyModelpublic long getCategoryPropertyId()
getCategoryPropertyId in interface AssetCategoryPropertyModelpublic void setCategoryPropertyId(long categoryPropertyId)
setCategoryPropertyId in interface AssetCategoryPropertyModelpublic long getCompanyId()
getCompanyId in interface AssetCategoryPropertyModelpublic void setCompanyId(long companyId)
setCompanyId in interface AssetCategoryPropertyModelpublic long getUserId()
getUserId in interface AssetCategoryPropertyModelpublic void setUserId(long userId)
setUserId in interface AssetCategoryPropertyModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AssetCategoryPropertyModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AssetCategoryPropertyModelpublic String getUserName()
getUserName in interface AssetCategoryPropertyModelpublic void setUserName(String userName)
setUserName in interface AssetCategoryPropertyModelpublic Date getCreateDate()
getCreateDate in interface AssetCategoryPropertyModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AssetCategoryPropertyModelpublic Date getModifiedDate()
getModifiedDate in interface AssetCategoryPropertyModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AssetCategoryPropertyModelpublic long getCategoryId()
getCategoryId in interface AssetCategoryPropertyModelpublic void setCategoryId(long categoryId)
setCategoryId in interface AssetCategoryPropertyModelpublic long getOriginalCategoryId()
public String getKey()
getKey in interface AssetCategoryPropertyModelpublic void setKey(String key)
setKey in interface AssetCategoryPropertyModelpublic String getOriginalKey()
public String getValue()
getValue in interface AssetCategoryPropertyModelpublic void setValue(String value)
setValue in interface AssetCategoryPropertyModelpublic AssetCategoryProperty toEscapedModel()
toEscapedModel in interface AssetCategoryPropertyModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetCategoryProperty>getExpandoBridge in interface AssetCategoryPropertyModelgetExpandoBridge in class BaseModelImpl<AssetCategoryProperty>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetCategoryProperty>setExpandoBridgeAttributes in interface AssetCategoryPropertyModelsetExpandoBridgeAttributes in class BaseModelImpl<AssetCategoryProperty>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<AssetCategoryProperty>clone in interface AssetCategoryPropertyModelclone in class BaseModelImpl<AssetCategoryProperty>public int compareTo(AssetCategoryProperty assetCategoryProperty)
compareTo in interface AssetCategoryPropertyModelcompareTo in interface Comparable<AssetCategoryProperty>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface AssetCategoryPropertyModelhashCode in class Objectpublic String toString()
toString in interface AssetCategoryPropertyModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetCategoryProperty>toXmlString in interface AssetCategoryPropertyModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||