|
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<Image>
com.liferay.portal.model.impl.ImageModelImpl
public class ImageModelImpl
This interface is a model that represents the Image table in the database.
ImageImpl,
Image,
ImageModel,
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 | |
|---|---|
ImageModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Image image)
|
boolean |
equals(Object obj)
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
int |
getHeight()
|
long |
getImageId()
|
Date |
getModifiedDate()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getSize()
|
String |
getText()
|
String |
getType()
|
int |
getWidth()
|
int |
hashCode()
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setHeight(int height)
|
void |
setImageId(long imageId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setPrimaryKey(long pk)
|
void |
setSize(int size)
|
void |
setText(String text)
|
void |
setType(String type)
|
void |
setWidth(int width)
|
Image |
toEscapedModel()
|
static Image |
toModel(ImageSoap soapModel)
|
static List<Image> |
toModels(ImageSoap[] 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.portal.model.ImageModel |
|---|
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 ImageModelImpl()
| Method Detail |
|---|
public static Image toModel(ImageSoap soapModel)
public static List<Image> toModels(ImageSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface ImageModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface ImageModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Image>getPrimaryKeyObj in interface ImageModelpublic long getImageId()
getImageId in interface ImageModelpublic void setImageId(long imageId)
setImageId in interface ImageModelpublic Date getModifiedDate()
getModifiedDate in interface ImageModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface ImageModelpublic String getText()
getText in interface ImageModelpublic void setText(String text)
setText in interface ImageModelpublic String getType()
getType in interface ImageModelpublic void setType(String type)
setType in interface ImageModelpublic int getHeight()
getHeight in interface ImageModelpublic void setHeight(int height)
setHeight in interface ImageModelpublic int getWidth()
getWidth in interface ImageModelpublic void setWidth(int width)
setWidth in interface ImageModelpublic int getSize()
getSize in interface ImageModelpublic void setSize(int size)
setSize in interface ImageModelpublic Image toEscapedModel()
toEscapedModel in interface ImageModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Image>getExpandoBridge in interface ImageModelgetExpandoBridge in class BaseModelImpl<Image>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Image>setExpandoBridgeAttributes in interface ImageModelsetExpandoBridgeAttributes in class BaseModelImpl<Image>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Image>clone in interface ImageModelclone in class BaseModelImpl<Image>public int compareTo(Image image)
compareTo in interface ImageModelcompareTo in interface Comparable<Image>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface ImageModelhashCode in class Objectpublic String toString()
toString in interface ImageModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Image>toXmlString in interface ImageModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||