|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AssetEntryModel
The base model interface for the AssetEntry service. Represents a row in the "AssetEntry" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portlet.asset.model.impl.AssetEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.asset.model.impl.AssetEntryImpl.
Never modify or reference this interface directly. All methods that expect a asset entry model instance should use the AssetEntry interface instead.
AssetEntry,
com.liferay.portlet.asset.model.impl.AssetEntryImpl,
com.liferay.portlet.asset.model.impl.AssetEntryModelImpl| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetEntry assetEntry)
|
java.lang.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. |
java.lang.String |
getClassUuid()
Gets the class uuid of this asset entry. |
long |
getCompanyId()
Gets the company id of this asset entry. |
java.util.Date |
getCreateDate()
Gets the create date of this asset entry. |
java.lang.String |
getDescription()
Gets the description of this asset entry. |
java.util.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. |
java.util.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. |
java.lang.String |
getMimeType()
Gets the mime type of this asset entry. |
java.util.Date |
getModifiedDate()
Gets the modified date of this asset entry. |
long |
getPrimaryKey()
Gets the primary key of this asset entry. |
java.io.Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
double |
getPriority()
Gets the priority of this asset entry. |
java.util.Date |
getPublishDate()
Gets the publish date of this asset entry. |
java.util.Date |
getStartDate()
Gets the start date of this asset entry. |
java.lang.String |
getSummary()
Gets the summary of this asset entry. |
java.lang.String |
getTitle()
Gets the title of this asset entry. |
java.lang.String |
getUrl()
Gets the url of this asset entry. |
long |
getUserId()
Gets the user id of this asset entry. |
java.lang.String |
getUserName()
Gets the user name of this asset entry. |
java.lang.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 |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isVisible()
Determines if this asset entry is visible. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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(java.lang.String classUuid)
Sets the class uuid of this asset entry. |
void |
setCompanyId(long companyId)
Sets the company id of this asset entry. |
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this asset entry. |
void |
setDescription(java.lang.String description)
Sets the description of this asset entry. |
void |
setEndDate(java.util.Date endDate)
Sets the end date of this asset entry. |
void |
setEntryId(long entryId)
Sets the entry id of this asset entry. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExpirationDate(java.util.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(java.lang.String mimeType)
Sets the mime type of this asset entry. |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this asset entry. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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(java.util.Date publishDate)
Sets the publish date of this asset entry. |
void |
setStartDate(java.util.Date startDate)
Sets the start date of this asset entry. |
void |
setSummary(java.lang.String summary)
Sets the summary of this asset entry. |
void |
setTitle(java.lang.String title)
Sets the title of this asset entry. |
void |
setUrl(java.lang.String url)
Sets the url of this asset entry. |
void |
setUserId(long userId)
Sets the user id of this asset entry. |
void |
setUserName(java.lang.String userName)
Sets the user name of this asset entry. |
void |
setUserUuid(java.lang.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. |
java.lang.String |
toString()
|
java.lang.String |
toXmlString()
Gets the XML representation of this model instance. |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long pk)
pk - the primary key of this asset entrylong getEntryId()
void setEntryId(long entryId)
entryId - the entry id of this asset entrylong getGroupId()
void setGroupId(long groupId)
groupId - the group id of this asset entrylong getCompanyId()
void setCompanyId(long companyId)
companyId - the company id of this asset entrylong getUserId()
void setUserId(long userId)
userId - the user id of this asset entry
java.lang.String getUserUuid()
throws SystemException
SystemException - if a system exception occurredvoid setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this asset entry@AutoEscape java.lang.String getUserName()
void setUserName(java.lang.String userName)
userName - the user name of this asset entryjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this asset entryjava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate - the modified date of this asset entryjava.lang.String getClassName()
long getClassNameId()
void setClassNameId(long classNameId)
classNameId - the class name id of this asset entrylong getClassPK()
void setClassPK(long classPK)
classPK - the class p k of this asset entry@AutoEscape java.lang.String getClassUuid()
void setClassUuid(java.lang.String classUuid)
classUuid - the class uuid of this asset entryboolean getVisible()
boolean isVisible()
true if this asset entry is visible; false otherwisevoid setVisible(boolean visible)
visible - the visible of this asset entryjava.util.Date getStartDate()
void setStartDate(java.util.Date startDate)
startDate - the start date of this asset entryjava.util.Date getEndDate()
void setEndDate(java.util.Date endDate)
endDate - the end date of this asset entryjava.util.Date getPublishDate()
void setPublishDate(java.util.Date publishDate)
publishDate - the publish date of this asset entryjava.util.Date getExpirationDate()
void setExpirationDate(java.util.Date expirationDate)
expirationDate - the expiration date of this asset entry@AutoEscape java.lang.String getMimeType()
void setMimeType(java.lang.String mimeType)
mimeType - the mime type of this asset entry@AutoEscape java.lang.String getTitle()
void setTitle(java.lang.String title)
title - the title of this asset entry@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description - the description of this asset entry@AutoEscape java.lang.String getSummary()
void setSummary(java.lang.String summary)
summary - the summary of this asset entry@AutoEscape java.lang.String getUrl()
void setUrl(java.lang.String url)
url - the url of this asset entryint getHeight()
void setHeight(int height)
height - the height of this asset entryint getWidth()
void setWidth(int width)
width - the width of this asset entrydouble getPriority()
void setPriority(double priority)
priority - the priority of this asset entryint getViewCount()
void setViewCount(int viewCount)
viewCount - the view count of this asset entryAssetEntry toEscapedModel()
AutoEscapeBeanHandler.
AutoEscapeBeanHandlerboolean isNew()
BaseModel
isNew in interface BaseModel<AssetEntry>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<AssetEntry>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<AssetEntry>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AssetEntry>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<AssetEntry>true if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<AssetEntry>escapedModel - whether this model instance is escapedAutoEscapeBeanHandlerjava.io.Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetEntry>ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetEntry>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetEntry>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)java.lang.Object clone()
BaseModel
clone in interface BaseModel<AssetEntry>int compareTo(AssetEntry assetEntry)
compareTo in interface java.lang.Comparable<AssetEntry>int hashCode()
hashCode in class java.lang.Objectjava.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetEntry>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||