com.liferay.portlet.asset.model
Interface AssetEntryModel

All Superinterfaces:
BaseModel<AssetEntry>, java.lang.Cloneable, java.lang.Comparable<AssetEntry>, java.io.Serializable
All Known Subinterfaces:
AssetEntry
All Known Implementing Classes:
AssetEntryWrapper

public interface AssetEntryModel
extends BaseModel<AssetEntry>

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the AssetEntry table in the database.

Author:
Brian Wing Shun Chan
See Also:
AssetEntry, com.liferay.portlet.asset.model.impl.AssetEntryImpl, com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
Generated:

Method Summary
 java.lang.Object clone()
           
 int compareTo(AssetEntry assetEntry)
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.lang.String getDescription()
           
 java.util.Date getEndDate()
           
 long getEntryId()
           
 ExpandoBridge getExpandoBridge()
           
 java.util.Date getExpirationDate()
           
 long getGroupId()
           
 int getHeight()
           
 java.lang.String getMimeType()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 double getPriority()
           
 java.util.Date getPublishDate()
           
 java.util.Date getStartDate()
           
 java.lang.String getSummary()
           
 java.lang.String getTitle()
           
 java.lang.String getUrl()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 int getViewCount()
           
 boolean getVisible()
           
 int getWidth()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 boolean isVisible()
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setDescription(java.lang.String description)
           
 void setEndDate(java.util.Date endDate)
           
 void setEntryId(long entryId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setExpirationDate(java.util.Date expirationDate)
           
 void setGroupId(long groupId)
           
 void setHeight(int height)
           
 void setMimeType(java.lang.String mimeType)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setPriority(double priority)
           
 void setPublishDate(java.util.Date publishDate)
           
 void setStartDate(java.util.Date startDate)
           
 void setSummary(java.lang.String summary)
           
 void setTitle(java.lang.String title)
           
 void setUrl(java.lang.String url)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setViewCount(int viewCount)
           
 void setVisible(boolean visible)
           
 void setWidth(int width)
           
 AssetEntry toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getEntryId

long getEntryId()

setEntryId

void setEntryId(long entryId)

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

getCompanyId

long getCompanyId()

setCompanyId

void setCompanyId(long companyId)

getUserId

long getUserId()

setUserId

void setUserId(long userId)

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

getUserName

java.lang.String getUserName()

setUserName

void setUserName(java.lang.String userName)

getCreateDate

java.util.Date getCreateDate()

setCreateDate

void setCreateDate(java.util.Date createDate)

getModifiedDate

java.util.Date getModifiedDate()

setModifiedDate

void setModifiedDate(java.util.Date modifiedDate)

getClassName

java.lang.String getClassName()

getClassNameId

long getClassNameId()

setClassNameId

void setClassNameId(long classNameId)

getClassPK

long getClassPK()

setClassPK

void setClassPK(long classPK)

getVisible

boolean getVisible()

isVisible

boolean isVisible()

setVisible

void setVisible(boolean visible)

getStartDate

java.util.Date getStartDate()

setStartDate

void setStartDate(java.util.Date startDate)

getEndDate

java.util.Date getEndDate()

setEndDate

void setEndDate(java.util.Date endDate)

getPublishDate

java.util.Date getPublishDate()

setPublishDate

void setPublishDate(java.util.Date publishDate)

getExpirationDate

java.util.Date getExpirationDate()

setExpirationDate

void setExpirationDate(java.util.Date expirationDate)

getMimeType

java.lang.String getMimeType()

setMimeType

void setMimeType(java.lang.String mimeType)

getTitle

java.lang.String getTitle()

setTitle

void setTitle(java.lang.String title)

getDescription

java.lang.String getDescription()

setDescription

void setDescription(java.lang.String description)

getSummary

java.lang.String getSummary()

setSummary

void setSummary(java.lang.String summary)

getUrl

java.lang.String getUrl()

setUrl

void setUrl(java.lang.String url)

getHeight

int getHeight()

setHeight

void setHeight(int height)

getWidth

int getWidth()

setWidth

void setWidth(int width)

getPriority

double getPriority()

setPriority

void setPriority(double priority)

getViewCount

int getViewCount()

setViewCount

void setViewCount(int viewCount)

toEscapedModel

AssetEntry toEscapedModel()

isNew

boolean isNew()
Specified by:
isNew in interface BaseModel<AssetEntry>

setNew

boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<AssetEntry>

isCachedModel

boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<AssetEntry>

setCachedModel

void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<AssetEntry>

isEscapedModel

boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<AssetEntry>

setEscapedModel

void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<AssetEntry>

getPrimaryKeyObj

java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<AssetEntry>

getExpandoBridge

ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<AssetEntry>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetEntry>

clone

java.lang.Object clone()
Specified by:
clone in interface BaseModel<AssetEntry>

compareTo

int compareTo(AssetEntry assetEntry)
Specified by:
compareTo in interface java.lang.Comparable<AssetEntry>

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXmlString

java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<AssetEntry>