X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/e4d6f267f7373aeac535747cb05e48e6dfc7e166..5d784d98b4b86e0d047ac2bdf5539495ccfb81f8:/src/com/owncloud/android/datamodel/OCFile.java?ds=sidebyside diff --git a/src/com/owncloud/android/datamodel/OCFile.java b/src/com/owncloud/android/datamodel/OCFile.java index 392d03bc..70296d5f 100644 --- a/src/com/owncloud/android/datamodel/OCFile.java +++ b/src/com/owncloud/android/datamodel/OCFile.java @@ -157,6 +157,15 @@ public class OCFile implements Parcelable, Comparable { } /** + * Can be used to set the path where the file will be stored + * + * @param remote_path to set + */ + public void setRemotePath(String remote_path) { + mRemotePath = remote_path; + } + + /** * Can be used to check, whether or not this file exists in the database * already *