org.broadleafcommerce.cms.file.domain
Class StaticAssetStorageImpl
java.lang.Object
org.broadleafcommerce.cms.file.domain.StaticAssetStorageImpl
- All Implemented Interfaces:
- StaticAssetStorage
@Entity
public class StaticAssetStorageImpl
- extends java.lang.Object
- implements StaticAssetStorage
Created by jfischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
staticAssetId
protected java.lang.Long staticAssetId
fileData
protected java.sql.Blob fileData
StaticAssetStorageImpl
public StaticAssetStorageImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface StaticAssetStorage
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface StaticAssetStorage
getFileData
public java.sql.Blob getFileData()
- Specified by:
getFileData in interface StaticAssetStorage
setFileData
public void setFileData(java.sql.Blob fileData)
- Specified by:
setFileData in interface StaticAssetStorage
getStaticAssetId
public java.lang.Long getStaticAssetId()
- Specified by:
getStaticAssetId in interface StaticAssetStorage
setStaticAssetId
public void setStaticAssetId(java.lang.Long staticAssetId)
- Specified by:
setStaticAssetId in interface StaticAssetStorage
Copyright © 2011. All Rights Reserved.