@ProviderType
public class FolderModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.mail.reader.model.Folder>
implements com.liferay.mail.reader.model.FolderModel
This implementation and its corresponding interface FolderModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in FolderImpl.
FolderImpl,
Folder,
FolderModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
ACCOUNTID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
FULLNAME_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
| Constructor and Description |
|---|
FolderModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.mail.reader.model.Folder folder) |
boolean |
equals(java.lang.Object obj) |
long |
getAccountId() |
long |
getColumnBitmask() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
java.lang.String |
getDisplayName() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getFolderId() |
java.lang.String |
getFullName() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
long |
getOriginalAccountId() |
java.lang.String |
getOriginalFullName() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
int |
getRemoteMessageCount() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setAccountId(long accountId) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setDisplayName(java.lang.String displayName) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setFolderId(long folderId) |
void |
setFullName(java.lang.String fullName) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRemoteMessageCount(int remoteMessageCount) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.mail.reader.model.Folder> |
toCacheModel() |
com.liferay.mail.reader.model.Folder |
toEscapedModel() |
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long ACCOUNTID_COLUMN_BITMASK
public static final long FULLNAME_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.mail.reader.model.FolderModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.mail.reader.model.FolderModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.mail.reader.model.FolderModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.mail.reader.model.FolderModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.mail.reader.model.Folder>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.mail.reader.model.Folder>public long getFolderId()
getFolderId in interface com.liferay.mail.reader.model.FolderModelpublic void setFolderId(long folderId)
setFolderId in interface com.liferay.mail.reader.model.FolderModelpublic long getCompanyId()
getCompanyId in interface com.liferay.mail.reader.model.FolderModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.mail.reader.model.FolderModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getUserId()
getUserId in interface com.liferay.mail.reader.model.FolderModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserId(long userId)
setUserId in interface com.liferay.mail.reader.model.FolderModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.mail.reader.model.FolderModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.mail.reader.model.FolderModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.mail.reader.model.FolderModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.mail.reader.model.FolderModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.mail.reader.model.FolderModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.mail.reader.model.FolderModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.mail.reader.model.FolderModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.mail.reader.model.FolderModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getAccountId()
getAccountId in interface com.liferay.mail.reader.model.FolderModelpublic void setAccountId(long accountId)
setAccountId in interface com.liferay.mail.reader.model.FolderModelpublic long getOriginalAccountId()
public java.lang.String getFullName()
getFullName in interface com.liferay.mail.reader.model.FolderModelpublic void setFullName(java.lang.String fullName)
setFullName in interface com.liferay.mail.reader.model.FolderModelpublic java.lang.String getOriginalFullName()
public java.lang.String getDisplayName()
getDisplayName in interface com.liferay.mail.reader.model.FolderModelpublic void setDisplayName(java.lang.String displayName)
setDisplayName in interface com.liferay.mail.reader.model.FolderModelpublic int getRemoteMessageCount()
getRemoteMessageCount in interface com.liferay.mail.reader.model.FolderModelpublic void setRemoteMessageCount(int remoteMessageCount)
setRemoteMessageCount in interface com.liferay.mail.reader.model.FolderModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.mail.reader.model.FolderModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.mail.reader.model.Folder>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.mail.reader.model.FolderModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.mail.reader.model.Folder>public com.liferay.mail.reader.model.Folder toEscapedModel()
toEscapedModel in interface com.liferay.mail.reader.model.FolderModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.mail.reader.model.Folder>public java.lang.Object clone()
clone in interface com.liferay.mail.reader.model.FolderModelclone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.mail.reader.model.Folder>public int compareTo(com.liferay.mail.reader.model.Folder folder)
compareTo in interface com.liferay.mail.reader.model.FolderModelcompareTo in interface java.lang.Comparable<com.liferay.mail.reader.model.Folder>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.mail.reader.model.FolderModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.mail.reader.model.Folder>public com.liferay.portal.kernel.model.CacheModel<com.liferay.mail.reader.model.Folder> toCacheModel()
toCacheModel in interface com.liferay.mail.reader.model.FolderModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.mail.reader.model.Folder>public java.lang.String toString()
toString in interface com.liferay.mail.reader.model.FolderModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.mail.reader.model.FolderModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.mail.reader.model.Folder>