|
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<IGFolder>
com.liferay.portlet.imagegallery.model.impl.IGFolderModelImpl
public class IGFolderModelImpl
This interface is a model that represents the IGFolder table in the database.
IGFolderImpl,
IGFolder,
IGFolderModel,
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 | |
|---|---|
IGFolderModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(IGFolder igFolder)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFolderId()
|
long |
getGroupId()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getOriginalGroupId()
|
String |
getOriginalName()
|
long |
getOriginalParentFolderId()
|
String |
getOriginalUuid()
|
long |
getParentFolderId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserUuid()
|
String |
getUuid()
|
int |
hashCode()
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
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 |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setParentFolderId(long parentFolderId)
|
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
IGFolder |
toEscapedModel()
|
static IGFolder |
toModel(IGFolderSoap soapModel)
|
static List<IGFolder> |
toModels(IGFolderSoap[] 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.IGFolderModel |
|---|
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 IGFolderModelImpl()
| Method Detail |
|---|
public static IGFolder toModel(IGFolderSoap soapModel)
public static List<IGFolder> toModels(IGFolderSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface IGFolderModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface IGFolderModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<IGFolder>getPrimaryKeyObj in interface IGFolderModelpublic String getUuid()
getUuid in interface IGFolderModelpublic void setUuid(String uuid)
setUuid in interface IGFolderModelpublic String getOriginalUuid()
public long getFolderId()
getFolderId in interface IGFolderModelpublic void setFolderId(long folderId)
setFolderId in interface IGFolderModelpublic long getGroupId()
getGroupId in interface IGFolderModelpublic void setGroupId(long groupId)
setGroupId in interface IGFolderModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface IGFolderModelpublic void setCompanyId(long companyId)
setCompanyId in interface IGFolderModelpublic long getUserId()
getUserId in interface IGFolderModelpublic void setUserId(long userId)
setUserId in interface IGFolderModel
public String getUserUuid()
throws SystemException
getUserUuid in interface IGFolderModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface IGFolderModelpublic Date getCreateDate()
getCreateDate in interface IGFolderModelpublic void setCreateDate(Date createDate)
setCreateDate in interface IGFolderModelpublic Date getModifiedDate()
getModifiedDate in interface IGFolderModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface IGFolderModelpublic long getParentFolderId()
getParentFolderId in interface IGFolderModelpublic void setParentFolderId(long parentFolderId)
setParentFolderId in interface IGFolderModelpublic long getOriginalParentFolderId()
public String getName()
getName in interface IGFolderModelpublic void setName(String name)
setName in interface IGFolderModelpublic String getOriginalName()
public String getDescription()
getDescription in interface IGFolderModelpublic void setDescription(String description)
setDescription in interface IGFolderModelpublic IGFolder toEscapedModel()
toEscapedModel in interface IGFolderModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<IGFolder>getExpandoBridge in interface IGFolderModelgetExpandoBridge in class BaseModelImpl<IGFolder>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<IGFolder>setExpandoBridgeAttributes in interface IGFolderModelsetExpandoBridgeAttributes in class BaseModelImpl<IGFolder>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<IGFolder>clone in interface IGFolderModelclone in class BaseModelImpl<IGFolder>public int compareTo(IGFolder igFolder)
compareTo in interface IGFolderModelcompareTo in interface Comparable<IGFolder>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface IGFolderModelhashCode in class Objectpublic String toString()
toString in interface IGFolderModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<IGFolder>toXmlString in interface IGFolderModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||