org.broadleafcommerce.common.file.domain
Class FileWorkArea
java.lang.Object
org.broadleafcommerce.common.file.domain.FileWorkArea
public class FileWorkArea
- extends Object
Represents a temporary location on the fileSystem.
Used by the file-service as a reference point when managing files for a user.
- Author:
- bpolster
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filePathLocation
public String filePathLocation
FileWorkArea
public FileWorkArea()
getFilePathLocation
public String getFilePathLocation()
setFilePathLocation
public void setFilePathLocation(String filePathLocation)
Copyright © 2013. All Rights Reserved.