@ProviderType public interface FolderModel extends AuditedModel, BaseModel<Folder>, ShardedModel
This interface and its corresponding implementation com.liferay.mail.reader.model.impl.FolderModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.mail.reader.model.impl.FolderImpl.
Folder| Modifier and Type | Method and Description |
|---|---|
long |
getAccountId()
Returns the account ID of this folder.
|
long |
getCompanyId()
Returns the company ID of this folder.
|
java.util.Date |
getCreateDate()
Returns the create date of this folder.
|
java.lang.String |
getDisplayName()
Returns the display name of this folder.
|
long |
getFolderId()
Returns the folder ID of this folder.
|
java.lang.String |
getFullName()
Returns the full name of this folder.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this folder.
|
long |
getPrimaryKey()
Returns the primary key of this folder.
|
int |
getRemoteMessageCount()
Returns the remote message count of this folder.
|
long |
getUserId()
Returns the user ID of this folder.
|
java.lang.String |
getUserName()
Returns the user name of this folder.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this folder.
|
void |
setAccountId(long accountId)
Sets the account ID of this folder.
|
void |
setCompanyId(long companyId)
Sets the company ID of this folder.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this folder.
|
void |
setDisplayName(java.lang.String displayName)
Sets the display name of this folder.
|
void |
setFolderId(long folderId)
Sets the folder ID of this folder.
|
void |
setFullName(java.lang.String fullName)
Sets the full name of this folder.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this folder.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this folder.
|
void |
setRemoteMessageCount(int remoteMessageCount)
Sets the remote message count of this folder.
|
void |
setUserId(long userId)
Sets the user ID of this folder.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this folder.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this folder.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this folderlong getFolderId()
void setFolderId(long folderId)
folderId - the folder ID of this folderlong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this folderlong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this folderjava.lang.String getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this folder@AutoEscape java.lang.String getUserName()
getUserName in interface AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface AuditedModeluserName - the user name of this folderjava.util.Date getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this folderjava.util.Date getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this folderlong getAccountId()
void setAccountId(long accountId)
accountId - the account ID of this folder@AutoEscape java.lang.String getFullName()
void setFullName(java.lang.String fullName)
fullName - the full name of this folder@AutoEscape java.lang.String getDisplayName()
void setDisplayName(java.lang.String displayName)
displayName - the display name of this folderint getRemoteMessageCount()
void setRemoteMessageCount(int remoteMessageCount)
remoteMessageCount - the remote message count of this folder