|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.model.AssetEntryWrapper
public class AssetEntryWrapper
This class is a wrapper for AssetEntry.
AssetEntry,
Serialized Form| Constructor Summary | |
|---|---|
AssetEntryWrapper(AssetEntry assetEntry)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetEntry assetEntry)
|
List<AssetCategory> |
getCategories()
|
long[] |
getCategoryIds()
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
String |
getClassUuid()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
Date |
getEndDate()
|
long |
getEntryId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getExpirationDate()
|
long |
getGroupId()
|
int |
getHeight()
|
String |
getMimeType()
|
Date |
getModifiedDate()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
double |
getPriority()
|
Date |
getPublishDate()
|
double |
getSocialInformationEquity()
|
Date |
getStartDate()
|
String |
getSummary()
|
String[] |
getTagNames()
|
List<AssetTag> |
getTags()
|
String |
getTitle()
|
String |
getUrl()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
getViewCount()
|
boolean |
getVisible()
|
int |
getWidth()
|
AssetEntry |
getWrappedAssetEntry()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isVisible()
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setClassUuid(String classUuid)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
void |
setEndDate(Date endDate)
|
void |
setEntryId(long entryId)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setGroupId(long groupId)
|
void |
setHeight(int height)
|
void |
setMimeType(String mimeType)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setPriority(double priority)
|
void |
setPublishDate(Date publishDate)
|
void |
setStartDate(Date startDate)
|
void |
setSummary(String summary)
|
void |
setTitle(String title)
|
void |
setUrl(String url)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setViewCount(int viewCount)
|
void |
setVisible(boolean visible)
|
void |
setWidth(int width)
|
AssetEntry |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
void |
updateSocialInformationEquity(double value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssetEntryWrapper(AssetEntry assetEntry)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface AssetEntryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AssetEntryModelpublic long getEntryId()
getEntryId in interface AssetEntryModelpublic void setEntryId(long entryId)
setEntryId in interface AssetEntryModelpublic long getGroupId()
getGroupId in interface AssetEntryModelpublic void setGroupId(long groupId)
setGroupId in interface AssetEntryModelpublic long getCompanyId()
getCompanyId in interface AssetEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface AssetEntryModelpublic long getUserId()
getUserId in interface AssetEntryModelpublic void setUserId(long userId)
setUserId in interface AssetEntryModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AssetEntryModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AssetEntryModelpublic String getUserName()
getUserName in interface AssetEntryModelpublic void setUserName(String userName)
setUserName in interface AssetEntryModelpublic Date getCreateDate()
getCreateDate in interface AssetEntryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AssetEntryModelpublic Date getModifiedDate()
getModifiedDate in interface AssetEntryModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AssetEntryModelpublic String getClassName()
getClassName in interface AssetEntryModelpublic long getClassNameId()
getClassNameId in interface AssetEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface AssetEntryModelpublic long getClassPK()
getClassPK in interface AssetEntryModelpublic void setClassPK(long classPK)
setClassPK in interface AssetEntryModelpublic String getClassUuid()
getClassUuid in interface AssetEntryModelpublic void setClassUuid(String classUuid)
setClassUuid in interface AssetEntryModelpublic boolean getVisible()
getVisible in interface AssetEntryModelpublic boolean isVisible()
isVisible in interface AssetEntryModelpublic void setVisible(boolean visible)
setVisible in interface AssetEntryModelpublic Date getStartDate()
getStartDate in interface AssetEntryModelpublic void setStartDate(Date startDate)
setStartDate in interface AssetEntryModelpublic Date getEndDate()
getEndDate in interface AssetEntryModelpublic void setEndDate(Date endDate)
setEndDate in interface AssetEntryModelpublic Date getPublishDate()
getPublishDate in interface AssetEntryModelpublic void setPublishDate(Date publishDate)
setPublishDate in interface AssetEntryModelpublic Date getExpirationDate()
getExpirationDate in interface AssetEntryModelpublic void setExpirationDate(Date expirationDate)
setExpirationDate in interface AssetEntryModelpublic String getMimeType()
getMimeType in interface AssetEntryModelpublic void setMimeType(String mimeType)
setMimeType in interface AssetEntryModelpublic String getTitle()
getTitle in interface AssetEntryModelpublic void setTitle(String title)
setTitle in interface AssetEntryModelpublic String getDescription()
getDescription in interface AssetEntryModelpublic void setDescription(String description)
setDescription in interface AssetEntryModelpublic String getSummary()
getSummary in interface AssetEntryModelpublic void setSummary(String summary)
setSummary in interface AssetEntryModelpublic String getUrl()
getUrl in interface AssetEntryModelpublic void setUrl(String url)
setUrl in interface AssetEntryModelpublic int getHeight()
getHeight in interface AssetEntryModelpublic void setHeight(int height)
setHeight in interface AssetEntryModelpublic int getWidth()
getWidth in interface AssetEntryModelpublic void setWidth(int width)
setWidth in interface AssetEntryModelpublic double getPriority()
getPriority in interface AssetEntryModelpublic void setPriority(double priority)
setPriority in interface AssetEntryModelpublic int getViewCount()
getViewCount in interface AssetEntryModelpublic void setViewCount(int viewCount)
setViewCount in interface AssetEntryModelpublic AssetEntry toEscapedModel()
toEscapedModel in interface AssetEntryModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<AssetEntry>isNew in interface AssetEntryModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<AssetEntry>setNew in interface AssetEntryModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<AssetEntry>isCachedModel in interface AssetEntryModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AssetEntry>setCachedModel in interface AssetEntryModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<AssetEntry>isEscapedModel in interface AssetEntryModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<AssetEntry>setEscapedModel in interface AssetEntryModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetEntry>getPrimaryKeyObj in interface AssetEntryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetEntry>getExpandoBridge in interface AssetEntryModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetEntry>setExpandoBridgeAttributes in interface AssetEntryModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<AssetEntry>clone in interface AssetEntryModelclone in class Objectpublic int compareTo(AssetEntry assetEntry)
compareTo in interface AssetEntryModelcompareTo in interface Comparable<AssetEntry>public int hashCode()
hashCode in interface AssetEntryModelhashCode in class Objectpublic String toString()
toString in interface AssetEntryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetEntry>toXmlString in interface AssetEntryModel
public List<AssetCategory> getCategories()
throws SystemException
getCategories in interface AssetEntrySystemException
public long[] getCategoryIds()
throws SystemException
getCategoryIds in interface AssetEntrySystemExceptionpublic double getSocialInformationEquity()
getSocialInformationEquity in interface AssetEntry
public String[] getTagNames()
throws SystemException
getTagNames in interface AssetEntrySystemException
public List<AssetTag> getTags()
throws SystemException
getTags in interface AssetEntrySystemExceptionpublic void updateSocialInformationEquity(double value)
updateSocialInformationEquity in interface AssetEntrypublic AssetEntry getWrappedAssetEntry()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||