|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<AssetEntry>
com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
public class AssetEntryModelImpl
This interface is a model that represents the AssetEntry table in the database.
AssetEntryImpl,
AssetEntry,
AssetEntryModel,
Serialized Form| Field 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()
|
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 |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
String |
getOriginalClassUuid()
|
long |
getOriginalGroupId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
double |
getPriority()
|
Date |
getPublishDate()
|
Date |
getStartDate()
|
String |
getSummary()
|
String |
getTitle()
|
String |
getUrl()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
getViewCount()
|
boolean |
getVisible()
|
int |
getWidth()
|
int |
hashCode()
|
boolean |
isVisible()
|
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 |
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 |
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()
|
static AssetEntry |
toModel(AssetEntrySoap soapModel)
|
static List<AssetEntry> |
toModels(AssetEntrySoap[] soapModels)
|
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)
public static List<AssetEntry> toModels(AssetEntrySoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface AssetEntryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AssetEntryModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetEntry>getPrimaryKeyObj 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 getOriginalGroupId()
public 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 getOriginalClassNameId()
public long getClassPK()
getClassPK in interface AssetEntryModelpublic void setClassPK(long classPK)
setClassPK in interface AssetEntryModelpublic long getOriginalClassPK()
public String getClassUuid()
getClassUuid in interface AssetEntryModelpublic void setClassUuid(String classUuid)
setClassUuid in interface AssetEntryModelpublic String getOriginalClassUuid()
public 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetEntry>getExpandoBridge in interface AssetEntryModelgetExpandoBridge in class BaseModelImpl<AssetEntry>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetEntry>setExpandoBridgeAttributes in interface AssetEntryModelsetExpandoBridgeAttributes 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 AssetEntryModelclone in class BaseModelImpl<AssetEntry>public int compareTo(AssetEntry assetEntry)
compareTo in interface AssetEntryModelcompareTo in interface Comparable<AssetEntry>public boolean equals(Object obj)
equals in class Objectpublic 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
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||