public class CPAttachmentFileEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPAttachmentFileEntry> implements CPAttachmentFileEntry, com.liferay.portal.kernel.model.ModelWrapper<CPAttachmentFileEntry>
This class is a wrapper for CPAttachmentFileEntry
.
CPAttachmentFileEntry
,
Serialized FormCP_ATTACHMENT_FILE_ENTRY_ID_ACCESSOR
Constructor and Description |
---|
CPAttachmentFileEntryWrapper(CPAttachmentFileEntry cpAttachmentFileEntry) |
Modifier and Type | Method and Description |
---|---|
CPAttachmentFileEntry |
cloneWithOriginalValues() |
com.liferay.portal.kernel.repository.model.FileEntry |
fetchFileEntry() |
java.lang.String[] |
getAvailableLanguageIds() |
boolean |
getCDNEnabled()
Returns the cdn enabled of this cp attachment file entry.
|
java.lang.String |
getCDNURL()
Returns the cdn url of this cp attachment file entry.
|
java.lang.String |
getClassName()
Returns the fully qualified class name of this cp attachment file entry.
|
long |
getClassNameId()
Returns the class name ID of this cp attachment file entry.
|
long |
getClassPK()
Returns the class pk of this cp attachment file entry.
|
long |
getCompanyId()
Returns the company ID of this cp attachment file entry.
|
long |
getCPAttachmentFileEntryId()
Returns the cp attachment file entry ID of this cp attachment file entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this cp attachment file entry.
|
java.lang.String |
getDefaultLanguageId() |
java.util.Date |
getDisplayDate()
Returns the display date of this cp attachment file entry.
|
java.util.Date |
getExpirationDate()
Returns the expiration date of this cp attachment file entry.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this cp attachment file entry.
|
long |
getFileEntryId()
Returns the file entry ID of this cp attachment file entry.
|
long |
getGroupId()
Returns the group ID of this cp attachment file entry.
|
java.lang.String |
getJson()
Returns the json of this cp attachment file entry.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this cp attachment file entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this cp attachment file entry.
|
long |
getMvccVersion()
Returns the mvcc version of this cp attachment file entry.
|
long |
getPrimaryKey()
Returns the primary key of this cp attachment file entry.
|
double |
getPriority()
Returns the priority of this cp attachment file entry.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this cp attachment file entry.
|
long |
getStatusByUserId()
Returns the status by user ID of this cp attachment file entry.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this cp attachment file entry.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this cp attachment file entry.
|
java.util.Date |
getStatusDate()
Returns the status date of this cp attachment file entry.
|
java.lang.String |
getTitle()
Returns the title of this cp attachment file entry.
|
java.lang.String |
getTitle(java.util.Locale locale)
Returns the localized title of this cp attachment file entry in the language.
|
java.lang.String |
getTitle(java.util.Locale locale,
boolean useDefault)
Returns the localized title of this cp attachment file entry in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getTitle(java.lang.String languageId)
Returns the localized title of this cp attachment file entry in the language.
|
java.lang.String |
getTitle(java.lang.String languageId,
boolean useDefault)
Returns the localized title of this cp attachment file entry in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getTitleCurrentLanguageId() |
java.lang.String |
getTitleCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getTitleMap()
Returns a map of the locales and localized titles of this cp attachment file entry.
|
int |
getType()
Returns the type of this cp attachment file entry.
|
long |
getUserId()
Returns the user ID of this cp attachment file entry.
|
java.lang.String |
getUserName()
Returns the user name of this cp attachment file entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this cp attachment file entry.
|
java.lang.String |
getUuid()
Returns the uuid of this cp attachment file entry.
|
boolean |
isApproved()
Returns
true if this cp attachment file entry is approved. |
boolean |
isCDNEnabled()
Returns
true if this cp attachment file entry is cdn enabled. |
boolean |
isDenied()
Returns
true if this cp attachment file entry is denied. |
boolean |
isDraft()
Returns
true if this cp attachment file entry is a draft. |
boolean |
isExpired()
Returns
true if this cp attachment file entry is expired. |
boolean |
isInactive()
Returns
true if this cp attachment file entry is inactive. |
boolean |
isIncomplete()
Returns
true if this cp attachment file entry is incomplete. |
boolean |
isPending()
Returns
true if this cp attachment file entry is pending. |
boolean |
isScheduled()
Returns
true if this cp attachment file entry is scheduled. |
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setCDNEnabled(boolean cdnEnabled)
Sets whether this cp attachment file entry is cdn enabled.
|
void |
setCDNURL(java.lang.String cdnURL)
Sets the cdn url of this cp attachment file entry.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this cp attachment file entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this cp attachment file entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this cp attachment file entry.
|
void |
setCPAttachmentFileEntryId(long CPAttachmentFileEntryId)
Sets the cp attachment file entry ID of this cp attachment file entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this cp attachment file entry.
|
void |
setDisplayDate(java.util.Date displayDate)
Sets the display date of this cp attachment file entry.
|
void |
setExpirationDate(java.util.Date expirationDate)
Sets the expiration date of this cp attachment file entry.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this cp attachment file entry.
|
void |
setFileEntryId(long fileEntryId)
Sets the file entry ID of this cp attachment file entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this cp attachment file entry.
|
void |
setJson(java.lang.String json)
Sets the json of this cp attachment file entry.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this cp attachment file entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this cp attachment file entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cp attachment file entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cp attachment file entry.
|
void |
setPriority(double priority)
Sets the priority of this cp attachment file entry.
|
void |
setStatus(int status)
Sets the status of this cp attachment file entry.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this cp attachment file entry.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this cp attachment file entry.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this cp attachment file entry.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this cp attachment file entry.
|
void |
setTitle(java.lang.String title)
Sets the title of this cp attachment file entry.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale)
Sets the localized title of this cp attachment file entry in the language.
|
void |
setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized title of this cp attachment file entry in the language, and sets the default locale.
|
void |
setTitleCurrentLanguageId(java.lang.String languageId) |
void |
setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
Sets the localized titles of this cp attachment file entry from the map of locales and localized titles.
|
void |
setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale)
Sets the localized titles of this cp attachment file entry from the map of locales and localized titles, and sets the default locale.
|
void |
setType(int type)
Sets the type of this cp attachment file entry.
|
void |
setUserId(long userId)
Sets the user ID of this cp attachment file entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this cp attachment file entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this cp attachment file entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this cp attachment file entry.
|
protected CPAttachmentFileEntryWrapper |
wrap(CPAttachmentFileEntry cpAttachmentFileEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public CPAttachmentFileEntryWrapper(CPAttachmentFileEntry cpAttachmentFileEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CPAttachmentFileEntry>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<CPAttachmentFileEntry>
public CPAttachmentFileEntry cloneWithOriginalValues()
cloneWithOriginalValues
in interface CPAttachmentFileEntryModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<CPAttachmentFileEntry>
public com.liferay.portal.kernel.repository.model.FileEntry fetchFileEntry() throws com.liferay.portal.kernel.exception.PortalException
fetchFileEntry
in interface CPAttachmentFileEntry
com.liferay.portal.kernel.exception.PortalException
public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds
in interface CPAttachmentFileEntryModel
getAvailableLanguageIds
in interface com.liferay.portal.kernel.model.LocalizedModel
public boolean getCDNEnabled()
getCDNEnabled
in interface CPAttachmentFileEntryModel
public java.lang.String getCDNURL()
getCDNURL
in interface CPAttachmentFileEntryModel
public java.lang.String getClassName()
getClassName
in interface CPAttachmentFileEntryModel
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
public long getClassNameId()
getClassNameId
in interface CPAttachmentFileEntryModel
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public long getClassPK()
getClassPK
in interface CPAttachmentFileEntryModel
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
public long getCompanyId()
getCompanyId
in interface CPAttachmentFileEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public long getCPAttachmentFileEntryId()
getCPAttachmentFileEntryId
in interface CPAttachmentFileEntryModel
public java.util.Date getCreateDate()
getCreateDate
in interface CPAttachmentFileEntryModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public java.lang.String getDefaultLanguageId()
getDefaultLanguageId
in interface CPAttachmentFileEntryModel
getDefaultLanguageId
in interface com.liferay.portal.kernel.model.LocalizedModel
public java.util.Date getDisplayDate()
getDisplayDate
in interface CPAttachmentFileEntryModel
public java.util.Date getExpirationDate()
getExpirationDate
in interface CPAttachmentFileEntryModel
public java.lang.String getExternalReferenceCode()
getExternalReferenceCode
in interface CPAttachmentFileEntryModel
public long getFileEntryId()
getFileEntryId
in interface CPAttachmentFileEntryModel
public long getGroupId()
getGroupId
in interface CPAttachmentFileEntryModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public java.lang.String getJson()
getJson
in interface CPAttachmentFileEntryModel
public java.util.Date getLastPublishDate()
getLastPublishDate
in interface CPAttachmentFileEntryModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface CPAttachmentFileEntryModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getMvccVersion()
getMvccVersion
in interface CPAttachmentFileEntryModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface CPAttachmentFileEntryModel
public double getPriority()
getPriority
in interface CPAttachmentFileEntryModel
public int getStatus()
getStatus
in interface CPAttachmentFileEntryModel
getStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
public long getStatusByUserId()
getStatusByUserId
in interface CPAttachmentFileEntryModel
getStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
public java.lang.String getStatusByUserName()
getStatusByUserName
in interface CPAttachmentFileEntryModel
getStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
public java.lang.String getStatusByUserUuid()
getStatusByUserUuid
in interface CPAttachmentFileEntryModel
getStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
public java.util.Date getStatusDate()
getStatusDate
in interface CPAttachmentFileEntryModel
getStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
public java.lang.String getTitle()
getTitle
in interface CPAttachmentFileEntryModel
public java.lang.String getTitle(java.util.Locale locale)
getTitle
in interface CPAttachmentFileEntryModel
locale
- the locale of the languagepublic java.lang.String getTitle(java.util.Locale locale, boolean useDefault)
getTitle
in interface CPAttachmentFileEntryModel
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested languageuseDefault
is false
and no localization exists for the requested language, an empty string will be returned.public java.lang.String getTitle(java.lang.String languageId)
getTitle
in interface CPAttachmentFileEntryModel
languageId
- the ID of the languagepublic java.lang.String getTitle(java.lang.String languageId, boolean useDefault)
getTitle
in interface CPAttachmentFileEntryModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested languagepublic java.lang.String getTitleCurrentLanguageId()
getTitleCurrentLanguageId
in interface CPAttachmentFileEntryModel
public java.lang.String getTitleCurrentValue()
getTitleCurrentValue
in interface CPAttachmentFileEntryModel
public java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
getTitleMap
in interface CPAttachmentFileEntryModel
public int getType()
getType
in interface CPAttachmentFileEntryModel
public long getUserId()
getUserId
in interface CPAttachmentFileEntryModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface CPAttachmentFileEntryModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface CPAttachmentFileEntryModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUuid()
getUuid
in interface CPAttachmentFileEntryModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public boolean isApproved()
true
if this cp attachment file entry is approved.isApproved
in interface CPAttachmentFileEntryModel
isApproved
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this cp attachment file entry is approved; false
otherwisepublic boolean isCDNEnabled()
true
if this cp attachment file entry is cdn enabled.isCDNEnabled
in interface CPAttachmentFileEntryModel
true
if this cp attachment file entry is cdn enabled; false
otherwisepublic boolean isDenied()
true
if this cp attachment file entry is denied.isDenied
in interface CPAttachmentFileEntryModel
isDenied
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this cp attachment file entry is denied; false
otherwisepublic boolean isDraft()
true
if this cp attachment file entry is a draft.isDraft
in interface CPAttachmentFileEntryModel
isDraft
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this cp attachment file entry is a draft; false
otherwisepublic boolean isExpired()
true
if this cp attachment file entry is expired.isExpired
in interface CPAttachmentFileEntryModel
isExpired
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this cp attachment file entry is expired; false
otherwisepublic boolean isInactive()
true
if this cp attachment file entry is inactive.isInactive
in interface CPAttachmentFileEntryModel
isInactive
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this cp attachment file entry is inactive; false
otherwisepublic boolean isIncomplete()
true
if this cp attachment file entry is incomplete.isIncomplete
in interface CPAttachmentFileEntryModel
isIncomplete
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this cp attachment file entry is incomplete; false
otherwisepublic boolean isPending()
true
if this cp attachment file entry is pending.isPending
in interface CPAttachmentFileEntryModel
isPending
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this cp attachment file entry is pending; false
otherwisepublic boolean isScheduled()
true
if this cp attachment file entry is scheduled.isScheduled
in interface CPAttachmentFileEntryModel
isScheduled
in interface com.liferay.portal.kernel.model.WorkflowedModel
true
if this cp attachment file entry is scheduled; false
otherwisepublic void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface CPAttachmentFileEntryModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface CPAttachmentFileEntryModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void setCDNEnabled(boolean cdnEnabled)
setCDNEnabled
in interface CPAttachmentFileEntryModel
cdnEnabled
- the cdn enabled of this cp attachment file entrypublic void setCDNURL(java.lang.String cdnURL)
setCDNURL
in interface CPAttachmentFileEntryModel
cdnURL
- the cdn url of this cp attachment file entrypublic void setClassName(java.lang.String className)
setClassName
in interface CPAttachmentFileEntryModel
public void setClassNameId(long classNameId)
setClassNameId
in interface CPAttachmentFileEntryModel
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this cp attachment file entrypublic void setClassPK(long classPK)
setClassPK
in interface CPAttachmentFileEntryModel
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- the class pk of this cp attachment file entrypublic void setCompanyId(long companyId)
setCompanyId
in interface CPAttachmentFileEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this cp attachment file entrypublic void setCPAttachmentFileEntryId(long CPAttachmentFileEntryId)
setCPAttachmentFileEntryId
in interface CPAttachmentFileEntryModel
CPAttachmentFileEntryId
- the cp attachment file entry ID of this cp attachment file entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface CPAttachmentFileEntryModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this cp attachment file entrypublic void setDisplayDate(java.util.Date displayDate)
setDisplayDate
in interface CPAttachmentFileEntryModel
displayDate
- the display date of this cp attachment file entrypublic void setExpirationDate(java.util.Date expirationDate)
setExpirationDate
in interface CPAttachmentFileEntryModel
expirationDate
- the expiration date of this cp attachment file entrypublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode
in interface CPAttachmentFileEntryModel
externalReferenceCode
- the external reference code of this cp attachment file entrypublic void setFileEntryId(long fileEntryId)
setFileEntryId
in interface CPAttachmentFileEntryModel
fileEntryId
- the file entry ID of this cp attachment file entrypublic void setGroupId(long groupId)
setGroupId
in interface CPAttachmentFileEntryModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this cp attachment file entrypublic void setJson(java.lang.String json)
setJson
in interface CPAttachmentFileEntryModel
json
- the json of this cp attachment file entrypublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate
in interface CPAttachmentFileEntryModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
lastPublishDate
- the last publish date of this cp attachment file entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface CPAttachmentFileEntryModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this cp attachment file entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface CPAttachmentFileEntryModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this cp attachment file entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CPAttachmentFileEntryModel
primaryKey
- the primary key of this cp attachment file entrypublic void setPriority(double priority)
setPriority
in interface CPAttachmentFileEntryModel
priority
- the priority of this cp attachment file entrypublic void setStatus(int status)
setStatus
in interface CPAttachmentFileEntryModel
setStatus
in interface com.liferay.portal.kernel.model.WorkflowedModel
status
- the status of this cp attachment file entrypublic void setStatusByUserId(long statusByUserId)
setStatusByUserId
in interface CPAttachmentFileEntryModel
setStatusByUserId
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusByUserId
- the status by user ID of this cp attachment file entrypublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName
in interface CPAttachmentFileEntryModel
setStatusByUserName
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusByUserName
- the status by user name of this cp attachment file entrypublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid
in interface CPAttachmentFileEntryModel
setStatusByUserUuid
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusByUserUuid
- the status by user uuid of this cp attachment file entrypublic void setStatusDate(java.util.Date statusDate)
setStatusDate
in interface CPAttachmentFileEntryModel
setStatusDate
in interface com.liferay.portal.kernel.model.WorkflowedModel
statusDate
- the status date of this cp attachment file entrypublic void setTitle(java.lang.String title)
setTitle
in interface CPAttachmentFileEntryModel
title
- the title of this cp attachment file entrypublic void setTitle(java.lang.String title, java.util.Locale locale)
setTitle
in interface CPAttachmentFileEntryModel
title
- the localized title of this cp attachment file entrylocale
- the locale of the languagepublic void setTitle(java.lang.String title, java.util.Locale locale, java.util.Locale defaultLocale)
setTitle
in interface CPAttachmentFileEntryModel
title
- the localized title of this cp attachment file entrylocale
- the locale of the languagedefaultLocale
- the default localepublic void setTitleCurrentLanguageId(java.lang.String languageId)
setTitleCurrentLanguageId
in interface CPAttachmentFileEntryModel
public void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
setTitleMap
in interface CPAttachmentFileEntryModel
titleMap
- the locales and localized titles of this cp attachment file entrypublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Locale defaultLocale)
setTitleMap
in interface CPAttachmentFileEntryModel
titleMap
- the locales and localized titles of this cp attachment file entrydefaultLocale
- the default localepublic void setType(int type)
setType
in interface CPAttachmentFileEntryModel
type
- the type of this cp attachment file entrypublic void setUserId(long userId)
setUserId
in interface CPAttachmentFileEntryModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this cp attachment file entrypublic void setUserName(java.lang.String userName)
setUserName
in interface CPAttachmentFileEntryModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this cp attachment file entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface CPAttachmentFileEntryModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this cp attachment file entrypublic void setUuid(java.lang.String uuid)
setUuid
in interface CPAttachmentFileEntryModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this cp attachment file entrypublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
protected CPAttachmentFileEntryWrapper wrap(CPAttachmentFileEntry cpAttachmentFileEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPAttachmentFileEntry>