|
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<IGImage>
com.liferay.portlet.imagegallery.model.impl.IGImageModelImpl
public class IGImageModelImpl
This interface is a model that represents the IGImage table in the database.
IGImageImpl,
IGImage,
IGImageModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
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 | |
|---|---|
IGImageModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(IGImage igImage)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
long |
getCustom1ImageId()
|
long |
getCustom2ImageId()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFolderId()
|
long |
getGroupId()
|
long |
getImageId()
|
long |
getLargeImageId()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getOriginalCustom1ImageId()
|
long |
getOriginalCustom2ImageId()
|
long |
getOriginalGroupId()
|
long |
getOriginalLargeImageId()
|
long |
getOriginalSmallImageId()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getSmallImageId()
|
long |
getUserId()
|
String |
getUserUuid()
|
String |
getUuid()
|
int |
hashCode()
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setCustom1ImageId(long custom1ImageId)
|
void |
setCustom2ImageId(long custom2ImageId)
|
void |
setDescription(String description)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFolderId(long folderId)
|
void |
setGroupId(long groupId)
|
void |
setImageId(long imageId)
|
void |
setLargeImageId(long largeImageId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setPrimaryKey(long pk)
|
void |
setSmallImageId(long smallImageId)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
IGImage |
toEscapedModel()
|
static IGImage |
toModel(IGImageSoap soapModel)
|
static List<IGImage> |
toModels(IGImageSoap[] 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.imagegallery.model.IGImageModel |
|---|
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 ORDER_BY_JPQL
public static final String ORDER_BY_SQL
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 long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public IGImageModelImpl()
| Method Detail |
|---|
public static IGImage toModel(IGImageSoap soapModel)
public static List<IGImage> toModels(IGImageSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface IGImageModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface IGImageModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<IGImage>getPrimaryKeyObj in interface IGImageModelpublic String getUuid()
getUuid in interface IGImageModelpublic void setUuid(String uuid)
setUuid in interface IGImageModelpublic String getOriginalUuid()
public long getImageId()
getImageId in interface IGImageModelpublic void setImageId(long imageId)
setImageId in interface IGImageModelpublic long getGroupId()
getGroupId in interface IGImageModelpublic void setGroupId(long groupId)
setGroupId in interface IGImageModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface IGImageModelpublic void setCompanyId(long companyId)
setCompanyId in interface IGImageModelpublic long getUserId()
getUserId in interface IGImageModelpublic void setUserId(long userId)
setUserId in interface IGImageModel
public String getUserUuid()
throws SystemException
getUserUuid in interface IGImageModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface IGImageModelpublic Date getCreateDate()
getCreateDate in interface IGImageModelpublic void setCreateDate(Date createDate)
setCreateDate in interface IGImageModelpublic Date getModifiedDate()
getModifiedDate in interface IGImageModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface IGImageModelpublic long getFolderId()
getFolderId in interface IGImageModelpublic void setFolderId(long folderId)
setFolderId in interface IGImageModelpublic String getName()
getName in interface IGImageModelpublic void setName(String name)
setName in interface IGImageModelpublic String getDescription()
getDescription in interface IGImageModelpublic void setDescription(String description)
setDescription in interface IGImageModelpublic long getSmallImageId()
getSmallImageId in interface IGImageModelpublic void setSmallImageId(long smallImageId)
setSmallImageId in interface IGImageModelpublic long getOriginalSmallImageId()
public long getLargeImageId()
getLargeImageId in interface IGImageModelpublic void setLargeImageId(long largeImageId)
setLargeImageId in interface IGImageModelpublic long getOriginalLargeImageId()
public long getCustom1ImageId()
getCustom1ImageId in interface IGImageModelpublic void setCustom1ImageId(long custom1ImageId)
setCustom1ImageId in interface IGImageModelpublic long getOriginalCustom1ImageId()
public long getCustom2ImageId()
getCustom2ImageId in interface IGImageModelpublic void setCustom2ImageId(long custom2ImageId)
setCustom2ImageId in interface IGImageModelpublic long getOriginalCustom2ImageId()
public IGImage toEscapedModel()
toEscapedModel in interface IGImageModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<IGImage>getExpandoBridge in interface IGImageModelgetExpandoBridge in class BaseModelImpl<IGImage>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<IGImage>setExpandoBridgeAttributes in interface IGImageModelsetExpandoBridgeAttributes in class BaseModelImpl<IGImage>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<IGImage>clone in interface IGImageModelclone in class BaseModelImpl<IGImage>public int compareTo(IGImage igImage)
compareTo in interface IGImageModelcompareTo in interface Comparable<IGImage>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface IGImageModelhashCode in class Objectpublic String toString()
toString in interface IGImageModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<IGImage>toXmlString in interface IGImageModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||