|
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<AssetCategoryProperty>
com.liferay.portlet.asset.model.impl.AssetCategoryPropertyModelImpl
public class AssetCategoryPropertyModelImpl
The base model implementation for the AssetCategoryProperty service. Represents a row in the "AssetCategoryProperty" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface AssetCategoryPropertyModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetCategoryPropertyImpl.
Never modify or reference this class directly. All methods that expect a asset category property model instance should use the AssetCategoryProperty interface instead.
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()
Gets the category id of this asset category property. |
long |
getCategoryPropertyId()
Gets the category property id of this asset category property. |
long |
getCompanyId()
Gets the company id of this asset category property. |
Date |
getCreateDate()
Gets the create date of this asset category property. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getKey()
Gets the key of this asset category property. |
Date |
getModifiedDate()
Gets the modified date of this asset category property. |
long |
getOriginalCategoryId()
|
String |
getOriginalKey()
|
long |
getPrimaryKey()
Gets the primary key of this asset category property. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getUserId()
Gets the user id of this asset category property. |
String |
getUserName()
Gets the user name of this asset category property. |
String |
getUserUuid()
Gets the user uuid of this asset category property. |
String |
getValue()
Gets the value of this asset category property. |
int |
hashCode()
|
void |
setCategoryId(long categoryId)
Sets the category id of this asset category property. |
void |
setCategoryPropertyId(long categoryPropertyId)
Sets the category property id of this asset category property. |
void |
setCompanyId(long companyId)
Sets the company id of this asset category property. |
void |
setCreateDate(Date createDate)
Sets the create date of this asset category 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 category property. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset category property. |
void |
setPrimaryKey(long pk)
Sets the primary key of this asset category property |
void |
setUserId(long userId)
Sets the user id of this asset category property. |
void |
setUserName(String userName)
Sets the user name of this asset category property. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this asset category property. |
void |
setValue(String value)
Sets the value of this asset category property. |
AssetCategoryProperty |
toEscapedModel()
Gets a copy of this asset category property as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static AssetCategoryProperty |
toModel(AssetCategoryPropertySoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<AssetCategoryProperty> |
toModels(AssetCategoryPropertySoap[] 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.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)
soapModel - the soap model instance to convert
public static List<AssetCategoryProperty> toModels(AssetCategoryPropertySoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
AssetCategoryPropertyModel
getPrimaryKey in interface AssetCategoryPropertyModelpublic void setPrimaryKey(long pk)
AssetCategoryPropertyModel
setPrimaryKey in interface AssetCategoryPropertyModelpk - the primary key of this asset category propertypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetCategoryProperty>getPrimaryKeyObj in interface AssetCategoryPropertyModelpublic long getCategoryPropertyId()
AssetCategoryPropertyModel
getCategoryPropertyId in interface AssetCategoryPropertyModelpublic void setCategoryPropertyId(long categoryPropertyId)
AssetCategoryPropertyModel
setCategoryPropertyId in interface AssetCategoryPropertyModelcategoryPropertyId - the category property id of this asset category propertypublic long getCompanyId()
AssetCategoryPropertyModel
getCompanyId in interface AssetCategoryPropertyModelpublic void setCompanyId(long companyId)
AssetCategoryPropertyModel
setCompanyId in interface AssetCategoryPropertyModelcompanyId - the company id of this asset category propertypublic long getUserId()
AssetCategoryPropertyModel
getUserId in interface AssetCategoryPropertyModelpublic void setUserId(long userId)
AssetCategoryPropertyModel
setUserId in interface AssetCategoryPropertyModeluserId - the user id of this asset category property
public String getUserUuid()
throws SystemException
AssetCategoryPropertyModel
getUserUuid in interface AssetCategoryPropertyModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
AssetCategoryPropertyModel
setUserUuid in interface AssetCategoryPropertyModeluserUuid - the user uuid of this asset category propertypublic String getUserName()
AssetCategoryPropertyModel
getUserName in interface AssetCategoryPropertyModelpublic void setUserName(String userName)
AssetCategoryPropertyModel
setUserName in interface AssetCategoryPropertyModeluserName - the user name of this asset category propertypublic Date getCreateDate()
AssetCategoryPropertyModel
getCreateDate in interface AssetCategoryPropertyModelpublic void setCreateDate(Date createDate)
AssetCategoryPropertyModel
setCreateDate in interface AssetCategoryPropertyModelcreateDate - the create date of this asset category propertypublic Date getModifiedDate()
AssetCategoryPropertyModel
getModifiedDate in interface AssetCategoryPropertyModelpublic void setModifiedDate(Date modifiedDate)
AssetCategoryPropertyModel
setModifiedDate in interface AssetCategoryPropertyModelmodifiedDate - the modified date of this asset category propertypublic long getCategoryId()
AssetCategoryPropertyModel
getCategoryId in interface AssetCategoryPropertyModelpublic void setCategoryId(long categoryId)
AssetCategoryPropertyModel
setCategoryId in interface AssetCategoryPropertyModelcategoryId - the category id of this asset category propertypublic long getOriginalCategoryId()
public String getKey()
AssetCategoryPropertyModel
getKey in interface AssetCategoryPropertyModelpublic void setKey(String key)
AssetCategoryPropertyModel
setKey in interface AssetCategoryPropertyModelkey - the key of this asset category propertypublic String getOriginalKey()
public String getValue()
AssetCategoryPropertyModel
getValue in interface AssetCategoryPropertyModelpublic void setValue(String value)
AssetCategoryPropertyModel
setValue in interface AssetCategoryPropertyModelvalue - the value of this asset category propertypublic AssetCategoryProperty toEscapedModel()
AssetCategoryPropertyModelAutoEscapeBeanHandler.
toEscapedModel in interface AssetCategoryPropertyModelAutoEscapeBeanHandlerpublic 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.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||