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 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 Long id
staticAssetId
protected Long staticAssetId
fileData
protected Blob fileData
StaticAssetStorageImpl
public StaticAssetStorageImpl()
getId
public Long getId()
- Specified by:
getId in interface StaticAssetStorage
setId
public void setId(Long id)
- Specified by:
setId in interface StaticAssetStorage
getFileData
public Blob getFileData()
- Specified by:
getFileData in interface StaticAssetStorage
setFileData
public void setFileData(Blob fileData)
- Specified by:
setFileData in interface StaticAssetStorage
getStaticAssetId
public Long getStaticAssetId()
- Specified by:
getStaticAssetId in interface StaticAssetStorage
setStaticAssetId
public void setStaticAssetId(Long staticAssetId)
- Specified by:
setStaticAssetId in interface StaticAssetStorage
Copyright © 2011. All Rights Reserved.