@Entity public class StaticAssetImpl extends Object implements StaticAsset, AdminMainEntity
| Modifier and Type | Class and Description | 
|---|---|
| static class  | StaticAssetImpl.Presentation | 
| Modifier and Type | Field and Description | 
|---|---|
| protected String | altText | 
| protected Boolean | archivedFlag | 
| protected AdminAuditable | auditable | 
| protected Map<String,StaticAssetDescription> | contentMessageValues | 
| protected Boolean | deletedFlag | 
| protected String | fileExtension | 
| protected Long | fileSize | 
| protected String | fullUrl | 
| protected Long | id | 
| protected Boolean | lockedFlag | 
| protected String | mimeType | 
| protected String | name | 
| protected Long | originalAssetId | 
| protected SandBox | originalSandBox | 
| protected SandBox | sandbox | 
| protected Site | site | 
| protected String | storageType | 
| protected String | title | 
MAIN_ENTITY_NAME_PROPERTY| Constructor and Description | 
|---|
| StaticAssetImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| StaticAsset | cloneEntity() | 
| String | getAltText()Returns the altText of this asset. | 
| Boolean | getArchivedFlag() | 
| AdminAuditable | getAuditable() | 
| Map<String,StaticAssetDescription> | getContentMessageValues() | 
| Boolean | getDeletedFlag() | 
| String | getFileExtension()Returns the file extension of the asset. | 
| Long | getFileSize()Filesize of the asset. | 
| String | getFullUrl()URL used to retrieve this asset. | 
| Long | getId()Returns the id of the static asset. | 
| Boolean | getLockedFlag() | 
| String | getMainEntityName() | 
| String | getMimeType()Returns the mimeType of the asset. | 
| String | getName()The name of the static asset. | 
| Long | getOriginalAssetId() | 
| SandBox | getOriginalSandBox() | 
| SandBox | getSandbox() | 
| Site | getSite() | 
| StorageType | getStorageType()Returns how the underlying asset is stored. | 
| String | getTitle()Returns the title of this asset. | 
| void | setAltText(String altText)Set the altText of the static asset. | 
| void | setArchivedFlag(Boolean archivedFlag) | 
| void | setAuditable(AdminAuditable auditable) | 
| void | setContentMessageValues(Map<String,StaticAssetDescription> contentMessageValues) | 
| void | setDeletedFlag(Boolean deletedFlag) | 
| void | setFileExtension(String fileExtension)Sets the fileExtension of the asset. | 
| void | setFileSize(Long fileSize)Sets the filesize of the asset | 
| void | setFullUrl(String fullUrl)Sets the URL for the asset | 
| void | setId(Long id)Sets the id of the static asset. | 
| void | setLockedFlag(Boolean lockedFlag) | 
| void | setMimeType(String mimeType)Sets the mimeType of the asset. | 
| void | setName(String name)Sets the name of the static asset. | 
| void | setOriginalAssetId(Long originalAssetId) | 
| void | setOriginalSandBox(SandBox originalSandBox) | 
| void | setSandbox(SandBox sandbox) | 
| void | setSite(Site site) | 
| void | setStorageType(StorageType storageType)Returns how the asset was stored in the backend (e.g. | 
| void | setTitle(String title)Set the title of the static asset. | 
protected Long id
protected AdminAuditable auditable
protected String name
protected Site site
protected String fullUrl
protected String title
protected String altText
protected String mimeType
protected Long fileSize
protected String fileExtension
protected Map<String,StaticAssetDescription> contentMessageValues
protected SandBox sandbox
protected SandBox originalSandBox
protected Boolean archivedFlag
protected Boolean deletedFlag
protected Boolean lockedFlag
protected Long originalAssetId
protected String storageType
public String getFullUrl()
StaticAssetgetFullUrl in interface StaticAssetpublic void setFullUrl(String fullUrl)
StaticAssetsetFullUrl in interface StaticAssetpublic String getTitle()
StaticAssetgetTitle in interface StaticAssetpublic void setTitle(String title)
StaticAssetsetTitle in interface StaticAssetpublic String getAltText()
StaticAssetgetAltText in interface StaticAssetpublic void setAltText(String altText)
StaticAssetsetAltText in interface StaticAssetpublic Long getFileSize()
StaticAssetgetFileSize in interface StaticAssetpublic void setFileSize(Long fileSize)
StaticAssetsetFileSize in interface StaticAssetpublic Map<String,StaticAssetDescription> getContentMessageValues()
getContentMessageValues in interface StaticAssetpublic void setContentMessageValues(Map<String,StaticAssetDescription> contentMessageValues)
setContentMessageValues in interface StaticAssetpublic Boolean getArchivedFlag()
getArchivedFlag in interface StaticAssetpublic void setArchivedFlag(Boolean archivedFlag)
setArchivedFlag in interface StaticAssetpublic Long getOriginalAssetId()
getOriginalAssetId in interface StaticAssetpublic void setOriginalAssetId(Long originalAssetId)
setOriginalAssetId in interface StaticAssetpublic SandBox getSandbox()
getSandbox in interface StaticAssetpublic void setSandbox(SandBox sandbox)
setSandbox in interface StaticAssetpublic String getMimeType()
StaticAssetgetMimeType in interface StaticAssetpublic void setMimeType(String mimeType)
StaticAssetsetMimeType in interface StaticAssetpublic String getFileExtension()
StaticAssetgetFileExtension in interface StaticAssetpublic void setFileExtension(String fileExtension)
StaticAssetsetFileExtension in interface StaticAssetpublic SandBox getOriginalSandBox()
getOriginalSandBox in interface StaticAssetpublic void setOriginalSandBox(SandBox originalSandBox)
setOriginalSandBox in interface StaticAssetpublic AdminAuditable getAuditable()
getAuditable in interface StaticAssetpublic void setAuditable(AdminAuditable auditable)
setAuditable in interface StaticAssetpublic Boolean getDeletedFlag()
getDeletedFlag in interface StaticAssetpublic void setDeletedFlag(Boolean deletedFlag)
setDeletedFlag in interface StaticAssetpublic Long getId()
StaticAssetgetId in interface StaticAssetpublic void setId(Long id)
StaticAssetsetId in interface StaticAssetpublic Boolean getLockedFlag()
getLockedFlag in interface StaticAssetpublic void setLockedFlag(Boolean lockedFlag)
setLockedFlag in interface StaticAssetpublic String getName()
StaticAssetgetName in interface StaticAssetpublic void setName(String name)
StaticAssetsetName in interface StaticAssetpublic Site getSite()
getSite in interface StaticAssetpublic void setSite(Site site)
setSite in interface StaticAssetpublic StaticAsset cloneEntity()
cloneEntity in interface StaticAssetpublic StorageType getStorageType()
StaticAssetStorageType.DATABASE for backwards compatibility.getStorageType in interface StaticAssetStaticAssetService}public void setStorageType(StorageType storageType)
StaticAssetsetStorageType in interface StaticAssetpublic String getMainEntityName()
getMainEntityName in interface AdminMainEntityCopyright © 2014. All rights reserved.