org.broadleafcommerce.common.file.domain
Class FileWorkArea

java.lang.Object
  extended by 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

Field Summary
 String filePathLocation
           
 
Constructor Summary
FileWorkArea()
           
 
Method Summary
 String getFilePathLocation()
           
 void setFilePathLocation(String filePathLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filePathLocation

public String filePathLocation
Constructor Detail

FileWorkArea

public FileWorkArea()
Method Detail

getFilePathLocation

public String getFilePathLocation()

setFilePathLocation

public void setFilePathLocation(String filePathLocation)


Copyright © 2013. All Rights Reserved.