|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.model.impl.BaseModelImpl<AssetEntry> com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
public class AssetEntryModelImpl
The base model implementation for the AssetEntry service. Represents a row in the "AssetEntry" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface AssetEntryModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetEntryImpl
.
Never modify or reference this class directly. All methods that expect a asset entry model instance should use the AssetEntry
interface instead.
AssetEntryImpl
,
AssetEntry
,
AssetEntryModel
,
Serialized FormField Summary | |
---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
|
static boolean |
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
|
static long |
LOCK_EXPIRATION_TIME
|
static Object[][] |
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS
|
static String |
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
|
static String |
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE
|
static Object[][] |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS
|
static String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
|
static String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE
|
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 | |
---|---|
AssetEntryModelImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetEntry assetEntry)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Gets the class name of the model instance this asset entry is polymorphically associated with. |
long |
getClassNameId()
Gets the class name id of this asset entry. |
long |
getClassPK()
Gets the class p k of this asset entry. |
String |
getClassUuid()
Gets the class uuid of this asset entry. |
long |
getCompanyId()
Gets the company id of this asset entry. |
Date |
getCreateDate()
Gets the create date of this asset entry. |
String |
getDescription()
Gets the description of this asset entry. |
Date |
getEndDate()
Gets the end date of this asset entry. |
long |
getEntryId()
Gets the entry id of this asset entry. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getExpirationDate()
Gets the expiration date of this asset entry. |
long |
getGroupId()
Gets the group id of this asset entry. |
int |
getHeight()
Gets the height of this asset entry. |
String |
getMimeType()
Gets the mime type of this asset entry. |
Date |
getModifiedDate()
Gets the modified date of this asset entry. |
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
String |
getOriginalClassUuid()
|
long |
getOriginalGroupId()
|
long |
getPrimaryKey()
Gets the primary key of this asset entry. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
double |
getPriority()
Gets the priority of this asset entry. |
Date |
getPublishDate()
Gets the publish date of this asset entry. |
Date |
getStartDate()
Gets the start date of this asset entry. |
String |
getSummary()
Gets the summary of this asset entry. |
String |
getTitle()
Gets the title of this asset entry. |
String |
getUrl()
Gets the url of this asset entry. |
long |
getUserId()
Gets the user id of this asset entry. |
String |
getUserName()
Gets the user name of this asset entry. |
String |
getUserUuid()
Gets the user uuid of this asset entry. |
int |
getViewCount()
Gets the view count of this asset entry. |
boolean |
getVisible()
Gets the visible of this asset entry. |
int |
getWidth()
Gets the width of this asset entry. |
int |
hashCode()
|
boolean |
isVisible()
Determines whether this asset entry is visible. |
void |
setClassNameId(long classNameId)
Sets the class name id of this asset entry. |
void |
setClassPK(long classPK)
Sets the class p k of this asset entry. |
void |
setClassUuid(String classUuid)
Sets the class uuid of this asset entry. |
void |
setCompanyId(long companyId)
Sets the company id of this asset entry. |
void |
setCreateDate(Date createDate)
Sets the create date of this asset entry. |
void |
setDescription(String description)
Sets the description of this asset entry. |
void |
setEndDate(Date endDate)
Sets the end date of this asset entry. |
void |
setEntryId(long entryId)
Sets the entry id of this asset entry. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExpirationDate(Date expirationDate)
Sets the expiration date of this asset entry. |
void |
setGroupId(long groupId)
Sets the group id of this asset entry. |
void |
setHeight(int height)
Sets the height of this asset entry. |
void |
setMimeType(String mimeType)
Sets the mime type of this asset entry. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset entry. |
void |
setPrimaryKey(long pk)
Sets the primary key of this asset entry |
void |
setPriority(double priority)
Sets the priority of this asset entry. |
void |
setPublishDate(Date publishDate)
Sets the publish date of this asset entry. |
void |
setStartDate(Date startDate)
Sets the start date of this asset entry. |
void |
setSummary(String summary)
Sets the summary of this asset entry. |
void |
setTitle(String title)
Sets the title of this asset entry. |
void |
setUrl(String url)
Sets the url of this asset entry. |
void |
setUserId(long userId)
Sets the user id of this asset entry. |
void |
setUserName(String userName)
Sets the user name of this asset entry. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this asset entry. |
void |
setViewCount(int viewCount)
Sets the view count of this asset entry. |
void |
setVisible(boolean visible)
Sets whether this {$entity.humanName} is visible. |
void |
setWidth(int width)
Sets the width of this asset entry. |
AssetEntry |
toEscapedModel()
Gets a copy of this asset entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
static AssetEntry |
toModel(AssetEntrySoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<AssetEntry> |
toModels(AssetEntrySoap[] 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.AssetEntryModel |
---|
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 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 String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
public static final Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
public static final Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public AssetEntryModelImpl()
Method Detail |
---|
public static AssetEntry toModel(AssetEntrySoap soapModel)
soapModel
- the soap model instance to convert
public static List<AssetEntry> toModels(AssetEntrySoap[] soapModels)
soapModels
- the soap model instances to convert
public long getPrimaryKey()
AssetEntryModel
getPrimaryKey
in interface AssetEntryModel
public void setPrimaryKey(long pk)
AssetEntryModel
setPrimaryKey
in interface AssetEntryModel
pk
- the primary key of this asset entrypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<AssetEntry>
getPrimaryKeyObj
in interface AssetEntryModel
public long getEntryId()
AssetEntryModel
getEntryId
in interface AssetEntryModel
public void setEntryId(long entryId)
AssetEntryModel
setEntryId
in interface AssetEntryModel
entryId
- the entry id of this asset entrypublic long getGroupId()
AssetEntryModel
getGroupId
in interface AssetEntryModel
public void setGroupId(long groupId)
AssetEntryModel
setGroupId
in interface AssetEntryModel
groupId
- the group id of this asset entrypublic long getOriginalGroupId()
public long getCompanyId()
AssetEntryModel
getCompanyId
in interface AssetEntryModel
public void setCompanyId(long companyId)
AssetEntryModel
setCompanyId
in interface AssetEntryModel
companyId
- the company id of this asset entrypublic long getUserId()
AssetEntryModel
getUserId
in interface AssetEntryModel
public void setUserId(long userId)
AssetEntryModel
setUserId
in interface AssetEntryModel
userId
- the user id of this asset entrypublic String getUserUuid() throws SystemException
AssetEntryModel
getUserUuid
in interface AssetEntryModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
AssetEntryModel
setUserUuid
in interface AssetEntryModel
userUuid
- the user uuid of this asset entrypublic String getUserName()
AssetEntryModel
getUserName
in interface AssetEntryModel
public void setUserName(String userName)
AssetEntryModel
setUserName
in interface AssetEntryModel
userName
- the user name of this asset entrypublic Date getCreateDate()
AssetEntryModel
getCreateDate
in interface AssetEntryModel
public void setCreateDate(Date createDate)
AssetEntryModel
setCreateDate
in interface AssetEntryModel
createDate
- the create date of this asset entrypublic Date getModifiedDate()
AssetEntryModel
getModifiedDate
in interface AssetEntryModel
public void setModifiedDate(Date modifiedDate)
AssetEntryModel
setModifiedDate
in interface AssetEntryModel
modifiedDate
- the modified date of this asset entrypublic String getClassName()
AssetEntryModel
getClassName
in interface AssetEntryModel
public long getClassNameId()
AssetEntryModel
getClassNameId
in interface AssetEntryModel
public void setClassNameId(long classNameId)
AssetEntryModel
setClassNameId
in interface AssetEntryModel
classNameId
- the class name id of this asset entrypublic long getOriginalClassNameId()
public long getClassPK()
AssetEntryModel
getClassPK
in interface AssetEntryModel
public void setClassPK(long classPK)
AssetEntryModel
setClassPK
in interface AssetEntryModel
classPK
- the class p k of this asset entrypublic long getOriginalClassPK()
public String getClassUuid()
AssetEntryModel
getClassUuid
in interface AssetEntryModel
public void setClassUuid(String classUuid)
AssetEntryModel
setClassUuid
in interface AssetEntryModel
classUuid
- the class uuid of this asset entrypublic String getOriginalClassUuid()
public boolean getVisible()
AssetEntryModel
getVisible
in interface AssetEntryModel
public boolean isVisible()
AssetEntryModel
isVisible
in interface AssetEntryModel
public void setVisible(boolean visible)
AssetEntryModel
setVisible
in interface AssetEntryModel
visible
- the visible of this asset entrypublic Date getStartDate()
AssetEntryModel
getStartDate
in interface AssetEntryModel
public void setStartDate(Date startDate)
AssetEntryModel
setStartDate
in interface AssetEntryModel
startDate
- the start date of this asset entrypublic Date getEndDate()
AssetEntryModel
getEndDate
in interface AssetEntryModel
public void setEndDate(Date endDate)
AssetEntryModel
setEndDate
in interface AssetEntryModel
endDate
- the end date of this asset entrypublic Date getPublishDate()
AssetEntryModel
getPublishDate
in interface AssetEntryModel
public void setPublishDate(Date publishDate)
AssetEntryModel
setPublishDate
in interface AssetEntryModel
publishDate
- the publish date of this asset entrypublic Date getExpirationDate()
AssetEntryModel
getExpirationDate
in interface AssetEntryModel
public void setExpirationDate(Date expirationDate)
AssetEntryModel
setExpirationDate
in interface AssetEntryModel
expirationDate
- the expiration date of this asset entrypublic String getMimeType()
AssetEntryModel
getMimeType
in interface AssetEntryModel
public void setMimeType(String mimeType)
AssetEntryModel
setMimeType
in interface AssetEntryModel
mimeType
- the mime type of this asset entrypublic String getTitle()
AssetEntryModel
getTitle
in interface AssetEntryModel
public void setTitle(String title)
AssetEntryModel
setTitle
in interface AssetEntryModel
title
- the title of this asset entrypublic String getDescription()
AssetEntryModel
getDescription
in interface AssetEntryModel
public void setDescription(String description)
AssetEntryModel
setDescription
in interface AssetEntryModel
description
- the description of this asset entrypublic String getSummary()
AssetEntryModel
getSummary
in interface AssetEntryModel
public void setSummary(String summary)
AssetEntryModel
setSummary
in interface AssetEntryModel
summary
- the summary of this asset entrypublic String getUrl()
AssetEntryModel
getUrl
in interface AssetEntryModel
public void setUrl(String url)
AssetEntryModel
setUrl
in interface AssetEntryModel
url
- the url of this asset entrypublic int getHeight()
AssetEntryModel
getHeight
in interface AssetEntryModel
public void setHeight(int height)
AssetEntryModel
setHeight
in interface AssetEntryModel
height
- the height of this asset entrypublic int getWidth()
AssetEntryModel
getWidth
in interface AssetEntryModel
public void setWidth(int width)
AssetEntryModel
setWidth
in interface AssetEntryModel
width
- the width of this asset entrypublic double getPriority()
AssetEntryModel
getPriority
in interface AssetEntryModel
public void setPriority(double priority)
AssetEntryModel
setPriority
in interface AssetEntryModel
priority
- the priority of this asset entrypublic int getViewCount()
AssetEntryModel
getViewCount
in interface AssetEntryModel
public void setViewCount(int viewCount)
AssetEntryModel
setViewCount
in interface AssetEntryModel
viewCount
- the view count of this asset entrypublic AssetEntry toEscapedModel()
AssetEntryModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface AssetEntryModel
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<AssetEntry>
getExpandoBridge
in interface AssetEntryModel
getExpandoBridge
in class BaseModelImpl<AssetEntry>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<AssetEntry>
setExpandoBridgeAttributes
in interface AssetEntryModel
setExpandoBridgeAttributes
in class BaseModelImpl<AssetEntry>
serviceContext
- the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<AssetEntry>
clone
in interface AssetEntryModel
clone
in class BaseModelImpl<AssetEntry>
public int compareTo(AssetEntry assetEntry)
compareTo
in interface AssetEntryModel
compareTo
in interface Comparable<AssetEntry>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface AssetEntryModel
hashCode
in class Object
public String toString()
toString
in interface AssetEntryModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<AssetEntry>
toXmlString
in interface AssetEntryModel
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |